Nux

compile time error - undefined reference to `glewContextInit'

Asked by vishy

I am trying to install NUX on fedora and getting error while compiling. Following are the details:

configure options:
./configure --enable-documentation=yes --enable-doxygen-man --enable-examples=no --enable-gputests=no

Error:
make[2]: Entering directory `/usr/src/packages/BUILD/nux-0.9.12/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/packages/BUILD/nux-0.9.12/tests'
Making all in tools
make[2]: Entering directory `/usr/src/packages/BUILD/nux-0.9.12/tools'
  CXXLD unity_support_test
../NuxGraphics/.libs/libnux-graphics-0.9.so: undefined reference to `glewContextInit'
collect2: ld returned 1 exit status
make[2]: *** [unity_support_test] Error 1
make[2]: Leaving directory `/usr/src/packages/BUILD/nux-0.9.12/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/nux-0.9.12'
make: *** [all] Error 2
vishy on ganakayentra | Fri Jan 07 09:46:50 | /usr/src/packages/BUILD/nux-0.9.12 |

Need help in resolving this issue.

Regards,

Question information

Language:
English Edit question
Status:
Solved
For:
Nux Edit question
Assignee:
No assignee Edit question
Solved by:
vishy
Solved:
Last query:
Last reply:
Revision history for this message
vishy (vishwanath-tk) said :
#1

resolved - was able to compile r172