Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] gen28 problem

Date2008-08-17 21:17
Fromvictor
SubjectRe: [Cs-dev] gen28 problem
Or even better just copy libspace.so to the plugins dir.
----- Original Message ----- 
From: "Dave Phillips" 
To: "Developer discussions" 
Sent: Sunday, August 17, 2008 9:11 PM
Subject: Re: [Cs-dev] gen28 problem


> victor wrote:
>> Ah, it might take a little while for the anonymous CVS to get
>> sync'ed. Not sure how long.
> Hi Victor,
>
> I built the CVS sources last night but I haven't installed the build
> yet. I'd like to avoid over-writing my perfectly good installation of Cs
> 5.08. Could I just patch space.c or is there more to it ?
>
> I'll install if I must. :)
>
> Best,
>
> dp
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's 
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great 
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the 
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-08-17 22:12
FromDave Phillips
SubjectRe: [Cs-dev] gen28 problem
victor wrote:
> Or even better just copy libspace.so to the plugins dir.
Couldn't find it. Copied space.c to my original sources, built with:

scons buildInterfaces=1 buildJavaWrapper=1 buildUtilities=0 install=1 
dynamicCsoundLibrary=1 useDouble=1 buildPythonOpcodes=1

Got this error:

gcc -o Opcodes/space.os -c -DNOGETTEXT -g -DLINUX -DPIPES -fPIC 
-DHAVE_LIBSNDFILE=1016 -DHAVE_FLTK -DSDFT -DBETA -DUSE_DOUBLE 
-DHAVE_SOCKETS -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H 
-DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_SOCKETS 
-DHAVE_DIRENT_H -I. -IH -I/usr/include/fltk-1.1 -I/usr/local/include 
-I/usr/include -I/usr/include -I/usr/X11R6/include 
-I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux 
Opcodes/space.c
Opcodes/space.c: In function 'space':
Opcodes/space.c:76: error: 'int32' undeclared (first use in this function)
Opcodes/space.c:76: error: (Each undeclared identifier is reported only once
Opcodes/space.c:76: error: for each function it appears in.)
Opcodes/space.c:76: error: expected ';' before 'indx'
Opcodes/space.c:85: error: 'length' undeclared (first use in this function)
Opcodes/space.c:86: error: 'halflen' undeclared (first use in this function)
Opcodes/space.c:87: error: 'indx' undeclared (first use in this function)
Opcodes/space.c:87: error: expected ';' before 'floor'
Opcodes/space.c: In function 'spdist':
Opcodes/space.c:205: error: 'int32' undeclared (first use in this function)
Opcodes/space.c:205: error: expected ';' before 'indx'
Opcodes/space.c:216: error: 'length' undeclared (first use in this function)
Opcodes/space.c:217: error: 'halflen' undeclared (first use in this 
function)
Opcodes/space.c:218: error: 'indx' undeclared (first use in this function)
Opcodes/space.c:218: error: expected ';' before 'floor'
scons: *** [Opcodes/space.os] Error 1
scons: building terminated because of errors.


Is useDouble the problem ?

Best,

dp


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net