- Update to 1.4 Generated with FreeBSD Port Tools 0.63
State Changed From-To: open->feedback Does not build on 4.10: cc -fno-strict-aliasing -DNDEBUG -O -pipe -D_THREAD_SAFE -DTHREAD_STACK_SIZE=0x100000 -O -pipe -g -fPIC -DVERSION="1.4" -I/usr/local/include -I/usr/local/include -I/usr/local/include/python2.3 -c src/pyvorbisfile.c -o build/temp.freebsd-4.10-STABLE-i386-2.3/src/pyvorbisfile.o src/pyvorbisfile.c: In function `py_ov_file_dealloc': src/pyvorbisfile.c:188: syntax error before `*' src/pyvorbisfile.c:189: `py_self' undeclared (first use in this function) src/pyvorbisfile.c:189: (Each undeclared identifier is reported only once src/pyvorbisfile.c:189: for each function it appears in.) src/pyvorbisfile.c: In function `py_ov_open': src/pyvorbisfile.c:241: syntax error before `int' src/pyvorbisfile.c:242: `orig_fd' undeclared (first use in this function) src/pyvorbisfile.c:243: `new_fd' undeclared (first use in this function) error: command 'cc' failed with exit status 1 *** Error code 1 It does build with CC=gcc34, though.
State Changed From-To: feedback->closed Committed with USE_GCC=3.4, thanks!