Csound Csound-dev Csound-tekno Search About

[Cs-dev] suse11.3

Date2010-07-18 12:16
Frommenno
Subject[Cs-dev] suse11.3
Hello!

i was building CSound from CVS but got this error. What could be missing?

gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/local/lib64 -L.
-L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lm -lasound -llo
-lmusicxml2 libcsound64.a -lsndfile -ldl -lpthread -lm
/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/ld:
cannot find -lmusicxml2
collect2: ld returned 1 exit status
scons: *** [atsa] Error 1
scons: building terminated because of errors.
menno@linux-8wgi:~/csound5> 

I was using these options:
scons buildDSSI=1 buildImageOpcodes=1 buildInterfaces=1 buildJavaWrapper=0
buildNewParser=1 buildPythonOpcodes=1 buildUtilities=1 buildVirtual=1
Lib64=1 useDouble=1 useALSA=1 useJack=1 useFLTK=0 Word64=1
buildPythonWrapper=1 smoothSort=1 buildStkOpcodes=0 buildLoris=0
includeMP3=0 buildCsoundAC=0

This option is right for Suse is it not? Lib64=0
Or should it be like in Ubuntu Lib64=1?

thank you
Menno
-- 
View this message in context: http://csound.1045644.n5.nabble.com/suse11-3-tp1431253p1431253.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-07-18 15:26
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] suse11.3
raries are in lib64 (not lib) so you need Lib64=1
I usually run OpenSuSE and have updated some of my machines to 11.3

You are clearly missing libmusicxml2 in 64bit modde; strangely I do not
have this either but it builds (11.2)

==John ff

>
> Hello!
>
> i was building CSound from CVS but got this error. What could be missing?
>
> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/local/lib64 -L.
> -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lm -lasound -llo
> -lmusicxml2 libcsound64.a -lsndfile -ldl -lpthread -lm
> /usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../x86_64-suse-linux/bin/ld:
> cannot find -lmusicxml2
> collect2: ld returned 1 exit status
> scons: *** [atsa] Error 1
> scons: building terminated because of errors.
> menno@linux-8wgi:~/csound5>
>
> I was using these options:
> scons buildDSSI=1 buildImageOpcodes=1 buildInterfaces=1 buildJavaWrapper=0
> buildNewParser=1 buildPythonOpcodes=1 buildUtilities=1 buildVirtual=1
> Lib64=1 useDouble=1 useALSA=1 useJack=1 useFLTK=0 Word64=1
> buildPythonWrapper=1 smoothSort=1 buildStkOpcodes=0 buildLoris=0
> includeMP3=0 buildCsoundAC=0
>
> This option is right for Suse is it not? Lib64=0
> Or should it be like in Ubuntu Lib64=1?
>
> thank you
> Menno
> --
> View this message in context:
> http://csound.1045644.n5.nabble.com/suse11-3-tp1431253p1431253.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-07-18 16:13
Frommenno
SubjectRe: [Cs-dev] suse11.3
I don't see how i can get libmusicxml2 in 64bit. I cannot build Csound in
Suse11.3 now, i'm stuck. 
In another thread i read it would be made optional; is this done yet and
what is the option for scons?

thank you
Menno
-- 
View this message in context: http://csound.1045644.n5.nabble.com/suse11-3-tp1431253p1431328.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-07-18 16:34
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] suse11.3
Not an option but set automatically with the line


musicXmlFound = configure.CheckLibWithHeader('musicxml2', 'xmlfile.h',
'C++', 'MusicXML2::SXMLFile f = MusicXML2::TXMLFile::create();')

So only loads if it exists.

I think you have 32 bit an d64 bit confudsed

I will build on 11.3 now

==John ff



>
> I don't see how i can get libmusicxml2 in 64bit. I cannot build Csound in
> Suse11.3 now, i'm stuck.
> In another thread i read it would be made optional; is this done yet and
> what is the option for scons?
>
> thank you
> Menno
> --
> View this message in context:
> http://csound.1045644.n5.nabble.com/suse11-3-tp1431253p1431328.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-07-18 16:35
FromVictor Lazzarini
SubjectRe: [Cs-dev] suse11.3
Is libmusicxml2 a dependency now? Since when? Was this ever discussed?

