Hi Joel, test compiling the version 2.5_rc1 on susebuild few small gcc issues:
OpenSUSE-11.4 x86_64 or i586 using gcc-4.5-19.1 In file included from scan-gram-c.c:3:0: scan-gram.c: In function 'gram_lex': scan-gram.l:123:7: warning: 'braces_level' may be used uninitialized in this function scan-gram.l:123:7: note: 'braces_level' was declared here scan-gram.l:126:7: warning: 'context_state' may be used uninitialized in this function scan-gram.l:126:7: note: 'context_state' was declared here mv -f .deps/scan-gram-c.Tpo .deps/scan-gram-c.Po gcc -std=gnu99 -I. -I../lib -I../lib -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -MT scan-skel-c.o -MD -MP -MF .deps/scan-skel-c.Tpo -c -o scan-skel-c.o scan-skel-c.c In file included from scan-skel-c.c:3:0: scan-skel.l: In function 'scan_skel': scan-skel.l:61:7: warning: 'out_lineno' may be used uninitialized in this function scan-skel.l:61:7: note: 'out_lineno' was declared here can you fix these ? Thanks, Tys.
