xlog-discussion
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xlog-discussion] Re: Xlog's configure script broken?


From: Joop Stakenborg
Subject: [Xlog-discussion] Re: Xlog's configure script broken?
Date: Wed, 21 Dec 2005 21:42:17 +0100 (CET)
User-agent: SquirrelMail/1.4.5

> Hi Joop,
>       Maybe a bug here, I'm not sure. Compiling with hamlib works perfectly,
> which
> is why I missed this as all my machines have hamlib installed and
> WITH_HAMLIB=yes in /etc/make.conf. However, deinstalling hamlib and
> attempting to compile xlog gives the following error (configure reports
> "Disabling hamlib" correctly and gcc uses -DWANT_HAMLIB=0 yet it's still
> looking for rig.h):
>
> if cc -DPACKAGE_NAME=\"xlog\" -DPACKAGE_TARNAME=\"xlog\"
> -DPACKAGE_VERSION=\"1.3\" -DPACKAGE_STRING=\"xlog\ 1.3\"
> -DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE=\"xlog\"
> -DVERSION=\"1.3\"
> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
> -DHAVE_STDLIB_H=1
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_IPC_H=1 -DHAVE_SYS_SHM_H=1
> -DHAVE_STRPTIME=1 -DHAVE_STRPTIME_DECL= -DWANT_HAMLIB=0 -I. -I. -DXTHREADS
> -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo
> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
> -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2
> -I/usr/local/include -I/usr/X11R6/include/gtk-2.0
> -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0
> -I/usr/X11R6/include -I/usr/local/include/freetype2
> -I/usr/X11R6/include/libgnomeprint-2.2   -I..  -DG_DISABLE_DEPRECATED
> -DGDK_DISABLE_DEPRECATED  -DGDK_PIXBUF_DISABLE_DEPRECATED
> -DGTK_DISABLE_DEPRECATED  -DDATADIR=\""/usr/X11R6/share"\"
> -DXLOG_LOCALEDIR=\""/usr/X11R6/share/locale"\"
> -DXLOG_DATADIR=\""/usr/X11R6/share/xlog"\"     -O2 -pipe -march=pentium3
> -Wall -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c;  then
> mv
> -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1;
> fi
> main.c:41:24: hamlib/rig.h: No such file or directory
> *** Error code 1

[...]

>
> Any ideas?

Thanks Matt,

Yes, it's a bug.
In src/main.c, line 40, replace:

#if defined(WANT_HAMLIB)

with:

#if WANT_HAMLIB

Sorry about this. I have cc'd to the mailing list in case people bump into
this. If needed I can upload a new version....

> --
> Matt Dawson.
>
> address@hidden
> MTD15-RIPE OpenNIC M_D9
> MD51-6BONE
>

Regards,
Joop PG4I





reply via email to

[Prev in Thread] Current Thread [Next in Thread]