Victor
On 18 Jul 2010, at 16:13, menno wrote:

>
> I don't see how i can get libmusicxml2 in 64bit. I cannot build  
> Csound in
> Suse11.3 now, i'm stuck.
> In another thread i read it would be made optional; is this done yet  
> and
> what is the option for scons?
>
> thank you
> Menno
> -- 
> View this message in context: http://csound.1045644.n5.nabble.com/suse11-3-tp1431253p1431328.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-07-18 16:38
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] suse11.3
PS Building on 11.3 is clean and trouble free

My script says

scons -j 6 generateTags=1 useJack=0 generateZip=0 install=0 \
useOSC=1 useDouble=1 buildInterfaces=1 buildTclcsound=1 \
usePortMIDI=1 useALSA=1 noDebug=0 buildJavaWrapper=1 \
pythonVersion=2.6 buildPythonOpcodes=1 buildRelease=0 \
buildWinsound=1 Word64=1 buildCsound5GUI=0 buildCSeditor=1 \
Lib64=1 buildNewParser=1 useUDP=1 useG ettext=1 gcc4opt=k8 \
tclversion=8.5 includeMP3=1 includeWii=1 buildPythonWrapper=1 \
smoothSort=1



------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-07-18 16:39
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] suse11.3
> Is libmusicxml2 a dependency now? Since when? Was this ever discussed?
>

Optional.  I do not have it and it causes me no problems

==John ff


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-07-18 18:35
Frommenno
SubjectRe: [Cs-dev] suse11.3
Thanks John, but another error:


o InOut/widgets.os -c -fexceptions -fno-strict-aliasing -Wno-format
-DGNU_GETTEXT -fomit-frame-pointer -freorder-blocks -fPIC -DLINUX -DPIPES
-DNO_FLTK_THREADS -fmessage-length=0 -O2 -Wall -fstack-protector
-funwind-tables -fasynchronous-unwind-tables -g -fno-strict-aliasing -fPIC
-DHAVE_LIBSNDFILE=1016 -DHAVE_VST_SDK -DHAVE_FLTK -DBETA -DUSE_DOUBLE
-DHAVE_SOCKETS -DHAVE_PTHREAD_BARRIER_INIT -DHAVE_SYNC_LOCK_TEST_AND_SET
-DHAVE_MUSICXML2 -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H
-DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_VALUES_H
-DHAVE_SOCKETS -DHAVE_DIRENT_H -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE
-D_REENTRANT -I. -IH -I/usr/include/fltk-1.1 -I/usr/local/include
-I/usr/include -I/usr/include -I/usr/X11R6/include InOut/widgets.cpp
sh: o: command not found
gcc -o InOut/winFLTK.os -c -Wno-format -DGNU_GETTEXT -fomit-frame-pointer
-freorder-blocks -fPIC -DLINUX -DPIPES -DNO_FLTK_THREADS -fmessage-length=0
-O2 -Wall -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g
-fno-strict-aliasing -fPIC -DHAVE_LIBSNDFILE=1016 -DHAVE_VST_SDK -DHAVE_FLTK
-DBETA -DUSE_DOUBLE -DHAVE_SOCKETS -DHAVE_PTHREAD_BARRIER_INIT
-DHAVE_SYNC_LOCK_TEST_AND_SET -DHAVE_MUSICXML2 -DHAVE_FCNTL_H
-DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H
-DHAVE_TERMIOS_H -DHAVE_VALUES_H -DHAVE_SOCKETS -DHAVE_DIRENT_H
-D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -D_REENTRANT -I. -IH
-I/usr/include/fltk-1.1 -I/usr/local/include -I/usr/include -I/usr/include
-I/usr/X11R6/include InOut/winFLTK.c
InOut/winFLTK.c:33:22: fatal error: X11/Xlib.h: No such file or directory
compilation terminated.
gcc -o InOut/windin.os -c -Wno-format -DGNU_GETTEXT -g -fomit-frame-pointer
-freorder-blocks -fPIC -DLINUX -DPIPES -fno-strict-aliasing -fPIC
-DHAVE_LIBSNDFILE=1016 -DHAVE_VST_SDK -DHAVE_FLTK -DBETA -DUSE_DOUBLE
-DHAVE_SOCKETS -DHAVE_PTHREAD_BARRIER_INIT -DHAVE_SYNC_LOCK_TEST_AND_SET
-DHAVE_MUSICXML2 -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H
-DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_VALUES_H
-DHAVE_SOCKETS -DHAVE_DIRENT_H -DENABLE_NEW_PARSER -D__BUILDING_LIBCSOUND
-I. -IH -I/usr/include/fltk-1.1 -I/usr/local/include -I/usr/include
-I/usr/include -I/usr/X11R6/include -Iinterfaces InOut/windin.c
gcc -o InOut/window.o -c -Wno-format -DGNU_GETTEXT -g -fomit-frame-pointer
-freorder-blocks -fPIC -DLINUX -DPIPES -fPIC -fPIC -DHAVE_LIBSNDFILE=1016
-DHAVE_VST_SDK -DHAVE_FLTK -DBETA -DUSE_DOUBLE -DHAVE_SOCKETS
-DHAVE_PTHREAD_BARRIER_INIT -DHAVE_SYNC_LOCK_TEST_AND_SET -DHAVE_MUSICXML2
-DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H
-DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_VALUES_H -DHAVE_SOCKETS
-DHAVE_DIRENT_H -DENABLE_NEW_PARSER -D__BUILDING_LIBCSOUND -I. -IH
-I/usr/include/fltk-1.1 -I/usr/local/include -I/usr/include -I/usr/include
-I/usr/X11R6/include InOut/window.c
gcc -o InOut/window.os -c -Wno-format -DGNU_GETTEXT -g -fomit-frame-pointer
-freorder-blocks -fPIC -DLINUX -DPIPES -fno-strict-aliasing -fPIC
-DHAVE_LIBSNDFILE=1016 -DHAVE_VST_SDK -DHAVE_FLTK -DBETA -DUSE_DOUBLE
-DHAVE_SOCKETS -DHAVE_PTHREAD_BARRIER_INIT -DHAVE_SYNC_LOCK_TEST_AND_SET
-DHAVE_MUSICXML2 -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H
-DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_VALUES_H
-DHAVE_SOCKETS -DHAVE_DIRENT_H -DENABLE_NEW_PARSER -D__BUILDING_LIBCSOUND
-I. -IH -I/usr/include/fltk-1.1 -I/usr/local/include -I/usr/include
-I/usr/include -I/usr/X11R6/include -Iinterfaces InOut/window.c
scons: *** [InOut/winFLTK.os] Error 1
scons: building terminated because of errors.
menno@linux-8wgi:~/csound5> 


i have fltk 1.1.9, fltk-devel 1.1.9 and libfltk1 1.1.9 installed, all 64 bit
This is my scons command:

scons -j 6 useJack=0 generateZip=0 install=0 useOSC=0 useDouble=1
buildInterfaces=1 buildTclcsound=0 usePortMIDI=0 useALSA=1 noDebug=0
buildJavaWrapper=0 buildPythonOpcodes=1 buildRelease=0 buildWinsound=0
Word64=1 buildCsound5GUI=0 buildCSeditor=1 Lib64=1 buildNewParser=1
smoothSort=1

derived from your scons options.
Any suggestions?

thanks
Menno

-- 
View this message in context: http://csound.1045644.n5.nabble.com/suse11-3-tp1431253p1431355.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-07-18 18:41
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] suse11.3
I have seen that before -- are you sure you have C++ installed?


