Avner Moshkovitz
Avner Moshkovitz

Reputation: 1374

emscripten fails to build hugin package

I'm trying to build the "hugin" package (https://launchpad.net/hugin) with emscripten. The cmake command runs fine in native Linux, but the equivalent emscripten command returns errors.

With g++ the following command finishes successfully (and following that I can build the executables with "make all")

cmake ../

With emscripten, the following command:

cmake -DCMAKE_TOOLCHAIN_FILE=~/emscripten/emsdk-portable/emscripten/1.37.28/cmake/Modules/Platform/Emscripten.cmake ../

gives an error:

CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
  Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES
  wxWidgets_INCLUDE_DIRS)

What am I missing?

Thanks, Avner

Upvotes: 0

Views: 292

Answers (0)

Related Questions