Csound Csound-dev Csound-tekno Search About

[Csnd] Csound5 build on Ubuntu 12.04

Date2013-07-02 08:43
Fromadam
Subject[Csnd] Csound5 build on Ubuntu 12.04
The Csound FLOSS manual refers to building Csound5 on (x)Ubuntu 
here, http://csounds.com/node/1373 

The first compile was interesting, so I'll include the header 
of the output below if anyone can notice anything. 
 
But my query relates to the source for the STK opcodes. 
How should I include the STK sources (from stk-4.4.4.tar.gz) into 
the Csound5/Opcodes/stk directory? 

The actual line from Menno says, 
    Copy "include", "rawwaves" and "src" with all its contents 
    and paste them in Csound5/Opcodes/stk 

I interpret that as meaning; copy those 3 STK source directories 
and paste them into the Csound5/Opcodes/stk directory. Is this right? 

                  - - - - - - - - - - - - 

Here below is the header from my first compilation. I feel there 
are many 'no' results, but perhaps I am on the right track. 
The no-tcl and no-Java both seem strange. 



scons -j 2 buildDSSI=1 buildImageOpcodes=1 buildInterfaces=1
buildJavaWrapper=1 buildPythonOpcodes=1 buildUtilities=1 buildVirtual=1
Lib64=0 useDouble=1 usePortAudio=1 usePortMidi=1 useALSA=1 useJack=1
useFLTK=1 Word64=1 buildPythonWrapper=1 smoothSort=1 includeMP3=0
buildCsoundAC=0 buildStkOpcodes=1 buildBeats=1 dynamicCsoundLibrary=1
buildOSC=1 useOSC=1 useIpMIDI=1 >compile.txt





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.
For Microsoft Visual C++, run in the Platform SDK
    command shell, and use www.python.org WIN32 Python to run scons.