>
> Thanks John, but another error:
>
>
> o InOut/widgets.os -c -fexceptions -fno-strict-aliasing -Wno-format
> -DGNU_GETTEXT -fomit-frame-pointer -freorder-blocks -fPIC -DLINUX -DPIPES
> -DNO_FLTK_THREADS -fmessage-length=0 -O2 -Wall -fstack-protector
> -funwind-tables -fasynchronous-unwind-tables -g -fno-strict-aliasing -fPIC
> -DHAVE_LIBSNDFILE=1016 -DHAVE_VST_SDK -DHAVE_FLTK -DBETA -DUSE_DOUBLE
> -DHAVE_SOCKETS -DHAVE_PTHREAD_BARRIER_INIT -DHAVE_SYNC_LOCK_TEST_AND_SET
> -DHAVE_MUSICXML2 -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H
> -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_VALUES_H
> -DHAVE_SOCKETS -DHAVE_DIRENT_H -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE
> -D_REENTRANT -I. -IH -I/usr/include/fltk-1.1 -I/usr/local/include
> -I/usr/include -I/usr/include -I/usr/X11R6/include InOut/widgets.cpp
> sh: o: command not found
> gcc -o InOut/winFLTK.os -c -Wno-format -DGNU_GETTEXT -fomit-frame-pointer
> -freorder-blocks -fPIC -DLINUX -DPIPES -DNO_FLTK_THREADS
> -fmessage-length=0
> -O2 -Wall -fstack-protector -funwind-tables -fasynchronous-unwind-tables
> -g
> -fno-strict-aliasing -fPIC -DHAVE_LIBSNDFILE=1016 -DHAVE_VST_SDK
> -DHAVE_FLTK
> -DBETA -DUSE_DOUBLE -DHAVE_SOCKETS -DHAVE_PTHREAD_BARRIER_INIT
> -DHAVE_SYNC_LOCK_TEST_AND_SET -DHAVE_MUSICXML2 -DHAVE_FCNTL_H
> -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H
> -DHAVE_TERMIOS_H -DHAVE_VALUES_H -DHAVE_SOCKETS -DHAVE_DIRENT_H
> -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -D_REENTRANT -I. -IH
> -I/usr/include/fltk-1.1 -I/usr/local/include -I/usr/include -I/usr/include
> -I/usr/X11R6/include InOut/winFLTK.c
> InOut/winFLTK.c:33:22: fatal error: X11/Xlib.h: No such file or directory
> compilation terminated.
> gcc -o InOut/windin.os -c -Wno-format -DGNU_GETTEXT -g
> -fomit-frame-pointer
> -freorder-blocks -fPIC -DLINUX -DPIPES -fno-strict-aliasing -fPIC
> -DHAVE_LIBSNDFILE=1016 -DHAVE_VST_SDK -DHAVE_FLTK -DBETA -DUSE_DOUBLE
> -DHAVE_SOCKETS -DHAVE_PTHREAD_BARRIER_INIT -DHAVE_SYNC_LOCK_TEST_AND_SET
> -DHAVE_MUSICXML2 -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H
> -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_VALUES_H
> -DHAVE_SOCKETS -DHAVE_DIRENT_H -DENABLE_NEW_PARSER -D__BUILDING_LIBCSOUND
> -I. -IH -I/usr/include/fltk-1.1 -I/usr/local/include -I/usr/include
> -I/usr/include -I/usr/X11R6/include -Iinterfaces InOut/windin.c
> gcc -o InOut/window.o -c -Wno-format -DGNU_GETTEXT -g -fomit-frame-pointer
> -freorder-blocks -fPIC -DLINUX -DPIPES -fPIC -fPIC -DHAVE_LIBSNDFILE=1016
> -DHAVE_VST_SDK -DHAVE_FLTK -DBETA -DUSE_DOUBLE -DHAVE_SOCKETS
> -DHAVE_PTHREAD_BARRIER_INIT -DHAVE_SYNC_LOCK_TEST_AND_SET -DHAVE_MUSICXML2
> -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H
> -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_VALUES_H -DHAVE_SOCKETS
> -DHAVE_DIRENT_H -DENABLE_NEW_PARSER -D__BUILDING_LIBCSOUND -I. -IH
> -I/usr/include/fltk-1.1 -I/usr/local/include -I/usr/include -I/usr/include
> -I/usr/X11R6/include InOut/window.c
> gcc -o InOut/window.os -c -Wno-format -DGNU_GETTEXT -g
> -fomit-frame-pointer
> -freorder-blocks -fPIC -DLINUX -DPIPES -fno-strict-aliasing -fPIC
> -DHAVE_LIBSNDFILE=1016 -DHAVE_VST_SDK -DHAVE_FLTK -DBETA -DUSE_DOUBLE
> -DHAVE_SOCKETS -DHAVE_PTHREAD_BARRIER_INIT -DHAVE_SYNC_LOCK_TEST_AND_SET
> -DHAVE_MUSICXML2 -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H
> -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_VALUES_H
> -DHAVE_SOCKETS -DHAVE_DIRENT_H -DENABLE_NEW_PARSER -D__BUILDING_LIBCSOUND
> -I. -IH -I/usr/include/fltk-1.1 -I/usr/local/include -I/usr/include
> -I/usr/include -I/usr/X11R6/include -Iinterfaces InOut/window.c
> scons: *** [InOut/winFLTK.os] Error 1
> scons: building terminated because of errors.
> menno@linux-8wgi:~/csound5>
>
>
> i have fltk 1.1.9, fltk-devel 1.1.9 and libfltk1 1.1.9 installed, all 64
> bit
> This is my scons command:
>
> scons -j 6 useJack=0 generateZip=0 install=0 useOSC=0 useDouble=1
> buildInterfaces=1 buildTclcsound=0 usePortMIDI=0 useALSA=1 noDebug=0
> buildJavaWrapper=0 buildPythonOpcodes=1 buildRelease=0 buildWinsound=0
> Word64=1 buildCsound5GUI=0 buildCSeditor=1 Lib64=1 buildNewParser=1
> smoothSort=1
>
> derived from your scons options.
> Any suggestions?
>
> thanks
> Menno
>
> --
> View this message in context:
> http://csound.1045644.n5.nabble.com/suse11-3-tp1431253p1431355.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-07-18 19:07
Frommenno
SubjectRe: [Cs-dev] suse11.3
i have:
gc
gc-devel
gcc-c++
gcc45-c++

-- 
View this message in context: http://csound.1045644.n5.nabble.com/suse11-3-tp1431253p1431364.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-07-18 22:23
FromVictor Lazzarini
SubjectRe: [Cs-dev] suse11.3
This looks like a malformed command, missing 'g++ -' at the start. Not  
sure why, but a scons problem, possibly?

Also noticed the other errors had to do with X11 headers, maybe again  
a 32bit-64bit incompatibility problem?

On 18 Jul 2010, at 18:35, menno wrote:

> o InOut/widgets.os -c -fexceptions -fno-strict-aliasing -Wno-format
> -DGNU_GETTEXT -fomit-frame-pointer -freorder-blocks -fPIC -DLINUX - 
> DPIPES
> -DNO_FLTK_THREADS -fmessage-length=0 -O2 -Wall -fstack-protector
> -funwind-tables -fasynchronous-unwind-tables -g -fno-strict-aliasing  
> -fPIC
> -DHAVE_LIBSNDFILE=1016 -DHAVE_VST_SDK -DHAVE_FLTK -DBETA -DUSE_DOUBLE
> -DHAVE_SOCKETS -DHAVE_PTHREAD_BARRIER_INIT - 
> DHAVE_SYNC_LOCK_TEST_AND_SET
> -DHAVE_MUSICXML2 -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H
> -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_VALUES_H
> -DHAVE_SOCKETS -DHAVE_DIRENT_H -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE
> -D_REENTRANT -I. -IH -I/usr/include/fltk-1.1 -I/usr/local/include
> -I/usr/include -I/usr/include -I/usr/X11R6/include InOut/widgets.cpp
> sh: o: command not found


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-07-19 04:43
FromFelipe Sateler
SubjectRe: [Cs-dev] suse11.3
Attachmentssignature.asc  None  None  
I believe there was a similar problem a while back. The problem was that
doing var.Append(something) has problems when the first such something
is not a list (or collection or whatever the python name for these
things are). I can't look into it now, though.

