Hi all,
Unfortunately, I have a problem installing QB64PE (latest 3.6.0) on my iMac27 with macOS High Sierra.
Below is the error message:
Any idea to fix that?
Cheers.
Fifi
Unfortunately, I have a problem installing QB64PE (latest 3.6.0) on my iMac27 with macOS High Sierra.
Below is the error message:
Code: (Select All)
c++ -w -std=gnu++11 -I./internal/c/libqb/include -I./internal/c/parts/core/src/ -I./internal/c/parts/core/glew/include/ -DDEPENDENCY_SOCKETS -DDEPENDENCY_NO_PRINTER -DDEPENDENCY_ICON -DDEPENDENCY_NO_SCREENIMAGE -DDEPENDENCY_LOADFONT internal/c/libqb/src/http.cpp -c -o internal/c/libqb/src/http.o
internal/c/libqb/src/http.cpp:9:10: fatal error: 'curl/curl.h' file not found
#include <curl/curl.h>
^~~~~~~~~~~~~
1 error generated.
make: *** [internal/c/libqb/src/http.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from internal/c/libqb.cpp:5:
internal/c/parts/core/glew/src/glew.c:7938:9: error: use of undeclared identifier 'glGetMapAttribParameterfvNV'; did you mean
'__glewGetMapAttribParameterfvNV'?
r = ((glGetMapAttribParameterfvNV = (PFNGLGETMAPATTRIBPARAMETERFVNVPROC)glewGetProcAddress((const GLubyte*)"glGetMapAt...
^~~~~~~~~~~~~~~~~~~~~~~~~~~
__glewGetMapAttribParameterfvNV
internal/c/parts/core/glew/src/glew.c:2123:36: note: '__glewGetMapAttribParameterfvNV' declared here
PFNGLGETMAPATTRIBPARAMETERFVNVPROC __glewGetMapAttribParameterfvNV = NULL;
^
1 error generated.
make: *** [internal/c/libqb_make_00010101000000.o] Error 1
Compilation of QB64-PE failed!
Cheers.
Fifi
Before to send the arrow of truth, dip the head in a honey pot (Cheyenne saying).
Don't tell my Mom I'm on iMac with macOS, she thinks I work on PC with Windows.