Re: [opendbx] Error in odbx.h
Brought to you by:
nose
From: Norbert S. <no...@li...> - 2008-01-13 06:36:22
|
Hi Mariano > In file included from Prueba.c:11: > /usr/local/include/odbx.h:206: error: expected '=3D', ',', ';', 'asm' or > '__attribute__' before 'odbx_rows_affected' > make: *** [Prueba.o] Error 1 > > > I saw the header odbx.h at line 206 and it is like this: > uint64_t odbx_rows_affected( odbx_result_t* result ); Seems like uint64_t is not defined for you. Up to OpenDBX 1.3.1 the inclusi= on=20 of the required header defining this type is problematic. Could you try to= =20 add an #include <inttypes.h> in your file? Seems that this error is more problematic than I thought so I will backport= =20 the change in 1.3.1 to the 1.2 series. Thanks Norbert =2D-=20 OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc |