Pawno compiler Zeex's
#1

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
Reply
#2

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
Reply
#3

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
Reply
#4

help me, I have the first 2 mistakes
Reply
#5

Quote:
Originally Posted by Daynox12
Посмотреть сообщение
help me, I have the first 2 mistakes
Give me your code, I will fix it.
Reply
#6

Quote:
Originally Posted by Daynox12
Посмотреть сообщение
help me, I have the first 2 mistakes
post the code here
Reply
#7

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.
Reply
#8

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.
Reply
#9

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
Reply
#10

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 ??
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)