Re: [opendbx] Error in odbx.h
Brought to you by:
nose
From: Norbert S. <no...@li...> - 2008-01-13 22:20:33
|
Hi Mariano > So...those are the solutions i found. which one do you think is the better > ? Just by curious, why can't odbx.h include <stdint.h> always ? whats the > problem with this ? i ask just because i know very little about C. The problem is that uint64_t is defined in different headers on different=20 platforms (Linux, Solaris, etc). As far as I understand inttypes.h is=20 available on all platforms and we are no longer dependent on using automake= =20 or defining symbols ourselves. Could you test if everything works without=20 errors with OpenDBX 1.3.4? If yes, I wll backport the change to the stable= =20 series. Thanks Norbert =2D-=20 OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc |