I'm getting the following error trying to compile my program that's attempting to utilize the StringTokenizer stuff:
/home/adam/YAS_IPDR/source/emulator/src/EmulatorServer.cpp:246: undefined reference to `ost::StringTokenizer::StringTokenizer(char const*, char const*, bool, bool)'
EmulatorServer.o(.text+0x10b1):/home/adam/YAS_IPDR/source/emulator/src/EmulatorServer.cpp:256: undefined reference to `ost::StringTokenizer::iterator::operator*()'
EmulatorServer.o(.text+0x1511):/home/adam/YAS_IPDR/source/emulator/src/EmulatorServer.cpp:254: undefined reference to `ost::StringTokenizer::iterator::operator++()'
EmulatorServer.o(.gnu.linkonce.t._ZN3ost15StringTokenizer8iteratorC1ERKS0_+0x42): In function `ost::StringTokenizer::iterator::iterator(ost::StringTokenizer const&)':
/usr/local/include/cc++2/cc++/tokenizer.h:144: undefined reference to `ost::StringTokenizer::iterator::operator++()'
I'm using a bunch of socket stuff from the library with no problems.
Any help greatly appreciated!
Adam
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm getting the following error trying to compile my program that's attempting to utilize the StringTokenizer stuff:
/home/adam/YAS_IPDR/source/emulator/src/EmulatorServer.cpp:246: undefined reference to `ost::StringTokenizer::StringTokenizer(char const*, char const*, bool, bool)'
EmulatorServer.o(.text+0x10b1):/home/adam/YAS_IPDR/source/emulator/src/EmulatorServer.cpp:256: undefined reference to `ost::StringTokenizer::iterator::operator*()'
EmulatorServer.o(.text+0x1511):/home/adam/YAS_IPDR/source/emulator/src/EmulatorServer.cpp:254: undefined reference to `ost::StringTokenizer::iterator::operator++()'
EmulatorServer.o(.gnu.linkonce.t._ZN3ost15StringTokenizer8iteratorC1ERKS0_+0x42): In function `ost::StringTokenizer::iterator::iterator(ost::StringTokenizer const&)':
/usr/local/include/cc++2/cc++/tokenizer.h:144: undefined reference to `ost::StringTokenizer::iterator::operator++()'
I'm using a bunch of socket stuff from the library with no problems.
Any help greatly appreciated!
Adam