System platform is 'linux'.
Using options from 'custom.py.'
Build platform is 'linux'.
SCons tools on this platform:  ['default', 'gnulink', 'gcc', 'g++',
'gfortran', 'gas', 'ar', 'filesystem', 'm4', 'lex', 'yacc', 'rpcgen',
'swig', 'jar', 'javac', 'rmic', 'dvipdf', 'dvips', 'gs', 'tex', 'latex',
'pdflatex', 'pdftex', 'tar', 'zip']
Checking for C header file libintl.h... yes
CONFIGURATION DECISION: Using GNU gettext scheme
CONFIGURATION DECISION: Using double-precision floating point for audio
samples.
Checking for C header file stdio.h... yes
Checking for C library sndfile... yes
Checking for C library pthread... yes
CONFIGURATION DECISION: No Wiimote support
CONFIGURATION DECISION: No P5 Glove support
CONFIGURATION DECISION: Building with Serial code support
Checking for pthread_barrier_init(0, NULL, 0) in C library pthread...
yes
CONFIGURATION DECISION: Using HAVE_PTHREAD_BARRIER_INIT
Checking for int n = omp_get_num_threads() in C++ library gomp... yes
Checking for __sync_lock_test_and_set((int32_t *)0, 0) in C library m...
yes
found sync lock
Checking for C++ header file
frontends/CsoundVST/vstsdk2.4/public.sdk/source/vst2.x/audioeffectx.h...
no
Checking for C header file portaudio.h... yes
Checking for C header file portmidi.h... yes
Checking for C++ header file FL/Fl.H... yes
Checking for C++ header file FL/Fl_Spinner.H... yes
Checking for C++ header file eigen3/Eigen/Dense... no
Checking for C++ header file boost/any.hpp... yes
Checking for C++ header file gmm/gmm.h... yes
Checking for C library asound... yes
Checking for C header file lo/lo.h... yes
Checking for MusicXML2::SXMLFile f = MusicXML2::TXMLFile::create() in C
++ library musicxml2... no
Checking for C header file jack/jack.h... yes
Checking for C header file pulse/simple.h... yes
Checking for C++ header file Opcodes/stk/include/Stk.h... yes
Checking for C header file m_pd.h... no
Checking for C header file tcl.h... no
Checking for C header file /usr/include/tcl8.5/tcl.h... no
Checking for C header file /usr/include/tk8.5/tcl.h... no
Checking for C header file zlib.h... yes
Checking for C++ header file funknown.h... no
Checking for C header file lua.h... no
Checking for LUA: no
Checking for SWIG... yes
Python Version: 2.7
Checking for C header file Python.h... no
Checking for C header file /usr/include/python2.7/Python.h... yes
Checking for C++ header file jni.h... no
Checking for C++ header file /usr/lib/java/include/linux/jni_md.h... no
Checking for C++ header file /usr/lib/jvm/java/include/linux/jni_md.h...
no
Checking for C++ header
file /usr/lib/jvm/java-1.5.0/include/linux/jni_md.h... no
Checking for C header file io.h... no
Checking for C header file fcntl.h... yes
Checking for C header file unistd.h... yes
Checking for C header file stdint.h... yes
Checking for C header file sys/time.h... yes
Checking for C header file sys/types.h... yes
Checking for C header file termios.h... yes
Checking for C header file values.h... yes
Checking for C header file sys/socket.h... yes
Checking for C header file dirent.h... yes
Checking for libsndfile version 1.0.19 or later... yes
CONFIGURATION DECISION: Not building with new parser debugging
CONFIGURATION DECISION: Building dynamic Csound library
Checking for gcc version 4 or later... yes
CONFIGURATION DECISION: Building Csound C++ interface library.
swigflags: -c++ -includeall -verbose -DGNU_GETTEXT -DLINUX -DPIPES
-DHAVE_FLTK -DBETA -DUSE_DOUBLE -DHAVE_SOCKETS -DHAVE_PTHREAD_SPIN_LOCK
-DHAVE_PTHREAD_BARRIER_INIT -DHAVE_SYNC_LOCK_TEST_AND_SET -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 -DPARCS
-DPARCS -D__BUILDING_LIBCSOUND -D__BUILDING_CSOUND_INTERFACES -I. -I./H
-I/usr/lib/jvm/java-1.5.0/include
-I/usr/lib/jvm/java-1.5.0/include/linux -I/usr/local/include
-I/usr/include -I/usr/include -I/usr/X11R6/include -IEngine -Iinterfaces
CONFIGURATION DECISION: Not building Lua wrapper to Csound C++ interface
library.
CONFIGURATION DECISION: Not building Java wrapper to Csound C++
interface library.
CONFIGURATION DECISION: Building Python wrapper to Csound C++ interface
library.
PYTHON MODULE csnd...
CONFIGURATION DECISION: Not generating Csound API PDF documentation.
CONFIGURATION DECISION: Building UDP plugins.
CONFIGURATION DECISION: Building OSC plugin.
CONFIGURATION DECISION: Building linear algebra opcodes.
Checking for C header file png.h... yes
CONFIGURATION DECISION: Building image opcodes
CONFIGURATION DECISION: Building Virtual Keyboard plugin.
CONFIGURATION DECISION: Not building CoreAudio plugin.
CONFIGURATION DECISION: Building ALSA plugin.
CONFIGURATION DECISION: Building PulseAudio plugin
CONFIGURATION DECISION: Building PortAudio module.
Adding Jack library for PortAudio
CONFIGURATION DECISION: Building JACK plugin.
CONFIGURATION DECISION: Building with PortMIDI.
Checking for C library porttimer... no
CONFIGURATION DECISION: Building with ipMIDI.
Checking for C header file fluidsynth.h... yes
CONFIGURATION DECISION: Building fluid opcodes.
CONFIGURATION DECISION: Not building vst4cs opcodes.
Checking for C header file ladspa.h... yes
Checking for C header file dssi.h... yes
CONFIGURATION DECISION: Building DSSI plugin host opcodes.
CONFIGURATION DECISION: Building STK opcodes.
CONFIGURATION DECISION: Building Python opcodes.
CONFIGURATION DECISION: Not building Lua opcodes.
CONFIGURATION DECISION: Not building FLTK CSOUND5GUI frontend.
CONFIGURATION DECISION: Not building CsoundAC extension module for
Csound with algorithmic composition.
CONFIGURATION DECISION: Not building CsoundVST plugin and standalone.
0 False
CONFIGURATION DECISION: Not building Tclcsound
CONFIGURATION DECISION: Not building Winsound
CONFIGURATION DEFAULT:  Building csLadspa.
CONFIGURATION DECISION: Building beats score frontend
CONFIGURATION DECISION: Not building catalog builder.
CONFIGURATION DECISION: Not calling TAGS
scons: done reading SConscript files.
scons: Building targets ...
 


Date2013-07-02 08:57
FromRory Walsh
SubjectRe: [Csnd] Csound5 build on Ubuntu 12.04
That looks fine although you're missing the JAVA stuff so it's not
building. But Csound itself should be ready to go. You can now run
python install.py to install it system wide. After that you need to
export OPCODEDIR and then everything should be fine.



On 2 July 2013 09:43, adam  wrote:
> The Csound FLOSS manual refers to building Csound5 on (x)Ubuntu
> here, http://csounds.com/node/1373
>
> The first compile was interesting, so I'll include the header
> of the output below if anyone can notice anything.
>
> But my query relates to the source for the STK opcodes.
> How should I include the STK sources (from stk-4.4.4.tar.gz) into
> the Csound5/Opcodes/stk directory?
>
> The actual line from Menno says,
>     Copy "include", "rawwaves" and "src" with all its contents
>     and paste them in Csound5/Opcodes/stk
>
> I interpret that as meaning; copy those 3 STK source directories
> and paste them into the Csound5/Opcodes/stk directory. Is this right?
>
>                   - - - - - - - - - - - -
>
> Here below is the header from my first compilation. I feel there
> are many 'no' results, but perhaps I am on the right track.
> The no-tcl and no-Java both seem strange.
>
>
>
> scons -j 2 buildDSSI=1 buildImageOpcodes=1 buildInterfaces=1
> buildJavaWrapper=1 buildPythonOpcodes=1 buildUtilities=1 buildVirtual=1
> Lib64=0 useDouble=1 usePortAudio=1 usePortMidi=1 useALSA=1 useJack=1
> useFLTK=1 Word64=1 buildPythonWrapper=1 smoothSort=1 includeMP3=0
> buildCsoundAC=0 buildStkOpcodes=1 buildBeats=1 dynamicCsoundLibrary=1
> buildOSC=1 useOSC=1 useIpMIDI=1 >compile.txt
>
>
>
>
>
> 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.
> For Microsoft Visual C++, run in the Platform SDK
>     command shell, and use www.python.org WIN32 Python to run scons.
>
> System platform is 'linux'.
> Using options from 'custom.py.'
> Build platform is 'linux'.
> SCons tools on this platform:  ['default', 'gnulink', 'gcc', 'g++',
> 'gfortran', 'gas', 'ar', 'filesystem', 'm4', 'lex', 'yacc', 'rpcgen',
> 'swig', 'jar', 'javac', 'rmic', 'dvipdf', 'dvips', 'gs', 'tex', 'latex',
> 'pdflatex', 'pdftex', 'tar', 'zip']
> Checking for C header file libintl.h... yes
> CONFIGURATION DECISION: Using GNU gettext scheme
> CONFIGURATION DECISION: Using double-precision floating point for audio
> samples.
> Checking for C header file stdio.h... yes
> Checking for C library sndfile... yes
> Checking for C library pthread... yes
> CONFIGURATION DECISION: No Wiimote support
> CONFIGURATION DECISION: No P5 Glove support
> CONFIGURATION DECISION: Building with Serial code support
> Checking for pthread_barrier_init(0, NULL, 0) in C library pthread...
> yes
> CONFIGURATION DECISION: Using HAVE_PTHREAD_BARRIER_INIT
> Checking for int n = omp_get_num_threads() in C++ library gomp... yes
> Checking for __sync_lock_test_and_set((int32_t *)0, 0) in C library m...
> yes
> found sync lock
> Checking for C++ header file
> frontends/CsoundVST/vstsdk2.4/public.sdk/source/vst2.x/audioeffectx.h...
> no
> Checking for C header file portaudio.h... yes
> Checking for C header file portmidi.h... yes
> Checking for C++ header file FL/Fl.H... yes
> Checking for C++ header file FL/Fl_Spinner.H... yes
> Checking for C++ header file eigen3/Eigen/Dense... no
> Checking for C++ header file boost/any.hpp... yes
> Checking for C++ header file gmm/gmm.h... yes
> Checking for C library asound... yes
> Checking for C header file lo/lo.h... yes
> Checking for MusicXML2::SXMLFile f = MusicXML2::TXMLFile::create() in C
> ++ library musicxml2... no
> Checking for C header file jack/jack.h... yes
> Checking for C header file pulse/simple.h... yes
> Checking for C++ header file Opcodes/stk/include/Stk.h... yes
> Checking for C header file m_pd.h... no
> Checking for C header file tcl.h... no
> Checking for C header file /usr/include/tcl8.5/tcl.h... no
> Checking for C header file /usr/include/tk8.5/tcl.h... no
> Checking for C header file zlib.h... yes
> Checking for C++ header file funknown.h... no
> Checking for C header file lua.h... no
> Checking for LUA: no
> Checking for SWIG... yes
> Python Version: 2.7
> Checking for C header file Python.h... no
> Checking for C header file /usr/include/python2.7/Python.h... yes
> Checking for C++ header file jni.h... no
> Checking for C++ header file /usr/lib/java/include/linux/jni_md.h... no
> Checking for C++ header file /usr/lib/jvm/java/include/linux/jni_md.h...
> no
> Checking for C++ header
> file /usr/lib/jvm/java-1.5.0/include/linux/jni_md.h... no
> Checking for C header file io.h... no
> Checking for C header file fcntl.h... yes
> Checking for C header file unistd.h... yes
> Checking for C header file stdint.h... yes
> Checking for C header file sys/time.h... yes
> Checking for C header file sys/types.h... yes
> Checking for C header file termios.h... yes
> Checking for C header file values.h... yes
> Checking for C header file sys/socket.h... yes
> Checking for C header file dirent.h... yes
> Checking for libsndfile version 1.0.19 or later... yes
> CONFIGURATION DECISION: Not building with new parser debugging
> CONFIGURATION DECISION: Building dynamic Csound library
> Checking for gcc version 4 or later... yes
> CONFIGURATION DECISION: Building Csound C++ interface library.
> swigflags: -c++ -includeall -verbose -DGNU_GETTEXT -DLINUX -DPIPES
> -DHAVE_FLTK -DBETA -DUSE_DOUBLE -DHAVE_SOCKETS -DHAVE_PTHREAD_SPIN_LOCK
> -DHAVE_PTHREAD_BARRIER_INIT -DHAVE_SYNC_LOCK_TEST_AND_SET -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 -DPARCS
> -DPARCS -D__BUILDING_LIBCSOUND -D__BUILDING_CSOUND_INTERFACES -I. -I./H
> -I/usr/lib/jvm/java-1.5.0/include
> -I/usr/lib/jvm/java-1.5.0/include/linux -I/usr/local/include
> -I/usr/include -I/usr/include -I/usr/X11R6/include -IEngine -Iinterfaces
> CONFIGURATION DECISION: Not building Lua wrapper to Csound C++ interface
> library.
> CONFIGURATION DECISION: Not building Java wrapper to Csound C++
> interface library.
> CONFIGURATION DECISION: Building Python wrapper to Csound C++ interface
> library.
> PYTHON MODULE csnd...
> CONFIGURATION DECISION: Not generating Csound API PDF documentation.
> CONFIGURATION DECISION: Building UDP plugins.
> CONFIGURATION DECISION: Building OSC plugin.
> CONFIGURATION DECISION: Building linear algebra opcodes.
> Checking for C header file png.h... yes
> CONFIGURATION DECISION: Building image opcodes
> CONFIGURATION DECISION: Building Virtual Keyboard plugin.
> CONFIGURATION DECISION: Not building CoreAudio plugin.
> CONFIGURATION DECISION: Building ALSA plugin.
> CONFIGURATION DECISION: Building PulseAudio plugin
> CONFIGURATION DECISION: Building PortAudio module.
> Adding Jack library for PortAudio
> CONFIGURATION DECISION: Building JACK plugin.
> CONFIGURATION DECISION: Building with PortMIDI.
> Checking for C library porttimer... no
> CONFIGURATION DECISION: Building with ipMIDI.
> Checking for C header file fluidsynth.h... yes
> CONFIGURATION DECISION: Building fluid opcodes.
> CONFIGURATION DECISION: Not building vst4cs opcodes.
> Checking for C header file ladspa.h... yes
> Checking for C header file dssi.h... yes
> CONFIGURATION DECISION: Building DSSI plugin host opcodes.
> CONFIGURATION DECISION: Building STK opcodes.
> CONFIGURATION DECISION: Building Python opcodes.
> CONFIGURATION DECISION: Not building Lua opcodes.
> CONFIGURATION DECISION: Not building FLTK CSOUND5GUI frontend.
> CONFIGURATION DECISION: Not building CsoundAC extension module for
> Csound with algorithmic composition.
> CONFIGURATION DECISION: Not building CsoundVST plugin and standalone.
> 0 False
> CONFIGURATION DECISION: Not building Tclcsound
> CONFIGURATION DECISION: Not building Winsound
> CONFIGURATION DEFAULT:  Building csLadspa.
> CONFIGURATION DECISION: Building beats score frontend
> CONFIGURATION DECISION: Not building catalog builder.
> CONFIGURATION DECISION: Not calling TAGS
> scons: done reading SConscript files.
> scons: Building targets ...
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>

