[Cs-dev] Which files do I need to delete?
Date | 2005-06-09 10:22 |
From | jpff@codemist.co.uk |
Subject | [Cs-dev] Which files do I need to delete? |
I have done a fresh cvs update and still 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 -fPIC -DBETA -I. -IH -I/usr/local/include/python2.3 -I/usr/local/include -I/usr/include -I/usr/X11R6/include -c -o OOps/pvxanal.os OOps/pvxanal.c OOps/pvxanal.c:34:21: pvxanal.h: No such file or directory scons: *** [OOps/pvxanal.os] 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-09 10:38 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Which files do I need to delete? |
Perhaps you might need to start afresh with a new checkout. Victor At 10:22 09/06/2005, you wrote: >I have done a fresh cvs update and still 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 -fPIC -DBETA -I. -IH >-I/usr/local/include/python2.3 -I/usr/local/include -I/usr/include >-I/usr/X11R6/include -c -o OOps/pvxanal.os OOps/pvxanal.c >OOps/pvxanal.c:34:21: pvxanal.h: No such file or directory >scons: *** [OOps/pvxanal.os] 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 >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------- 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-09 11:06 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Which files do I need to delete? |
jpff@codemist.co.uk wrote: > I have done a fresh cvs update and still get > > gcc -g -gstabs -O2 -DCSOUND_WITH_API -DLINUX -Wall -DPIPES ... > OOps/pvxanal.c:34:21: pvxanal.h: No such file or directory > scons: *** [OOps/pvxanal.os] Error 1 > scons: building terminated because of errors. You need to delete OOps/pvxanal.c (the functions from this file were moved to util/pvanal.c), and remove it from SConstruct. However, a fresh CVS checkout (as opposed to just an update) should solve this too. CVS update may be confused for some reasons like locally edited files. ------------------------------------------------------- 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 |