Re: [Kma-anyg] KMA 0.3.2 released
Brought to you by:
bstard
|
From: Erwin K. <er...@ew...> - 2004-04-07 09:27:11
|
> New in 0.3.2 :
> - Compilation on FreeBSD
> - Minor bug fixes
Congratulations with the new version!
Hate to bug you on this...
FreeBSD 4.9 also requires the pthread.h in stead of malloc.h, so the chec=
k
in dp500.h
#ifndef FREEBSD
#include <malloc.h>
#else
#include <pthread.h>
#endif
fails for version 4.9.
I tried to set in the configure.in file
case "${build_os}" in
freebsd4*) OS=3DFREEBSD4 ;;
freebsd5*) OS=3DFREEBSD ;;
dnl *) OS=3DLINUX ;;
esac
to
freebsd4*) OS=3DFREEBSD ;;
but that did not make a difference. It still compiles with the -D FREEBSD=
4
set.
Modifying dp500.h to have
#ifndef FREEBSD4
works fine.
I am not to well versed in the entire makefile process, so I am sorry I a=
m
not much of help there.
Now where did I put my getopt.h?... ;-)
///
oo ///
+--oOO-< ) ///-OOo--+
| Erwin |
+--------------------+
|