You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, I found no instructions to compile clew.
I tried (on Linux, 64bits):
gcc -c src/clew.c -Iinclude -o clew
I got:
src/clew.c: In function 'clewInit':
src/clew.c:136:5: warning: passing argument 1 of 'dlopen' from incompatible
pointer type [enabled by default]
module = CLEW_DYNLIB_OPEN(path);
^
In file included from src/clew.c:22:0:
/usr/include/dlfcn.h:56:14: note: expected 'const char *' but argument is of
type 'const wchar_t *'
extern void *dlopen (const char *__file, int __mode) __THROWNL;
Original issue reported on code.google.com by [email protected] on 27 Jan 2015 at 8:04
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 27 Jan 2015 at 8:04The text was updated successfully, but these errors were encountered: