om-synth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Om-synth] how to compile from cvs?


From: Dragan Noveski
Subject: Re: [Om-synth] how to compile from cvs?
Date: Thu, 27 Apr 2006 03:39:14 +0200
User-agent: Debian Thunderbird 1.0.2 (X11/20050331)

ok, browsing on muse-site i found out that the trick is ./autogen.sh, then i can run configure.

i buld now flowcanvas, patchage and omins, runing configure on om-synth everything good, but make brakes up:


address@hidden:~/software/om/om-synth$ make
make  all-recursive
make[1]: Entering directory `/home/nowhiskey/software/om/om-synth'
Making all in src
make[2]: Entering directory `/home/nowhiskey/software/om/om-synth/src'
Making all in engine
make[3]: Entering directory `/home/nowhiskey/software/om/om-synth/src/engine'
Making all in tests
make[4]: Entering directory `/home/nowhiskey/software/om/om-synth/src/engine/tests'
make[4]: Für das Ziel »all« ist nichts zu tun.
make[4]: Leaving directory `/home/nowhiskey/software/om/om-synth/src/engine/tests'

make[4]: Entering directory `/home/nowhiskey/software/om/om-synth/src/engine'
if g++ -DHAVE_CONFIG_H -I. -I. -I../..    -I/usr/local/include     -I/usr/include/alsa   -I/usr/local/include/lash-1.0 -I/usr/local/include -I/usr/include/alsa   -I../../src/common -fno-exceptions -fno-rtti -fPIC -g -O2 -DNDEBUG -DNDEBUG -pipe -fmessage-length=139 -fdiagnostics-show-location=every-line -MT LashDriver.o -MD -MP -MF ".deps/LashDriver.Tpo" -c -o LashDriver.o LashDriver.cpp; \
        then mv -f ".deps/LashDriver.Tpo" ".deps/LashDriver.Po"; else rm -f ".deps/LashDriver.Tpo"; exit 1; fi
LashDriver.cpp: In member function `void Om::LashDriver::restore_finished()':
LashDriver.cpp:76: error: `assert' undeclared (first use this function)
LashDriver.cpp:76: error: (Each undeclared identifier is reported only once for each function it appears in.)
LashDriver.cpp: In member function `void Om::LashDriver::process_events()':
LashDriver.cpp:89: error: `assert' undeclared (first use this function)
make[4]: *** [LashDriver.o] Fehler 1
make[4]: Leaving directory `/home/nowhiskey/software/om/om-synth/src/engine'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/nowhiskey/software/om/om-synth/src/engine'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/nowhiskey/software/om/om-synth/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/nowhiskey/software/om/om-synth'
make: *** [all] Fehler 2
address@hidden:~/software/om/om-synth$


lash i installed yesterday, it is in /usr/local/bin now.
i think that this kind of error i already expirienced compiling some software, it is perhaps related to cpp. on my system there is installed:

cpp-4.0.2-2
cpp-3.3   3.3.6-13
cpp-3.4   3.4.6-1
cpp-4.0   4.0.3-1

does someone has an idea how to solve the problem?

cheers,
doc


reply via email to

[Prev in Thread] Current Thread [Next in Thread]