We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Screenshot:
Why the compiler cannot read the YSI includes? it's reading the default includes just fine (a_samp, for example)
if a ran the command without -i:pawno/include I get the following error message:
fatal error 100: cannot read from file: "a_samp"
The funny thing is that I'm not using YSI includes at all. See:
Note: I'm on a macbook running OSX 10.10.3. I'm using the latest release of Zeex/pawn.
My pawno/include directory structure is:
I have a Windows 7 VM running on Parallels, if I compile the same gamemode on it using Windows version of pawn compiler, it compiles it just fine.
The text was updated successfully, but these errors were encountered:
foreach is probably including YSI\y_iterate. Try compiling with -Z tag (compatibility mode).
Sorry, something went wrong.
-Z parameter solved the problem, thanks!
No branches or pull requests
Screenshot:
Why the compiler cannot read the YSI includes? it's reading the default includes just fine (a_samp, for example)
if a ran the command without -i:pawno/include I get the following error message:
The funny thing is that I'm not using YSI includes at all. See:
Note: I'm on a macbook running OSX 10.10.3. I'm using the latest release of Zeex/pawn.
My pawno/include directory structure is:
I have a Windows 7 VM running on Parallels, if I compile the same gamemode on it using Windows version of pawn compiler, it compiles it just fine.
The text was updated successfully, but these errors were encountered: