Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] compiling again

Date2007-10-18 13:26
From"Michael Gogins"
SubjectRe: [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" 
To: "Developer discussions" 
Sent: Thursday, October 18, 2007 5:46 AM
Subject: [Cs-dev] compiling again


Hello,

I tried to compile csound (on winXP) today,
after updating to python2.5.
I also installed for python2.5.

Maybe there's something obvious that I've forgotten to install,
as I used to be able to compile (with python2.4, now completely
removed from my system).

Below is a console printout.
Hope someone can give me a hint as to what I did wrong.

best
Oeyvind

yvind@HFF10894 /source/csound5
$ c:/python25/Scripts/Scons
scons: Reading SConscript files ...

C S O U N D 5

SCons build file for Csound 5:
API library, plugin opcodes, utilities, and front ends.

By Michael Gogins 

For custom options, run 'scons -h'.
For default options, run 'scons -H'.
If headers or libraries are not found, edit 'custom.py'.
For Linux, run in the standard shell
    with standard Python and just run 'scons'.
For MinGW, run in the MSys shell
    and use www.python.org WIN32 Python to run scons.

UnicodeDecodeError: 'ascii' codec can't decode byte 0x9d in position
26: ordinal not in range(128):
  File "C:\msys\1.0\source\csound5\SConstruct", line 42:
    ''')
  File 
"C:\Python25\Lib\site-packages\scons-0.97.0d20070918\SCons\Script\SConscript.py",
line 594:
    env = self.factory()
  File 
"C:\Python25\Lib\site-packages\scons-0.97.0d20070918\SCons\Script\SConscript.py",
line 574:
    default_env = SCons.Defaults.DefaultEnvironment()
  File 
"C:\Python25\Lib\site-packages\scons-0.97.0d20070918\SCons\Defaults.py",
line 89:
    _default_env = apply(SCons.Environment.Environment, args, kw)
  File 
"C:\Python25\Lib\site-packages\scons-0.97.0d20070918\SCons\Environment.py",
line 874:
    apply_tools(self, tools, toolpath)
  File 
"C:\Python25\Lib\site-packages\scons-0.97.0d20070918\SCons\Environment.py",
line 101:
    env.Tool(tool)
  File 
"C:\Python25\Lib\site-packages\scons-0.97.0d20070918\SCons\Environment.py",
line 1491:
    tool(self)
  File 
"C:\Python25\Lib\site-packages\scons-0.97.0d20070918\SCons\Tool\__init__.py",
line 175:
    apply(self.generate, ( env, ) + args, kw)
  File 
"C:\Python25\Lib\site-packages\scons-0.97.0d20070918\SCons\Tool\default.py",
line 41:
    SCons.Tool.Tool(t)(env)
  File 
"C:\Python25\Lib\site-packages\scons-0.97.0d20070918\SCons\Tool\__init__.py",
line 175:
    apply(self.generate, ( env, ) + args, kw)
  File 
"C:\Python25\Lib\site-packages\scons-0.97.0d20070918\SCons\Tool\mslink.py",
line 204:
    include_path, lib_path, exe_path =
SCons.Tool.msvc.get_msvc_paths(env,version)
  File 
"C:\Python25\Lib\site-packages\scons-0.97.0d20070918\SCons\Tool\msvc.py",
line 564:
    include_path = get_msvc_path(env, "include", version)
  File 
"C:\Python25\Lib\site-packages\scons-0.97.0d20070918\SCons\Tool\msvc.py",
line 349:
    return _get_msvc8_path(path, str(version_num), platform, suite)
  File 
"C:\Python25\Lib\site-packages\scons-0.97.0d20070918\SCons\Tool\msvc.py",
line 291:
    dirs = _parse_msvc8_overrides(version, platform, suite)
  File 
"C:\Python25\Lib\site-packages\scons-0.97.0d20070918\SCons\Tool\msvc.py",
line 194:
    settings_path = settings_path.replace(r'%' + env_var + r'%',
env_vars[env_var])

-------------------------------------------------------------------------
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

Date2007-10-18 13:56
FromRory 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

Date2007-10-18 16:39
From"Oeyvind Brandtsegg"
SubjectRe: [Cs-dev] compiling again
AttachmentsNone  

Date2007-10-18 16:50
FromVictor Lazzarini
SubjectRe: [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

Date2007-10-18 21:26
FromRory Walsh
SubjectRe: [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

Date2007-10-19 20:23
FromRory Walsh
SubjectRe: [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

Date2007-10-20 23:53
From"Oeyvind Brandtsegg"
SubjectRe: [Cs-dev] compiling again
AttachmentsNone  

Date2007-10-21 00:10
From"Oeyvind Brandtsegg"
SubjectRe: [Cs-dev] compiling again
AttachmentsNone