- Posts: 1
getting build error in /wex/src/gleasy.cpp
- om@enact
- Topic Author
Less
More
09 Feb 2021 17:43 #9272
by om@enact
getting build error in /wex/src/gleasy.cpp was created by om@enact
I'm trying to build the sdk and builder all four projects in one but I'm getting this in /wex/src/gleasy.cpp. which says
error: ‘glXGetProcAddress’ was not declared in this scope
glWindowPos2f = (PFNGLWINDOWPOS2FPROC)glXGetProcAddress((const GLubyte*)"glWindowPos2f");
^
wex/src/CMakeFiles/wex.dir/build.make:380: recipe for target 'wex/src/CMakeFiles/wex.dir/gleasy.cpp.o' failed
Please suggest how can I fix it.
error: ‘glXGetProcAddress’ was not declared in this scope
glWindowPos2f = (PFNGLWINDOWPOS2FPROC)glXGetProcAddress((const GLubyte*)"glWindowPos2f");
^
wex/src/CMakeFiles/wex.dir/build.make:380: recipe for target 'wex/src/CMakeFiles/wex.dir/gleasy.cpp.o' failed
Please suggest how can I fix it.
Please Log in or Create an account to join the conversation.
- pgilman
Less
More
- Posts: 5447
11 Feb 2021 12:05 #9279
by pgilman
Replied by pgilman on topic getting build error in /wex/src/gleasy.cpp
Hi Om Prakash,
I assume you are following the instructions here: github.com/NREL/SAM/wiki .
What operating system are you using?
Best regards,
Paul.
I assume you are following the instructions here: github.com/NREL/SAM/wiki .
What operating system are you using?
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
Moderators: pgilman