gnokii-users
[Top][All Lists]
Advanced

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

Re: gnokii 0.5.0rc2


From: Marcel Holtmann
Subject: Re: gnokii 0.5.0rc2
Date: 07 Apr 2003 23:36:18 +0200

Hi Pawel,

>  - there are problems with the header files: we use HAVE_BLUETOOTH in the
> gnokii/data.h and it is defined just in config.h which is not installed
> with other files; my current idea to solve this it to prepare 2 headers:
> gnokii/data-nobluez.h and gnokii/data-bluez.h and make configure copy the
> correct one to gnokii/data.h. Does it make sense?

don't do it like this, because this is an ugly way. If you need some
defines in data.h like HAVE_BLUETOOTH and these are tested by configure,
you should use data.h.in and let configure create the resulting data.h
from it. This is the most used way to handle such problems.

Regards

Marcel






reply via email to

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