[Fresco-devel] Build error - InputSK.o &

Aaron DeVore <[email protected]> Sat, 29 May 2004 16:00:54 -0400
Newsgroups gmane.comp.video.fresco.devel
Message-ID <[email protected]>
Hi, I was trying to take a look at Fresco (version M2), but I got this 
error while compiling on a Mandrake Linux 9.2 computer:

making all in Prague
making all in src
making all in Babylon
making all in src
making all in modules
making all in Fresco-IDL
making all in Fresco-C++
making all in src
compiling InputSK.o
InputSK.cc: In member function `void 
Fresco::Input::Payload::operator<<=(cdrStream&)':
InputSK.cc:69: error: `False' undeclared (first use this function)
InputSK.cc:69: error: (Each undeclared identifier is reported only once 
for each function it appears in.)
make[2]: *** [InputSK.o] Error 1
make[1]: *** [src] Error 2
make: *** [Fresco-C++] Error 2

This was after a few top-directory makes, so the make output is missing 
for other directories. After getting the InputSK.o error, I ran make in 
Berlin/, resulting in this error:

making all in src
linking libBerlin.so
/usr//bin/ld: cannot find -lFresco
collect2: ld returned 1 exit status
make[1]: *** [..//lib/libBerlin.so] Error 1
make: *** [src] Error 2

Do I need to wait until InputSK.cc compiles before running make in 
Berlin/? Or do I need to reconfigure something?

Thanks,
-Pingveno