Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux companion compile error (XSDCXX_EXECUTABLE-NOTFOUND) #2138

Closed
griebd opened this issue Mar 12, 2015 · 0 comments
Closed

linux companion compile error (XSDCXX_EXECUTABLE-NOTFOUND) #2138

griebd opened this issue Mar 12, 2015 · 0 comments
Milestone

Comments

@griebd
Copy link
Member

griebd commented Mar 12, 2015

When compiling companion on Slackware linux got the error:

cmake ../src/
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for XercesC 
--   found xerces-c: /usr/lib64/libxerces-c.so
-- Looking for Xsd 
-- XSDCXX_EXECUTABLE-NOTFOUND
CMake Error at CMakeLists.txt:27 (MESSAGE):
  XSD not found! Please set XSD path ...


-- Configuring incomplete, errors occurred!

Thing is I have XSD "All-In-One Package" package working in a non standard directory (no easy package for slackware, and I need it only for OpenTX).

The solution is quite simple, set XSDDIR to that directory! But it still produces the same problem... The search path in FindXsd.cmake does not include the sub-directories for the "All-In-One Package"!!!

Already solved, opening issue to reference in pull request! 😉

p.s.
export XSDDIR=$DIR/xsd-3.3.0+dep/xsd

@bsongis bsongis added this to the OpenTX 2.0.16 milestone Mar 13, 2015
bsongis added a commit that referenced this issue Mar 13, 2015
Fix #2138 - companion compile error on Slackware linux
bsongis added a commit that referenced this issue Mar 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants