[Gambas-user] RE:Release of Gambas 1.9.24

Laurent Carlier lordheavy at ...512...
Sat Feb 4 23:56:57 CET 2006


Le Samedi 4 Février 2006 17:21, Rohnny Stormo a écrit :
> Trie make clean && make the same error.
>
>  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../share -pipe -Wall
> -fno-strict-aliasing -Wno-unused-value -g -Os -MT CResult.lo -MD -MP -MF
> .deps/CResult.Tpo -c CResult.c  -fPIC -DPIC -o .libs/CResult.o
> CResult.c: In function 'CRESULT_delete':
> CResult.c:671: error: syntax error at end of input
> CResult.c:651: warning: unused variable 'pos'
> CResult.c:648: warning: unused variable '_p'
> make[5]: *** [CResult.lo] Error 1
> make[5]: Leaving directory
> `/home/username/Desktop/gambas2-1.9.24/main/lib/db'
>
>
> Regards Rohnny
>

Found the problem in the file you send me.

Your CResult.c is "corrupted". You have delete the semicolon at the end of 
line 671.

You have :       		  q_add(" WHERE ")
You MUST have :       q_add(" WHERE ");

Correct this and the should compile fine :-)

Regards,

-- 
jabber : lordheavy at ...943...
mail : lordheavymREMOVEME at ...626...





More information about the User mailing list