Changes between Initial Version and Version 12 of Ticket #518
- Timestamp:
- 03/23/14 09:30:24 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #518
- Property Status changed from new to closed
- Property Priority changed from critical to blocker
- Property Keywords build added
- Property Milestone changed from version 0.2.0 to want patch / contribution
- Property Owner changed from KaZeR to worldcitizen
- Property Resolution changed from to fixed
-
Ticket #518 – Description
initial v12 1 1 I get a compilation error with gpsd 2.90. I'm not 100% sure it's related to gpsd 2.90, but it points in that direction as navit compiles without a problem with gpsd 2.37. 2 2 3 <compile error> 3 4 4 Making all in gpsd 5 6 {{{ 5 7 make[5]: Entering directory `/usr/src/packages/BUILD/navit-0.2.0+svn2866/navit/vehicle/gpsd' 6 8 /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../../navit -DMODULE=vehicle_gpsd -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -ffast-math -MT vehicle_gpsd.lo -MD -MP -MF .deps/vehicle_gpsd.Tpo -c -o vehicle_gpsd.lo vehicle_gpsd.c … … 33 35 make: *** [all] Error 2 34 36 error: Bad exit status from /var/tmp/rpm-tmp.H7WYqg (%build) 35 </compile error> 37 }}}