On 18/07/10 17:23, Victor Lazzarini wrote:
> This looks like a malformed command, missing 'g++ -' at the start. Not  
> sure why, but a scons problem, possibly?
> 
> Also noticed the other errors had to do with X11 headers, maybe again  
> a 32bit-64bit incompatibility problem?
> 
> On 18 Jul 2010, at 18:35, menno wrote:
> 
>> o InOut/widgets.os -c -fexceptions -fno-strict-aliasing -Wno-format
>> -DGNU_GETTEXT -fomit-frame-pointer -freorder-blocks -fPIC -DLINUX - 
>> DPIPES
>> -DNO_FLTK_THREADS -fmessage-length=0 -O2 -Wall -fstack-protector
>> -funwind-tables -fasynchronous-unwind-tables -g -fno-strict-aliasing  
>> -fPIC
>> -DHAVE_LIBSNDFILE=1016 -DHAVE_VST_SDK -DHAVE_FLTK -DBETA -DUSE_DOUBLE
>> -DHAVE_SOCKETS -DHAVE_PTHREAD_BARRIER_INIT - 
>> DHAVE_SYNC_LOCK_TEST_AND_SET
>> -DHAVE_MUSICXML2 -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H
>> -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_VALUES_H
>> -DHAVE_SOCKETS -DHAVE_DIRENT_H -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE
>> -D_REENTRANT -I. -IH -I/usr/include/fltk-1.1 -I/usr/local/include
>> -I/usr/include -I/usr/include -I/usr/X11R6/include InOut/widgets.cpp
>> sh: o: command not found
> 
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


-- 
Saludos,
Felipe Sateler


Date2010-07-22 19:34
Frommenno
SubjectRe: [Cs-dev] suse11.3
Hello John, Csounders

i like to come back to the issue of building Csound from CVS on Suse 11.3.
I have succesfully build Csound with these options:

menno@linux-8wgi:~/csound5> scons -j 3 buildDSSI=1 buildImageOpcodes=1
buildInterfaces=1 buildJavaWrapper=1 buildNewParser=1 buildPythonOpcodes=1
buildUtilities=1 buildVirtual=1 Lib64=1 useDouble=1 useALSA=1 useJack=1
useFLTK=0 Word64=1 buildPythonWrapper=1 smoothSort=1 buildStkOpcodes=1
buildLoris=1 includeMP3=1 buildCsoundAC=1>kompileren_no error.txt

Without FLTK this builds fine. I have attached the file kompileren_no
error.txt
http://csound.1045644.n5.nabble.com/file/n1842650/kompileren_no_error.txt
kompileren_no_error.txt 

Because i want to have FLTK also i build with this option:

menno@linux-8wgi:~/csound5> scons -j 3 buildDSSI=1 buildImageOpcodes=1
buildInterfaces=1 buildJavaWrapper=1 buildNewParser=1 buildPythonOpcodes=1
buildUtilities=1 buildVirtual=1 Lib64=1 useDouble=1 useALSA=1 useJack=1
useFLTK=1 Word64=1 buildPythonWrapper=1 smoothSort=1 buildStkOpcodes=1
buildLoris=1 includeMP3=1 buildCsoundAC=1>kompileren_error.txt

Then i get an error:

