bug-dap
[Top][All Lists]
Advanced

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

Compile error on Ubuntu 10.04 64bit install


From: address@hidden
Subject: Compile error on Ubuntu 10.04 64bit install
Date: Wed, 23 Jun 2010 18:07:09 -0500

Trying to install DAP.  In make install step I get:

address@hidden:~/DAP/dap-3.7$ make install
Making install in src
make[1]: Entering directory `/home/mark/DAP/dap-3.7/src'
gcc -DPACKAGE_NAME=\"GNU\ dap\" -DPACKAGE_TARNAME=\"dap\" -DPACKAGE_VERSION=\"3.7\" -DPACKAGE_STRING=\"GNU\ dap\ 3.7\" -DPACKAGE_BUGREPORT=\"address@hidden\" -DPACKAGE=\"dap\" -DVERSION=\"3.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=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_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_MKDIR=1 -I.     -g -O2 -MT dap0.o -MD -MP -MF .deps/dap0.Tpo -c -o dap0.o dap0.c
dap0.c: In function ‘dap_malloc’:
dap0.c:103: warning: cast from pointer to integer of different size
dap0.c: In function ‘dap_free’:
dap0.c:116: warning: cast from pointer to integer of different size
dap0.c: At top level:
dap0.c:546: error: conflicting types for ‘getline’
/usr/include/stdio.h:651: note: previous declaration of ‘getline’ was here
make[1]: *** [dap0.o] Error 1
make[1]: Leaving directory `/home/mark/DAP/dap-3.7/src'
make: *** [install-recursive] Error 1
address@hidden:~/DAP/dap-3.7$

Any suggestions to get it to compile right?  Is this a 32bit vs 64bit issue on the getline?

reply via email to

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