Date2013-07-02 09:32
Fromadam
SubjectRe: [Csnd] Csound5 build on Ubuntu 12.04
OK. So it seems like I need a Java or openjdk-? package of some 
kind (jre, or headers, or sources?). 

Synaptic list many, mainly openjdk-6-jdk etc, whereas openjdk-7-jdk
seems new (no red Ubuntu recommended symbol). 

Ubuntu mention those files here, for openjdk-7-jdk 
http://packages.ubuntu.com/precise/i386/openjdk-7-jdk/filelist 
might that be the package I need? 



-----Original Message-----
From: Rory Walsh 
Reply-to: csound@lists.bath.ac.uk
To: csound@lists.bath.ac.uk
Subject: Re: [Csnd] Csound5 build on Ubuntu 12.04
Date: Tue, 2 Jul 2013 09:57:18 +0200

That looks fine although you're missing the JAVA stuff so it's not
building. But Csound itself should be ready to go. You can now run
python install.py to install it system wide. After that you need to
export OPCODEDIR and then everything should be fine.


>
> scons -j 2 buildDSSI=1 buildImageOpcodes=1 buildInterfaces=1
> buildJavaWrapper=1 buildPythonOpcodes=1 buildUtilities=1 buildVirtual=1
> Lib64=0 useDouble=1 usePortAudio=1 usePortMidi=1 useALSA=1 useJack=1
> useFLTK=1 Word64=1 buildPythonWrapper=1 smoothSort=1 includeMP3=0
> buildCsoundAC=0 buildStkOpcodes=1 buildBeats=1 dynamicCsoundLibrary=1
> buildOSC=1 useOSC=1 useIpMIDI=1 >compile.txt