Error =
scons: warning: The Options class is deprecated; use the Variables class
instead.
File "/home/menno/csound5/SConstruct", line 74, in 
Engine/auxfd.c: In function ‘auxchprint’:
Engine/auxfd.c:145:14: warning: assignment from incompatible pointer type
Engine/auxfd.c: In function ‘fdchprint’:
Engine/auxfd.c:164:14: warning: assignment from incompatible pointer type
Engine/auxfd.c: In function ‘auxchprint’:
Engine/auxfd.c:145:14: warning: assignment from incompatible pointer type
Engine/auxfd.c: In function ‘fdchprint’:
Engine/auxfd.c:164:14: warning: assignment from incompatible pointer type
Engine/csound_orcparse.c: In function ‘csound_orcparse’:
Engine/csound_orcparse.c:1971:7: warning: passing argument 1 of
‘csound_orclex’ from incompatible pointer type
Engine/csound_orc.y:166:12: note: expected ‘struct TREE *’ but argument is
of type ‘struct TREE **’
Engine/csound_orc.y:469:15: warning: assignment from incompatible pointer
type
Engine/csound_orc.y:470:15: warning: assignment from incompatible pointer
type
Engine/csound_orc.y:471:15: warning: assignment from incompatible pointer
type
Engine/csound_orcparse.c: In function ‘csound_orcparse’:
Engine/csound_orcparse.c:1971:7: warning: passing argument 1 of
‘csound_orclex’ from incompatible pointer type
Engine/csound_orc.y:166:12: note: expected ‘struct TREE *’ but argument is
of type ‘struct TREE **’
Engine/csound_orc.y:469:15: warning: assignment from incompatible pointer
type
Engine/csound_orc.y:470:15: warning: assignment from incompatible pointer
type
Engine/csound_orc.y:471:15: warning: assignment from incompatible pointer
type
Engine/rdscor.c: In function ‘scanflt’:
Engine/rdscor.c:71:29: warning: assignment makes pointer from integer
without a cast
Engine/rdscor.c: In function ‘scanflt’:
Engine/rdscor.c:71:29: warning: assignment makes pointer from integer
without a cast
InOut/rtjack.c: In function ‘rtJack_CopyDevParams’:
InOut/rtjack.c:534:9: warning: ‘jack_client_new’ is deprecated (declared at
/usr/include/jack/jack.h:122)
In file included from InOut/widgets.cpp:26:0:
/usr/include/FL/x.H:46:26: fatal error: X11/Xlib.h: No such file or
directory
compilation terminated.
scons: *** [InOut/widgets.os] Error 1
menno@linux-8wgi:~/csound5>


As mentioned, i have fltk 1.1.9.9-5.1, fltk-devel 1.1.9.9-5.1 and libfltk1
installed, all 64 bit.
Attached here is the output from scons 
http://csound.1045644.n5.nabble.com/file/n1842650/kompileren_error.txt
kompileren_error.txt 

what is the matter with fltk? Or do i simply need to get Xlib.h?
(All attachments are made in Nabble Csound forum)

thank you,
Menno


-- 
View this message in context: http://csound.1045644.n5.nabble.com/suse11-3-tp1431253p1842650.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourcef

Date2010-07-23 13:10
Frommenno
SubjectRe: [Cs-dev] suse11.3
i have it build the way i want it, including buildFLTK=1
i needed to install xorg-x11-libX11 as well, didn't know that.
I can imaging that if you do a dist upgrade from 11.2 to 11.3 you have these
things already installed. 

thanks for your attention

Menno

























-- 
View this message in context: http://csound.1045644.n5.nabble.com/suse11-3-tp1431253p1843317.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-07-25 11:16
Fromjohn ffitch
SubjectRe: [Cs-dev] suse11.3
You need X11 developers code (ie headers) to build FLTK stuff.  I
cannot imagine having a computer without such files, but that is just
me I guess.

OT: We once had a computer delivered at the university that had no
LISP and no emacs, so we turned it off until we worked out how to
create the necessary software.  And the first time I has presented
with a computer without a compile or assembler i was shocked -- what
would one do with it?  Keying in the loaded is OK, but I have not seen
a set of input keys for ~20 years.
==John ffitch

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net