Skip to content

Unable to compile prophunt.sp #32

@philo23

Description

@philo23

It seems like currently trying to compile this plugin fails with a few errors, I'm not sure if I'm just doing something silly but everything should be up to date as far as I know.

I'm just trying to compile a version with the hunter freeze fixes because it doesn't appear to be available from the releases yet.

$ ./compile.sh prophunt.sp

Compiling prophunt.sp...
SourcePawn Compiler 1.11.0.6968
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2021 AlliedModders LLC

prophunt/events.sp(98) : error 100: function prototypes do not match
prophunt/convars.sp(226) : error 100: function prototypes do not match
prophunt.sp(455) : error 180: function return type differs from prototype. expected 'int', but got 'void'
prophunt.sp(512) : error 100: function prototypes do not match
prophunt.sp(515) : error 100: function prototypes do not match

5 Errors.

I think the errors seem to be complaining about the return type of some of the timer functions used? but I'm only slightly familiar with SourcePawn so I don't know if it's actually because of some missing dependency or version miss-match or something.

Let me know if you need any more details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions