[Cs-dev] oh dear
Date | 2005-04-24 10:00 |
From | jpff@codemist.co.uk |
Subject | [Cs-dev] oh dear |
Now I am stuck with gcc -DCSOUND_WITH_API -g -gstabs -O2 -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 -I. -IH -I/usr/local/include/python2.3 -I/usr/local/include -I/usr/include -I/usr/X11R6/include -c -o Engine/rdorch.o Engine/rdorch.c Engine/rdorch.c: In function `getopnum': Engine/rdorch.c:1643: warning: control reaches end of non-void function Engine/rdorch.c: In function `lblrequest': Engine/rdorch.c:1702: parse error before `*' Engine/rdorch.c:1703: `tmp' undeclared (first use in this function) Engine/rdorch.c:1703: (Each undeclared identifier is reported only once Engine/rdorch.c:1703: for each function it appears in.) Engine/rdorch.c: In function `lblfound': Engine/rdorch.c:1723: parse error before `*' Engine/rdorch.c:1724: `tmp' undeclared (first use in this function) scons: *** [Engine/rdorch.o] Error 1 scons: building terminated because of errors. Not looked yet -- am at LAC and papers about to start ==John ff ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-04-24 11:04 |
From | Istvan Varga |
Subject | Re: [Cs-dev] oh dear |
Fixed. By the way, what gcc version is this ? The warning in getopnum should not be printed. jpff@codemist.co.uk wrote: > Now I am stuck with > > gcc -DCSOUND_WITH_API -g -gstabs -O2 -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 -I. -IH -I/usr/local/include/python2.3 -I/usr/local/include -I/usr/include -I/usr/X11R6/include -c -o Engine/rdorch.o Engine/rdorch.c > Engine/rdorch.c: In function `getopnum': > Engine/rdorch.c:1643: warning: control reaches end of non-void function > Engine/rdorch.c: In function `lblrequest': > Engine/rdorch.c:1702: parse error before `*' > Engine/rdorch.c:1703: `tmp' undeclared (first use in this function) > Engine/rdorch.c:1703: (Each undeclared identifier is reported only once > Engine/rdorch.c:1703: for each function it appears in.) > Engine/rdorch.c: In function `lblfound': > Engine/rdorch.c:1723: parse error before `*' > Engine/rdorch.c:1724: `tmp' undeclared (first use in this function) > scons: *** [Engine/rdorch.o] Error 1 > scons: building terminated because of errors. > > Not looked yet -- am at LAC and papers about to start ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-04-25 09:23 |
From | jpff@codemist.co.uk |
Subject | Re: [Cs-dev] oh dear |
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98) on my 32 bit development platform Istvan> Fixed. By the way, what gcc version is this ? The warning in Istvan> getopnum should not be printed. ==John ffitch ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |