Pawno compiler Zeex's -
Daynox12 - 22.05.2018
PHP код:
C:\Users\Win 10\Desktop\samp037_svr_R2-1-1_win32\pawno\include\a_samp.inc(57) : error 021: symbol already defined: "print"
C:\Users\Win 10\Desktop\samp037_svr_R2-1-1_win32\pawno\include\a_samp.inc(58) : error 021: symbol already defined: "printf"
C:\Users\Win 10\Desktop\samp037_svr_R2-1-1_win32\pawno\include\mSelection.inc(636) : error 017: undefined symbol "floatstr"
C:\Users\Win 10\Desktop\samp037_svr_R2-1-1_win32\pawno\include\mSelection.inc(641) : error 017: undefined symbol "floatstr"
C:\Users\Win 10\Desktop\samp037_svr_R2-1-1_win32\pawno\include\mSelection.inc(646) : error 017: undefined symbol "floatstr"
C:\Users\Win 10\Desktop\samp037_svr_R2-1-1_win32\pawno\include\mSelection.inc(651) : error 017: undefined symbol "floatstr"
This happens when updating the pawno compiler Zeex 3.10.7
Re: Pawno compiler Zeex's -
XXpro - 22.05.2018
Quote:
Originally Posted by [HLF]Southclaw
Use -Z+ to force automatic include guards.
There are details on the compiler wiki for more compatibility issues.
|
put this at the top of your gamemode
and remove the code you already have
the
and
find the printf and print on your gamemode and remove it
Re: Pawno compiler Zeex's -
Daynox12 - 22.05.2018
Quote:
Originally Posted by [HLF]Southclaw
Use -Z+ to force automatic include guards.
There are details on the compiler wiki for more compatibility issues.
|
Could you guide me more? I do not know what you're saying
Re: Pawno compiler Zeex's -
Daynox12 - 23.05.2018
help me, I have the first 2 mistakes
Re: Pawno compiler Zeex's -
TroS - 23.05.2018
Quote:
Originally Posted by Daynox12
help me, I have the first 2 mistakes
|
Give me your code, I will fix it.
Re: Pawno compiler Zeex's -
XXpro - 23.05.2018
Quote:
Originally Posted by Daynox12
help me, I have the first 2 mistakes
|
post the code here
Re: Pawno compiler Zeex's -
AlexMSK - 23.05.2018
Quote:
Originally Posted by Daynox12
Could you guide me more? I do not know what you're saying
|
at your pawno folder, there's pawn.cfg, if there's none, then create it.
Open it put -Z+ save it and close, re-open the pawn compiler, and compile the script.
Re: Pawno compiler Zeex's -
TroS - 23.05.2018
Quote:
Originally Posted by AlexMSK
at your pawno folder, there's pawn.cfg, if there's none, then create it.
Open it put -Z+ save it and close, re-open the pawn compiler, and compile the script.
|
Thats not the problem, I just want him to show the code and I will fix it.
Re: Pawno compiler Zeex's -
Daynox12 - 24.05.2018
Quote:
Originally Posted by TroS
Thats not the problem, I just want him to show the code and I will fix it.
|
I do not have any code with the simple fact of adding the include a_samp gives me those errors.
Create a text file called pawn.cfg and add -Z + but the first 2 errors regarding the include a_samp to a follow.
to if i have it:
https://ibb.co/eB3688
Re: Pawno compiler Zeex's -
Daynox12 - 25.05.2018
All includes are updated and downloaded from the official pages.
I had to remove the native printf and print from the a_samp and compile it well.
Is it advisable to do this ??