[CF-Devel] Make fail Crossfire 1.5.0
crossfire-devel-admin at archives.real-time.com
crossfire-devel-admin at archives.real-time.com
Mon Sep 1 15:28:01 CDT 2003
Holger Erck wrote:
>
>
plugins.c: In function ‘initOnePlugin’:
>
>
plugins.c:499 RTLD_NOW undeclared (first use of the function)
>
>
plugins.c:499 (Each undeclared identifier is reported only once
>
>
plugins.c:499 for each function it appears in.)
>
>
plugins.c:499 RTLD_GLOBAL undeclared (first use of the function)
Looking at the openbsd man page
http://tinyurl.com/lvza,
suggest that openbsd
doesn't have those two values define in dlfcn.h (or anyplace else, but the
dlopen manpage isn't very good). You could try changing that line to just not
pass those values and see if it works - if so, then we at least know the 'fix',
and can work on putting a change in the code.
_______________________________________________
crossfire-devel mailing list
crossfire-devel at lists.real-time.com
https://mailman.real-time.com/mailman/listinfo/crossfire-devel
More information about the crossfire
mailing list