[....]

> Python Version: 2.7
> Checking for C header file Python.h... no
> Checking for C header file /usr/include/python2.7/Python.h... yes
> Checking for C++ header file jni.h... no
> Checking for C++ header file /usr/lib/java/include/linux/jni_md.h... no
> Checking for C++ header file /usr/lib/jvm/java/include/linux/jni_md.h...
> no
> Checking for C++ header
> file /usr/lib/jvm/java-1.5.0/include/linux/jni_md.h... no
> Checking for C header file io.h... no
> Checking for C header file fcntl.h... yes

[....]



Date2013-07-02 09:41
FromRory Walsh
SubjectRe: [Csnd] Csound5 build on Ubuntu 12.04
> OK. So it seems like I need a Java or openjdk-? package of some
> kind (jre, or headers, or sources?).

Only if you need the Csound JAVA insterfaces. Are you planning on
building your own Java frontend for Csound? If not then you don't need
the JAVA stuff, Csound will build fine without it. If you cd to the
csound directory you should be able to run ./csound as is. Now if you
do wish to program your own JAVA frontend then you will need to
install some JAVA packages. I'm not sure which ones as I never bother
with the JAVA stuff. But I'm sure others can say what's needed.

Date2013-07-02 09:53
Fromadam
SubjectRe: [Csnd] Csound5 build on Ubuntu 12.04
Thanks Rory. Is mainly to ensure Blue works with this 
Csound5. Its looking more like I need openjdk-7-jdk. 

