[Cs-dev] build failing with latest git, newParser=0
Date | 2011-12-21 04:55 |
From | Iain Duncan |
Subject | [Cs-dev] build failing with latest git, newParser=0 |
Attachments | None None |
Hi everyone, I just pulled the latest changes from git and tried buildingĀ $ scons buildNewParser=0 Complete output here: iain@musicbox:/usr/local/src/csound5$ scons buildNewParser=0 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 <gogins at pipeline dot com> 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.' scons: warning: The Options class is deprecated; use the Variables class instead. File "/usr/local/src/csound5/SConstruct", line 349, in <module> Build platform is 'linux'. SCons tools on this platform: ['default', 'gnulink', 'gcc', 'g++', 'gfortran', 'gas', 'ar', 'filesystem', 'm4', 'lex', 'yacc', 'rpcgen', 'jar', 'javac', 'rmic', 'dvipdf', 'dvips', 'gs', 'tex', 'pdftex', 'tar', 'zip', 'rpm', 'CVS'] Checking for C header file libintl.h... (cached) yes CONFIGURATION DECISION: Using GNU gettext scheme CONFIGURATION DECISION: Using single-precision floating point for audio samples. Checking for C header file stdio.h... (cached) yes Checking for C library sndfile... (cached) yes Checking for C library pthread... (cached) 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... (cached) yes CONFIGURATION DECISION: Using HAVE_PTHREAD_BARRIER_INIT Checking for int n = omp_get_num_threads() in C++ library gomp... (cached) yes Checking for __sync_lock_test_and_set((int32_t *)0, 0) in C library m... (cached) yes found sync lock Checking for C++ header file frontends/CsoundVST/vstsdk2.4/public.sdk/source/vst2.x/audioeffectx.h... (cached) no Checking for C header file portaudio.h... (cached) no Checking for C header file portmidi.h... (cached) no Checking for C++ header file FL/Fl.H... (cached) no Checking for C++ header file boost/any.hpp... (cached) yes Checking for C++ header file gmm/gmm.h... (cached) no Checking for C library asound... (cached) yes Checking for C header file lo/lo.h... (cached) yes Checking for MusicXML2::SXMLFile f = MusicXML2::TXMLFile::create() in C++ library musicxml2... (cached) no Checking for C header file jack/jack.h... (cached) yes Checking for C header file pulse/simple.h... (cached) no Checking for C++ header file Opcodes/stk/include/Stk.h... (cached) no Checking for C header file m_pd.h... (cached) yes Checking for C header file tcl.h... (cached) no Checking for C header file /usr/include/tcl8.5/tcl.h... (cached) no Checking for C header file /usr/include/tk8.5/tcl.h... (cached) no Checking for C header file zlib.h... (cached) yes Checking for C++ header file funknown.h... (cached) no Checking for C header file lua.h... (cached) no Checking for SWIG... no Python Version: 2.6 Checking for C header file Python.h... (cached) no Checking for C header file /usr/include/python2.6/Python.h... (cached) yes Checking for C++ header file jni.h... (cached) no Checking for C header file io.h... (cached) no Checking for C header file fcntl.h... (cached) yes Checking for C header file unistd.h... (cached) yes Checking for C header file stdint.h... (cached) yes Checking for C header file sys/time.h... (cached) yes Checking for C header file sys/types.h... (cached) yes Checking for C header file termios.h... (cached) yes Checking for C header file values.h... (cached) yes Checking for C header file sys/socket.h... (cached) yes Checking for C header file dirent.h... (cached) yes Checking for libsndfile version 1.0.16 or later... (cached) yes CONFIGURATION DECISION: Not building with new parser CONFIGURATION DECISION: Building static Csound library CONFIGURATION DECISION: Not building Csound C++ interface library. CONFIGURATION DECISION: Not generating Csound API PDF documentation. CONFIGURATION DECISION: Building UDP plugins. CONFIGURATION DECISION: Not building OSC plugin. CONFIGURATION DECISION: Not building linear algebra opcodes. Checking for C header file png.h... (cached) yes CONFIGURATION DECISION: Building image opcodes CONFIGURATION DECISION: Not building with FLTK graphs and widgets. CONFIGURATION DECISION: Not building CoreAudio plugin. CONFIGURATION DECISION: Building ALSA plugin. CONFIGURATION DECISION: Not building PortAudio module. CONFIGURATION DECISION: Building JACK plugin. CONFIGURATION DECISION: Not building with PortMIDI. Checking for C header file fluidsynth.h... (cached) no CONFIGURATION DECISION: Not building fluid opcodes. CONFIGURATION DECISION: Not building vst4cs opcodes. Checking for C header file ladspa.h... (cached) yes Checking for C header file dssi.h... (cached) yes CONFIGURATION DECISION: Building DSSI plugin host opcodes. CONFIGURATION DECISION: Not building STK opcodes. CONFIGURATION DECISION: Not 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 True CONFIGURATION DECISION: Not building Tclcsound CONFIGURATION DECISION: Not building Winsound CONFIGURATION DEFAULT: Building csLadspa. CONFIGURATION DECISION: Not building beats score frontend. CONFIGURATION DECISION: Not building catalog builder. CONFIGURATION DECISION: Not calling TAGS scons: done reading SConscript files. scons: Building targets ... msgfmt -o po/en_GB/LC_MESSAGES/csound5.mo po/csound.po msgfmt -o po/es_CO/LC_MESSAGES/csound5.mo po/es_CO.po po/es_CO.po:6425: keyword "vrandh" unknown po/es_CO.po:6425:14: syntax error po/es_CO.po:6426: end-of-line within string msgfmt: found 3 fatal errors scons: *** [po/es_CO/LC_MESSAGES/csound5.mo] Error 1 scons: building terminated because of errors. iain@musicbox:/usr/local/src/csound5$ |
Date | 2011-12-21 07:28 |
From | Anders Genell |
Subject | Re: [Cs-dev] build failing with latest git, newParser=0 |
Attachments | None None |
Might this have to do with what Kelly Hirai reported recently?: 'missing " on line 6425 of po/es_CO.po.' It seems to be where your build fails? /Anders On Wed, Dec 21, 2011 at 5:55 AM, Iain Duncan <iainduncanlists@gmail.com> wrote:
|
Date | 2011-12-21 07:30 |
From | Tito Latini |
Subject | Re: [Cs-dev] build failing with latest git, newParser=0 |
Attachments | None |
Date | 2011-12-21 19:31 |
From | Iain Duncan |
Subject | Re: [Cs-dev] build failing with latest git, newParser=0 |
Attachments | None None |
Confirmed, can build now, thanks! iain On Tue, Dec 20, 2011 at 11:30 PM, Tito Latini <tito.01beta@gmail.com> wrote: fixed |