Csound Csound-dev Csound-tekno Search About

Re: Updated Csound5 Windows installer

Date2006-01-10 21:05
FromMichael Gogins
SubjectRe: Updated Csound5 Windows installer
I got it to compile liblo.a. It wouldn't link the test apps or the Csound opcode; said symbols clearly visible in liblo.a and in othe libs wouldn't link. (getaddrinfo, etc.).

Regards,
Mike

-----Original Message-----
>From: David Akbari 
>Sent: Jan 10, 2006 2:34 PM
>To: csound@lists.bath.ac.uk
>Subject: Re: [Csnd] Updated Csound5 Windows installer
>
>On 1/10/06, jpff@cs.bath.ac.uk  wrote:
>>
>> I had OSC running on my WindowsXP machine, but since then there have
>> been a number of reports of problems.
>> ==John ffitch
>>
>
>Here is the error output of trying to compile liblo version 0.22 for both
>Cygwin and MinGW targets on a WinXP SP2 machine:
>
>In file included from address.c:31:
>lo_types_internal.:66: error: field 'addr' has incomplete type
>address.c:141: warning: implicit declaration of function 'freeaddrinfo'
>make[2]: *** [liblo_la-address.lo] Error 1
>make[1]: *** [all-recursive] Error1
>make: *** [all] Error 2
>
>could there exist an issue with the source code ?
>
>On 1/10/06, Michael Gogins  wrote:
>>
>> No success with MinGW/OSC. I also tried with pthreads. I can try making my
>> own makefile or project file or SConstruct file.
>>
>> Regards,
>> Mike
>>
>
>All things considered, it seems perfectly acceptable to me to just use the
>[sendOSC]/[dumpOSC] externals for Pure Data in conjunction with the already
>included csoundapi~.dll in the Windows Installer for now. However I would
>really like to see the OSC opcodes compiling and distributed with the
>Windows installers, as it seems that Windows is the most problematic
>environment to build liblo under ...
>
>Perhaps since Cygwin has a native threading implementation it would be worth
>adding a target in SConstruct for this environment on Windows ? At present
>time, if the SConstruct file is run in the Cygwin environment, it returns
>
>scons: Reading SConscript files ...
>
>C S O U N D 5
>
>...
>
>System platform is 'cygwin'.
>Build platform is 'unsupported'.
>
>What was James Hearon's fix for the OSC opcodes on Windows ? I can't seem to
>find the relevant links in the Csound list archives ... maybe someone can
>post a link to this crucial resource ?
>
>In any event, and in relation to this thread, excellent work on the Windows
>installer.
>
>
>-David