SA-MP Forums Archive
Pawno compiler Zeex's - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Pawno compiler Zeex's (/showthread.php?tid=654155)



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 021symbol already defined"print"
C:\Users\Win 10\Desktop\samp037_svr_R2-1-1_win32\pawno\include\a_samp.inc(58) : error 021symbol already defined"printf"
C:\Users\Win 10\Desktop\samp037_svr_R2-1-1_win32\pawno\include\mSelection.inc(636) : error 017undefined symbol "floatstr"
C:\Users\Win 10\Desktop\samp037_svr_R2-1-1_win32\pawno\include\mSelection.inc(641) : error 017undefined symbol "floatstr"
C:\Users\Win 10\Desktop\samp037_svr_R2-1-1_win32\pawno\include\mSelection.inc(646) : error 017undefined symbol "floatstr"
C:\Users\Win 10\Desktop\samp037_svr_R2-1-1_win32\pawno\include\mSelection.inc(651) : error 017undefined 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.
Код:
#define floatstr
put this at the top of your gamemode

and remove the code you already have

the
Код:
printf
and
Код:
print
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 ??