Initially I had errors that said:
[color=red]2 undefined reference to PxConfigDeleteEntryCx' 2 undefined reference to
PxConfigDeleteSectionCx’
2 undefined reference to PxConfigForceEmptySectionCx' 2 undefined reference to
PxConfigGetCx’
2 undefined reference to PxConfigNextSectionCx' 2 undefined reference to
PxConfigNextStringCx’
2 undefined reference to PxConfigReadBoolCx' 2 undefined reference to
PxConfigReadIntCx’
Solved this by adding -lphexlib to the other linker options. Now I am faced with a new set of undefined errors:
[color=red]libphexlib.so: undefined reference to wctoutf8' libphexlib.so: undefined reference to
PtTerminalDefaultCharsets’
libphexlib.so: undefined reference to PtSetResources' libphexlib.so: undefined reference to
utf8towc’
libphexlib.so: undefined reference to PtSpawn' libphexlib.so: undefined reference to
PtConnectionFindName’
libphexlib.so: undefined reference to PtConnectionSend' libphexlib.so: undefined reference to
PiDuplicateImage’
Can anyone please help me? I tried deciphering this but…nothing.
Thanks