Menu

#24 Installation problem with symbol.cpp

CVS
open
nobody
ec2drv (8)
5
2009-11-15
2009-11-15
Anonymous
No

I'm trying to install ec2drv on Mac OS X 10.6 and have managed to get over a few hurdles including libusb and having to modify the libtools file (echo="echo") and I just thought I'd got it cracked but then the following happened:

Making all in debug-core
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/ec2drv -g -O2 -MT cdbfile.lo -MD -MP -MF .deps/cdbfile.Tpo -c -o cdbfile.lo cdbfile.cpp
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/ec2drv -g -O2 -MT cdbfile.lo -MD -MP -MF .deps/cdbfile.Tpo -c cdbfile.cpp -fno-common -DPIC -o .libs/cdbfile.o
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/ec2drv -g -O2 -MT cdbfile.lo -MD -MP -MF .deps/cdbfile.Tpo -c cdbfile.cpp -o cdbfile.o >/dev/null 2>&1
mv -f .deps/cdbfile.Tpo .deps/cdbfile.Plo
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/ec2drv -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ihex.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/ec2drv -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ihex.c -fno-common -DPIC -o .libs/ihex.o
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/ec2drv -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ihex.c -o ihex.o >/dev/null 2>&1
mv -f .deps/ihex.Tpo .deps/ihex.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/ec2drv -g -O2 -MT memremap.lo -MD -MP -MF .deps/memremap.Tpo -c -o memremap.lo memremap.cpp
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/ec2drv -g -O2 -MT memremap.lo -MD -MP -MF .deps/memremap.Tpo -c memremap.cpp -fno-common -DPIC -o .libs/memremap.o
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/ec2drv -g -O2 -MT memremap.lo -MD -MP -MF .deps/memremap.Tpo -c memremap.cpp -o memremap.o >/dev/null 2>&1
mv -f .deps/memremap.Tpo .deps/memremap.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/ec2drv -g -O2 -MT module.lo -MD -MP -MF .deps/module.Tpo -c -o module.lo module.cpp
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/ec2drv -g -O2 -MT module.lo -MD -MP -MF .deps/module.Tpo -c module.cpp -fno-common -DPIC -o .libs/module.o
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/ec2drv -g -O2 -MT module.lo -MD -MP -MF .deps/module.Tpo -c module.cpp -o module.o >/dev/null 2>&1
mv -f .deps/module.Tpo .deps/module.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/ec2drv -g -O2 -MT symbol.lo -MD -MP -MF .deps/symbol.Tpo -c -o symbol.lo symbol.cpp
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/ec2drv -g -O2 -MT symbol.lo -MD -MP -MF .deps/symbol.Tpo -c symbol.cpp -fno-common -DPIC -o .libs/symbol.o
symbol.cpp:206:27: error: boost/regex.hpp: No such file or directory
symbol.cpp: In member function 'void Symbol::print(char, std::string)':
symbol.cpp:302: error: 'boost' has not been declared
symbol.cpp:302: error: expected `;' before 'reg_array'
symbol.cpp:303: error: 'boost' has not been declared
symbol.cpp:303: error: expected `;' before 'reg_child'
symbol.cpp:304: error: 'boost' has not been declared
symbol.cpp:304: error: expected `;' before 'what'
symbol.cpp:306: error: 'boost' has not been declared
symbol.cpp:306: error: 'what' was not declared in this scope
symbol.cpp:306: error: 'reg_array' was not declared in this scope
symbol.cpp:306: error: 'boost' has not been declared
symbol.cpp:331: error: 'boost' has not been declared
symbol.cpp:331: error: 'reg_child' was not declared in this scope
symbol.cpp:331: error: 'boost' has not been declared
make[3]: *** [symbol.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Can anyone shed any light on this? I'm about spent!!

Wayne

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.