Skip to content

Linking reference erros Linux x86 #54

Description

@isalvat

Hi,

I am trying to compile the chrome extension for linux 32bits.

Every thing looks find but when the linker starts working throws a lot of reference problems:

Linking CXX shared library ../../bin/depthjsplugin/npdepthjsplugin.so
CMakeFiles/depthjsplugin.dir/openni_backend.cpp.o: En la función OpenNIBackend::setKinectAngle()': openni_backend.cpp:(.text+0x68d): referencia axnUSBInit' sin definir
openni_backend.cpp:(.text+0x6ae): referencia a xnGetStatusString' sin definir openni_backend.cpp:(.text+0x6fe): referencia axnGetStatusString' sin definir
openni_backend.cpp:(.text+0x7b7): referencia a xnUSBOpenDevice' sin definir openni_backend.cpp:(.text+0x7d8): referencia axnGetStatusString' sin definir
openni_backend.cpp:(.text+0x828): referencia a xnGetStatusString' sin definir openni_backend.cpp:(.text+0x906): referencia axnUSBSendControl' sin definir
openni_backend.cpp:(.text+0x927): referencia a xnGetStatusString' sin definir openni_backend.cpp:(.text+0x977): referencia axnGetStatusString' sin definir
openni_backend.cpp:(.text+0xa10): referencia a xnUSBCloseDevice' sin definir openni_backend.cpp:(.text+0xa31): referencia axnGetStatusString' sin definir
openni_backend.cpp:(.text+0xa81): referencia a xnGetStatusString' sin definir CMakeFiles/depthjsplugin.dir/openni_backend.cpp.o: En la funciónOpenNIBackend::init()':
openni_backend.cpp:(.text+0xced): referencia a getResourcesDirectory()' sin definir openni_backend.cpp:(.text+0xee1): referencia axnGetStatusString' sin definir
openni_backend.cpp:(.text+0xf31): referencia a xnGetStatusString' sin definir openni_backend.cpp:(.text+0x1003): referencia axnGetStatusString' sin definir
openni_backend.cpp:(.text+0x1053): referencia a `xnGetStatusString' sin definir

...

There is a missing library but I don't know if it is from the system, OpenNI or NITE.

Can you help me?

Thanks,

Iñigo

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions