From: SourceForge.net <no...@so...> - 2007-10-13 06:39:49
|
Bugs item #1811299, was opened at 2007-10-11 07:12 Message generated for change (Comment added) made by kevinkofler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118378&aid=1811299&group_id=18378 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Darksurf (darksurf) Assigned to: Nobody/Anonymous (nobody) Summary: Doesn't even compile Initial Comment: IR=\"/etc\" -DGTK_DISABLE_DEPRECATED -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -O2 -D__LINUX__ -fvisibility=hidden -DGTK_DISABLE_DEPRECATED -MT tilp-device.o -MD -MP -MF .deps/tilp-device.Tpo -c -o tilp-device.o `test -f 'device.c' || echo './'`device.c device.c: In function ‘comm_treeview1_button_press_event’: device.c:194: error: ‘CALC_NSPIRE’ undeclared (first use in this function) device.c:194: error: (Each undeclared identifier is reported only once device.c:194: error: for each function it appears in.) device.c: In function ‘display_device_dbox’: device.c:358: error: ‘CALC_NSPIRE’ undeclared (first use in this function) device.c: In function ‘comm_calc_changed’: device.c:499: error: ‘CALC_NSPIRE’ undeclared (first use in this function) make[2]: *** [tilp-device.o] Error 1 make[2]: Leaving directory `/home/darksurf/tilp2/tilp2-1.07/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/darksurf/tilp2/tilp2-1.07' make: *** [all] Error 2 darksurf@Darkwaters ~/tilp2/tilp2-1.07 $ ---------------------------------------------------------------------- Comment By: Kevin Kofler (kevinkofler) Date: 2007-10-13 08:39 Message: Logged In: YES user_id=573515 Originator: NO Current SVN is known not to compile, please use a release. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118378&aid=1811299&group_id=18378 |