With the 12.04 OS, I simply wish to do it all by 
the book as much as possible for a while. My 11.10 
system became untenable after a short time.  




Date2013-07-02 09:55
FromRory Walsh
SubjectRe: [Csnd] Csound5 build on Ubuntu 12.04
I think that's the one I have installed here too actually, although I
hardly ever use it! Let us now if it works. For what it's worth, I
think Blue should work even if you don't have the java interfaces
installed for Csound.

On 2 July 2013 10:53, adam  wrote:
>
> Thanks Rory. Is mainly to ensure Blue works with this
> Csound5. Its looking more like I need openjdk-7-jdk.
>
> With the 12.04 OS, I simply wish to do it all by
> the book as much as possible for a while. My 11.10
> system became untenable after a short time.
>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>

Date2013-07-03 00:31
Fromadam
SubjectRe: [Csnd] Csound5 build on Ubuntu 12.04
No build.  Ubuntu 12.04 32bit Double Csound from Git. 

scons: building terminated because of errors.
Although no errors or even Warnings are listed in the output. 

I believe I need the Java wrapper, for operation with Blue. 
And just feel openjdk-7-jdk to be the wrong package. Will remove. 
Perhaps  openjdk-6-jdk and openjdk-6-source, I will try next.

The compile output is at http://pastebin.com/xPCeqjqX 
if anyone would care to take a look. 

My references are; 
http://www.csounds.com/manual/html/BuildingCsound.html 
http://csounds.com/node/1373 


I will be on the #csound IRC for a bit. 
http://webchat.freenode.net/?channels=#csound 


scons -j 2 
buildDSSI=1  buildImageOpcodes=1  buildInterfaces=1
buildJavaWrapper=1  buildPythonOpcodes=1  buildUtilities=1
buildVirtual=1  Lib64=0 useDouble=1  usePortAudio=1
usePortMidi=1  useALSA=1  useJack=1  useFLTK=1  Word64=1
buildPythonWrapper=1  smoothSort=1  includeMP3=0 
buildCsoundAC=0  buildStkOpcodes=1  buildBeats=1 
dynamicCsoundLibrary=1  buildOSC=1  useOSC=1  useIpMIDI=1 
>  compile.txt




Date2013-07-03 07:57
Fromjpff@cs.bath.ac.uk
SubjectRe: [Csnd] Csound5 build on Ubuntu 12.04
I think thids is my typing error in the last file you compiled SDIF/sdif.c
About to fix;

