Re: [Cs-dev] compiling again
Date | 2007-10-18 13:26 |
From | "Michael Gogins" |
Subject | Re: [Cs-dev] compiling again |
Python 2.5 has encoding in Python script files. You have characters in your SConstruct that are not in the default encoding. You should delete the mentioned range of text and type it in again by hand, or use an editor that displays odd characters and delete them individually, then it should be OK. Hope this helps, Mike ----- Original Message ----- From: "Oeyvind Brandtsegg" |
Date | 2007-10-18 13:56 |
From | Rory Walsh |
Subject | [Cs-dev] More compiling again..... |
Trying to build from the latest sources, anyone know how to fix this fatal build error, seems to be caused by cvanal?: gcc -Wall -g -O2 -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -mthreads -DHAVE_LIBSNDFILE=1016 -DSDFT -D BETA -DHAVE_IO_H -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES _H -DHAVE_SOCKETS -DHAVE_DIRENT_H -I. -IH -IC:\msys\1.0\local\include -ID:\MyDocuments\SourceCode\ libsndfile-1_0_17 -IC:\Python24\include -IC:\Python25\include "-IC:\Program Files\Tcl\include" -I\ usr\local\include -I\usr\include -c -o util\cvl_main.o util\cvl_main.c g++ -o cvanal.exe util\cvl_main.o -L. -L. -L\usr\local\lib -L. -L. -LC:\msys\1.0\local\lib -LD:\My Documents\SourceCode\libsndfile-1_0_17 -LC:\Python24\Libs -LC:\Python25\Libs "-LC:\Program Files\T cl\bin" -lcsound32 -lsndfile -lkernel32 -lgdi32 -lwsock32 -lws2_32 -lole32 -luuid -lwinmm -lkernel 32 -lgdi32 -lwsock32 -lws2_32 -lole32 -luuid -lwinmm d000007.o(.text+0x0): multiple definition of `_onexit' C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x2c0):crt1.c: first defined here d000010.o(.text+0x0): multiple definition of `atexit' C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x2b0):crt1.c: first defined here collect2: ld returned 1 exit status scons: *** [cvanal.exe] Error 1 scons: building terminated because of errors. If I try to build with buildUtilities=0 if gets past that but hangs on this: gcc -Wall -g -O2 -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -mthreads -DHAVE_LIBSNDFILE=1016 -DSDFT -D BETA -DHAVE_IO_H -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES _H -DHAVE_SOCKETS -DHAVE_DIRENT_H -I. -IH -IC:\msys\1.0\local\include -ID:\MyDocuments\SourceCode\ libsndfile-1_0_17 -IC:\Python24\include -IC:\Python25\include "-IC:\Program Files\Tcl\include" -I\ usr\local\include -I\usr\include -c -o util1\sortex\xmain.o util1\sortex\xmain.c g++ -o extract.exe util1\sortex\xmain.o -L. -L. -L\usr\local\lib -L. -L. -LC:\msys\1.0\local\lib - LD:\MyDocuments\SourceCode\libsndfile-1_0_17 -LC:\Python24\Libs -LC:\Python25\Libs "-LC:\Program F iles\Tcl\bin" -lcsound32 -lsndfile -lkernel32 -lgdi32 -lwsock32 -lws2_32 -lole32 -luuid -lwinmm -l kernel32 -lgdi32 -lwsock32 -lws2_32 -lole32 -luuid -lwinmm d000007.o(.text+0x0): multiple definition of `_onexit' C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x2c0):crt1.c: first defined here d000010.o(.text+0x0): multiple definition of `atexit' C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x2b0):crt1.c: first defined here collect2: ld returned 1 exit status scons: *** [extract.exe] Error 1 scons: building terminated because of errors. Any ideas? ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-10-18 16:39 |
From | "Oeyvind Brandtsegg" |
Subject | Re: [Cs-dev] compiling again |
Attachments | None |
Date | 2007-10-18 16:50 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] More compiling again..... |
your mingwin system is not quite right, by the looks of things. It seems to be getting confused with which libs to use. extract.exe is a utility, is it not? It should not be built with buildUitlities=0. Can someone check why is it being built? SConstruct might need to be fixed. Victor At 13:56 18/10/2007, you wrote: >Trying to build from the latest sources, anyone know how to fix this >fatal build error, seems to be caused by cvanal?: > >gcc -Wall -g -O2 -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -mthreads >-DHAVE_LIBSNDFILE=1016 -DSDFT -D >BETA -DHAVE_IO_H -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H >-DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES >_H -DHAVE_SOCKETS -DHAVE_DIRENT_H -I. -IH -IC:\msys\1.0\local\include >-ID:\MyDocuments\SourceCode\ >libsndfile-1_0_17 -IC:\Python24\include -IC:\Python25\include >"-IC:\Program Files\Tcl\include" -I\ >usr\local\include -I\usr\include -c -o util\cvl_main.o util\cvl_main.c >g++ -o cvanal.exe util\cvl_main.o -L. -L. -L\usr\local\lib -L. -L. >-LC:\msys\1.0\local\lib -LD:\My >Documents\SourceCode\libsndfile-1_0_17 -LC:\Python24\Libs >-LC:\Python25\Libs "-LC:\Program Files\T >cl\bin" -lcsound32 -lsndfile -lkernel32 -lgdi32 -lwsock32 -lws2_32 >-lole32 -luuid -lwinmm -lkernel >32 -lgdi32 -lwsock32 -lws2_32 -lole32 -luuid -lwinmm >d000007.o(.text+0x0): multiple definition of `_onexit' >C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x2c0):crt1.c: >first defined here >d000010.o(.text+0x0): multiple definition of `atexit' >C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x2b0):crt1.c: >first defined here >collect2: ld returned 1 exit status >scons: *** [cvanal.exe] Error 1 >scons: building terminated because of errors. > >If I try to build with buildUtilities=0 if gets past that but hangs on this: > >gcc -Wall -g -O2 -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -mthreads >-DHAVE_LIBSNDFILE=1016 -DSDFT -D >BETA -DHAVE_IO_H -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H >-DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES >_H -DHAVE_SOCKETS -DHAVE_DIRENT_H -I. -IH -IC:\msys\1.0\local\include >-ID:\MyDocuments\SourceCode\ >libsndfile-1_0_17 -IC:\Python24\include -IC:\Python25\include >"-IC:\Program Files\Tcl\include" -I\ >usr\local\include -I\usr\include -c -o util1\sortex\xmain.o >util1\sortex\xmain.c >g++ -o extract.exe util1\sortex\xmain.o -L. -L. -L\usr\local\lib -L. -L. >-LC:\msys\1.0\local\lib - >LD:\MyDocuments\SourceCode\libsndfile-1_0_17 -LC:\Python24\Libs >-LC:\Python25\Libs "-LC:\Program F >iles\Tcl\bin" -lcsound32 -lsndfile -lkernel32 -lgdi32 -lwsock32 -lws2_32 >-lole32 -luuid -lwinmm -l >kernel32 -lgdi32 -lwsock32 -lws2_32 -lole32 -luuid -lwinmm >d000007.o(.text+0x0): multiple definition of `_onexit' >C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x2c0):crt1.c: >first defined here >d000010.o(.text+0x0): multiple definition of `atexit' >C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x2b0):crt1.c: >first defined here >collect2: ld returned 1 exit status >scons: *** [extract.exe] Error 1 >scons: building terminated because of errors. > >Any ideas? > >------------------------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. >Still grepping through log files to find problems? Stop. >Now Search log events and configuration files using AJAX and a browser. >Download your FREE copy of Splunk now >> http://get.splunk.com/ >_______________________________________________ >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: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-10-18 21:26 |
From | Rory Walsh |
Subject | Re: [Cs-dev] More compiling again..... |
I'm not sure what's going on. This is the same mingw system that I used to build other versions, I haven't changed anything? I'll have another look tomorrow once I get a free moment. Rory. Victor Lazzarini wrote: > your mingwin system is not quite right, by the looks of things. It > seems to be getting confused with which libs to use. > > extract.exe is a utility, is it not? It should not be built with > buildUitlities=0. > Can someone check why is it being built? SConstruct might need to > be fixed. > > Victor > > At 13:56 18/10/2007, you wrote: >> Trying to build from the latest sources, anyone know how to fix this >> fatal build error, seems to be caused by cvanal?: >> >> gcc -Wall -g -O2 -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -mthreads >> -DHAVE_LIBSNDFILE=1016 -DSDFT -D >> BETA -DHAVE_IO_H -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H >> -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES >> _H -DHAVE_SOCKETS -DHAVE_DIRENT_H -I. -IH -IC:\msys\1.0\local\include >> -ID:\MyDocuments\SourceCode\ >> libsndfile-1_0_17 -IC:\Python24\include -IC:\Python25\include >> "-IC:\Program Files\Tcl\include" -I\ >> usr\local\include -I\usr\include -c -o util\cvl_main.o util\cvl_main.c >> g++ -o cvanal.exe util\cvl_main.o -L. -L. -L\usr\local\lib -L. -L. >> -LC:\msys\1.0\local\lib -LD:\My >> Documents\SourceCode\libsndfile-1_0_17 -LC:\Python24\Libs >> -LC:\Python25\Libs "-LC:\Program Files\T >> cl\bin" -lcsound32 -lsndfile -lkernel32 -lgdi32 -lwsock32 -lws2_32 >> -lole32 -luuid -lwinmm -lkernel >> 32 -lgdi32 -lwsock32 -lws2_32 -lole32 -luuid -lwinmm >> d000007.o(.text+0x0): multiple definition of `_onexit' >> C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x2c0):crt1.c: >> first defined here >> d000010.o(.text+0x0): multiple definition of `atexit' >> C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x2b0):crt1.c: >> first defined here >> collect2: ld returned 1 exit status >> scons: *** [cvanal.exe] Error 1 >> scons: building terminated because of errors. >> >> If I try to build with buildUtilities=0 if gets past that but hangs on this: >> >> gcc -Wall -g -O2 -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -mthreads >> -DHAVE_LIBSNDFILE=1016 -DSDFT -D >> BETA -DHAVE_IO_H -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H >> -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES >> _H -DHAVE_SOCKETS -DHAVE_DIRENT_H -I. -IH -IC:\msys\1.0\local\include >> -ID:\MyDocuments\SourceCode\ >> libsndfile-1_0_17 -IC:\Python24\include -IC:\Python25\include >> "-IC:\Program Files\Tcl\include" -I\ >> usr\local\include -I\usr\include -c -o util1\sortex\xmain.o >> util1\sortex\xmain.c >> g++ -o extract.exe util1\sortex\xmain.o -L. -L. -L\usr\local\lib -L. -L. >> -LC:\msys\1.0\local\lib - >> LD:\MyDocuments\SourceCode\libsndfile-1_0_17 -LC:\Python24\Libs >> -LC:\Python25\Libs "-LC:\Program F >> iles\Tcl\bin" -lcsound32 -lsndfile -lkernel32 -lgdi32 -lwsock32 -lws2_32 >> -lole32 -luuid -lwinmm -l >> kernel32 -lgdi32 -lwsock32 -lws2_32 -lole32 -luuid -lwinmm >> d000007.o(.text+0x0): multiple definition of `_onexit' >> C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x2c0):crt1.c: >> first defined here >> d000010.o(.text+0x0): multiple definition of `atexit' >> C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x2b0):crt1.c: >> first defined here >> collect2: ld returned 1 exit status >> scons: *** [extract.exe] Error 1 >> scons: building terminated because of errors. >> >> Any ideas? >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> 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: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-10-19 20:23 |
From | Rory Walsh |
Subject | Re: [Cs-dev] More compiling again..... |
Commenting out line 1605/6 of SConstruct got me through the 'extract' problem and I was able to finish building. Rory. Victor Lazzarini wrote: > your mingwin system is not quite right, by the looks of things. It > seems to be getting confused with which libs to use. > > extract.exe is a utility, is it not? It should not be built with > buildUitlities=0. > Can someone check why is it being built? SConstruct might need to > be fixed. > > Victor > > At 13:56 18/10/2007, you wrote: >> Trying to build from the latest sources, anyone know how to fix this >> fatal build error, seems to be caused by cvanal?: >> >> gcc -Wall -g -O2 -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -mthreads >> -DHAVE_LIBSNDFILE=1016 -DSDFT -D >> BETA -DHAVE_IO_H -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H >> -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES >> _H -DHAVE_SOCKETS -DHAVE_DIRENT_H -I. -IH -IC:\msys\1.0\local\include >> -ID:\MyDocuments\SourceCode\ >> libsndfile-1_0_17 -IC:\Python24\include -IC:\Python25\include >> "-IC:\Program Files\Tcl\include" -I\ >> usr\local\include -I\usr\include -c -o util\cvl_main.o util\cvl_main.c >> g++ -o cvanal.exe util\cvl_main.o -L. -L. -L\usr\local\lib -L. -L. >> -LC:\msys\1.0\local\lib -LD:\My >> Documents\SourceCode\libsndfile-1_0_17 -LC:\Python24\Libs >> -LC:\Python25\Libs "-LC:\Program Files\T >> cl\bin" -lcsound32 -lsndfile -lkernel32 -lgdi32 -lwsock32 -lws2_32 >> -lole32 -luuid -lwinmm -lkernel >> 32 -lgdi32 -lwsock32 -lws2_32 -lole32 -luuid -lwinmm >> d000007.o(.text+0x0): multiple definition of `_onexit' >> C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x2c0):crt1.c: >> first defined here >> d000010.o(.text+0x0): multiple definition of `atexit' >> C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x2b0):crt1.c: >> first defined here >> collect2: ld returned 1 exit status >> scons: *** [cvanal.exe] Error 1 >> scons: building terminated because of errors. >> >> If I try to build with buildUtilities=0 if gets past that but hangs on this: >> >> gcc -Wall -g -O2 -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -mthreads >> -DHAVE_LIBSNDFILE=1016 -DSDFT -D >> BETA -DHAVE_IO_H -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H >> -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES >> _H -DHAVE_SOCKETS -DHAVE_DIRENT_H -I. -IH -IC:\msys\1.0\local\include >> -ID:\MyDocuments\SourceCode\ >> libsndfile-1_0_17 -IC:\Python24\include -IC:\Python25\include >> "-IC:\Program Files\Tcl\include" -I\ >> usr\local\include -I\usr\include -c -o util1\sortex\xmain.o >> util1\sortex\xmain.c >> g++ -o extract.exe util1\sortex\xmain.o -L. -L. -L\usr\local\lib -L. -L. >> -LC:\msys\1.0\local\lib - >> LD:\MyDocuments\SourceCode\libsndfile-1_0_17 -LC:\Python24\Libs >> -LC:\Python25\Libs "-LC:\Program F >> iles\Tcl\bin" -lcsound32 -lsndfile -lkernel32 -lgdi32 -lwsock32 -lws2_32 >> -lole32 -luuid -lwinmm -l >> kernel32 -lgdi32 -lwsock32 -lws2_32 -lole32 -luuid -lwinmm >> d000007.o(.text+0x0): multiple definition of `_onexit' >> C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x2c0):crt1.c: >> first defined here >> d000010.o(.text+0x0): multiple definition of `atexit' >> C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x2b0):crt1.c: >> first defined here >> collect2: ld returned 1 exit status >> scons: *** [extract.exe] Error 1 >> scons: building terminated because of errors. >> >> Any ideas? >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> 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: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-10-20 23:53 |
From | "Oeyvind Brandtsegg" |
Subject | Re: [Cs-dev] compiling again |
Attachments | None |
Date | 2007-10-21 00:10 |
From | "Oeyvind Brandtsegg" |
Subject | Re: [Cs-dev] compiling again |
Attachments | None |