On Wed, 13 Aug 2003, Ralf Weber wrote: >I'm having problems compiling bincimap-1.1.8 under MacOS X 10.2 >(Jaguar). >First problem is that there somehow is a header missing in >operator-list.cc. After I added : >#include <sys/types.h> >this was solved.
This has been added now, >Another problem was that there is a missing headerfile that >bincimapd-module.cc requires (dlfcn.h). I could get around this problem >by including the headerfiles of the fink project >(http://fink.sourceforge.net) as CPPFLAGS (export >CPPFLAGS=-I/sw/include), so this was solved also. This has been placed inside an ifdef. Module code is in, but it's not properly supported yet. So the dl code goes into a HAVE_DLSUPPORT block for now. Should solve this problem. >The biggest problem however I have and I have not solved this is that >when it finally comes to linking the binary this fails with the >following error message: >g++ -g -O2 -o bincimapd bincimapd.o broker.o depot.o exceptions.o >pendingupdates.o session.o bincimapd-module.o liboperators_nonauth.a 1.1.9 is about to be released - please try again with this code and we'll take it from there. :-) Andy -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something | than to do it poorly."

