• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Error with "glew"

carlospq

New Member
Joined
Sep 14, 2016
Messages
1
Reaction score
0
Hello all,

I have problems compiling the OTClient in Ubuntu. I followed the steps but in the last one ("make") I got some errors:
$ make
Linking CXX executable otclient
CMakeFiles/otclient.dir/src/framework/graphics/coordsbuffer.cpp.o: En la función `HardwareBuffer::bind()':
<dir>/Escritorio/otclient/src/framework/graphics/hardwarebuffer.h:46: referencia a `__glewBindBuffer' sin definir
CMakeFiles/otclient.dir/src/framework/graphics/coordsbuffer.cpp.o: En la función `HardwareBuffer::write(void*, int, HardwareBuffer::UsagePattern)':
<dir>/Escritorio/otclient/src/framework/graphics/hardwarebuffer.h:48: referencia a `__glewBufferData' sin definir
....
collect2: error: ld returned 1 exit status
make[2]: *** [otclient] Error 1
make[1]: *** [CMakeFiles/otclient.dir/all] Error 2
make: *** [all] Error 2


Don't know how to solve this. Any idea?
 
Back
Top