[Cs-dev] Compile failure
Date | 2005-06-04 11:10 |
From | jpff@codemist.co.uk |
Subject | [Cs-dev] Compile failure |
Fresh update and I get gcc -g -gstabs -O2 -DCSOUND_WITH_API -DLINUX -Wall -DPIPES -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_MALLOC_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_CTYPE_H -DHAVE_TERMIOS_H -DHAVE_STRING_H -DHAVE_DIRENT_H -DWINDOWS -DUSE_FLTK -DBETA -DUSE_DOUBLE -I. -IH -I/usr/local/include/python2.3 -I/usr/local/include -I/usr/include -I/usr/X11R6/include -c -o OOps/vpvoc.o OOps/vpvoc.c OOps/vpvoc.c: In function `vpvoc': OOps/vpvoc.c:422: error: `gbuf2Size' undeclared (first use in this function) OOps/vpvoc.c:422: error: (Each undeclared identifier is reported only once OOps/vpvoc.c:422: error: for each function it appears in.) scons: *** [OOps/vpvoc.o] Error 1 scons: building terminated because of errors. ==John ffitch ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-06-04 11:42 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Compile failure |
jpff@codemist.co.uk wrote: > Fresh update and I get > > gcc -g -gstabs -O2 -DCSOUND_WITH_API -DLINUX -Wall -DPIPES -DHAVE_FCNTL_H > -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_MALLOC_H -DHAVE_SYS_IOCTL_H > -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_CTYPE_H -DHAVE_TERMIOS_H > -DHAVE_STRING_H -DHAVE_DIRENT_H -DWINDOWS -DUSE_FLTK -DBETA -DUSE_DOUBLE > -I. -IH -I/usr/local/include/python2.3 -I/usr/local/include -I/usr/include > -I/usr/X11R6/include -c -o OOps/vpvoc.o OOps/vpvoc.c > OOps/vpvoc.c: In function `vpvoc': > OOps/vpvoc.c:422: error: `gbuf2Size' undeclared (first use in this function) ^^^^^^^^^^ This is a typo, should be buf2Size. ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |