Use ALS_MAKE not ALS_PREFIX
#1

I installed the latest YSI.. now when I compile my GM is get this:
pawn Код:
Use ALS_MAKE not ALS_PREFIX
Reply
#2

Doesn't that just tell you what to do? Go through and find ALS_PREFIX and replace with ALS_MAKE?
Reply
#3

Quote:
Originally Posted by ******
Посмотреть сообщение
Replace lines such as:

pawn Код:
#define ALS_PREFIX Hi
With:

pawn Код:
#define ALS_MAKE<%0...%1> %0Hi%1
And:

pawn Код:
#undef ALS_PREFIX
With:

pawn Код:
#undef ALS_MAKE

I should have documented this change but forgot, sorry!
I don't have such a thing like that in my gamemode.

pawn Код:
\Desktop\samp03e_svr_R2_win32\pawno\include\YSI\y_als.inc(341) : fatal error 111: user error: Use ALS_MAKE not ALS_PREFIX
Reply
#4

Quote:
Originally Posted by ******
Посмотреть сообщение
The error appears in that file, but isn't caused by that file - it must be in another include.
I don't really get it..
Reply
#5

Nothing.
Reply
#6

Quote:
Originally Posted by ******
Посмотреть сообщение
Something must be including that library and something must be defining ALS_PREFIX. How did you check?
Checked every include..
Reply
#7

I'm having exactly same problem, Did everything you said ****** but couldn't find that
Reply
#8

I have the same problem :/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)