Many apologies


> No build.  Ubuntu 12.04 32bit Double Csound from Git.
>
> scons: building terminated because of errors.
> Although no errors or even Warnings are listed in the output.
>
> I believe I need the Java wrapper, for operation with Blue.
> And just feel openjdk-7-jdk to be the wrong package. Will remove.
> Perhaps  openjdk-6-jdk and openjdk-6-source, I will try next.
>
> The compile output is at http://pastebin.com/xPCeqjqX
> if anyone would care to take a look.
>
> My references are;
> http://www.csounds.com/manual/html/BuildingCsound.html
> http://csounds.com/node/1373
>
>
> I will be on the #csound IRC for a bit.
> http://webchat.freenode.net/?channels=#csound
>
>
> scons -j 2
> buildDSSI=1  buildImageOpcodes=1  buildInterfaces=1
> buildJavaWrapper=1  buildPythonOpcodes=1  buildUtilities=1
> buildVirtual=1  Lib64=0 useDouble=1  usePortAudio=1
> usePortMidi=1  useALSA=1  useJack=1  useFLTK=1  Word64=1
> buildPythonWrapper=1  smoothSort=1  includeMP3=0
> buildCsoundAC=0  buildStkOpcodes=1  buildBeats=1
> dynamicCsoundLibrary=1  buildOSC=1  useOSC=1  useIpMIDI=1
>>  compile.txt
>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>
>
>



Date2013-07-03 08:10
Fromjoachim heintz
SubjectRe: [Csnd] Csound5 build on Ubuntu 12.04
in case you want to compare another description:
http://sourceforge.net/apps/mediawiki/csound/index.php?title=Building_Csound_on_Ubuntu

	joachim


Am 03.07.2013 01:31, schrieb adam:
> No build.  Ubuntu 12.04 32bit Double Csound from Git.
>
> scons: building terminated because of errors.
> Although no errors or even Warnings are listed in the output.
>
> I believe I need the Java wrapper, for operation with Blue.
> And just feel openjdk-7-jdk to be the wrong package. Will remove.
> Perhaps  openjdk-6-jdk and openjdk-6-source, I will try next.
>
> The compile output is at http://pastebin.com/xPCeqjqX
> if anyone would care to take a look.
>
> My references are;
> http://www.csounds.com/manual/html/BuildingCsound.html
> http://csounds.com/node/1373
>
>
> I will be on the #csound IRC for a bit.
> http://webchat.freenode.net/?channels=#csound
>
>
> scons -j 2
> buildDSSI=1  buildImageOpcodes=1  buildInterfaces=1
> buildJavaWrapper=1  buildPythonOpcodes=1  buildUtilities=1
> buildVirtual=1  Lib64=0 useDouble=1  usePortAudio=1
> usePortMidi=1  useALSA=1  useJack=1  useFLTK=1  Word64=1
> buildPythonWrapper=1  smoothSort=1  includeMP3=0
> buildCsoundAC=0  buildStkOpcodes=1  buildBeats=1
> dynamicCsoundLibrary=1  buildOSC=1  useOSC=1  useIpMIDI=1
>>   compile.txt
>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>

Date2013-07-03 09:48
Fromadam
SubjectRe: [Csnd] Csound5 build on Ubuntu 12.04
Thank you John, and Joachim.  

Yes, a new Git pull and success. 
Now to try Blue and look at the Java again. 

Great. 


-----Original Message-----
From: jpff@cs.bath.ac.uk
Reply-to: csound@lists.bath.ac.uk
To: csound@lists.bath.ac.uk
Subject: Re: [Csnd] Csound5 build on Ubuntu 12.04
Date: Wed, 3 Jul 2013 07:57:10 +0100

I think this is my typing error in the last file you compiled SDIF/sdif.c
About to fix;

Many apologies


> No build.  Ubuntu 12.04 32bit Double Csound from Git.
>
> scons: building terminated because of errors.