Re: [Kma-anyg] Re: configure / make problems
Brought to you by:
bstard
|
From: Jarl v. K. <ja...@xs...> - 2004-04-03 09:16:34
|
Ah darn, forgot to merge this new modules API into the 0.3 tree. Just done so, among others this read() function has been renamed. Jarl >Hi, > >Grabbed the latest CVS and configuring and compiling works perfect right out >of the box. Only the read error is still there ... But so far a great job >done ! :-) > >Thanks ! > >Tjeerd van der Zee > > >gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACK >AGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"kma\" -DVERSION=\"0.3.2 >CVS\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLI >B_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_DLFCN_H=1 -I. -I. -g -O2 -pt >hread -DFREEBSD -DDVDSUPPORT -c testmodule.c -MT >libkma_testmodule_la-testmodule.lo -MD -MP -MF >.deps/libkma_testmodule_la-testmodule.TPlo -fPIC -DPIC -DPIC -o >libkma_testmodule_la-testmodule.o >testmodule.c:97: error: conflicting types for `read' >/usr/include/unistd.h:356: error: previous declaration of `read' >*** Error code 1 > > > |