Le mercredi 13 février 2013 21:39:07, Christian Jullien a écrit :
> After git pull on RPi I get:
> 
> $ make && make test
> gcc -o libtcc.o -c libtcc.c -DTCC_TARGET_ARM -DWITHOUT_LIBTCC
> -DTCC_ARM_EABI -DTCC_ARM_HARDFLOAT -DTCC_ARM_VFP -I.  -Wall -g -O2
> -fno-strict-aliasing -Wno-pointer-sign -Wno-sign-compare
> libtcc.c: In function ‘tcc_new’:
> libtcc.c:988:29: error: expected ‘)’ before ‘CONFIG_LDDIR’
> libtcc.c:990:66: error: expected ‘)’ before ‘CONFIG_LDDIR’
> make: *** [libtcc.o] Error 1

Did you run ./configure before? If not, can you show me the content of 
config.h ? There was a change in tcc.h which works only because there is a 
corresponding change in configure (which must thus be rerun if you didn't do 
it after the pull).

Best regards,

Thomas

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to