forked from MaddTheSane/executor
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Trying to build on FreeBSD, compilation stops at
[ 5%] Built target resources
[ 6%] Building C object CMakeFiles/lmdb.dir/lmdb/libraries/liblmdb/mdb.c.o
/tmp/executor/lmdb/libraries/liblmdb/mdb.c:5169:14: error: variable has incomplete
type 'union semun'
union semun semu;
^
/tmp/executor/lmdb/libraries/liblmdb/mdb.c:5169:8: note: forward declaration of
'union semun'
union semun semu;
^
1 error generated.
gmake[2]: *** [CMakeFiles/lmdb.dir/build.make:82: CMakeFiles/lmdb.dir/lmdb/libraries/liblmdb/mdb.c.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:445: CMakeFiles/lmdb.dir/all] Error 2
gmake: *** [Makefile:182: all] Error 2
Metadata
Metadata
Assignees
Labels
No labels