|
Profile
Personal Photo
Options
Personal Statement
CaptainDondo doesn't have a personal statement currently.
Personal Info
CaptainDondo
Age Unknown
Gender Not Set
Location Unknown
Birthday Unknown
Interests
No Information
Statistics
Joined: 4-January 06
Profile Views: 376*
Last Seen: 26th September 2006 - 09:06 AM
Local Time: May 19 2013, 03:24 AM
8 posts (0 per day)
Contact Information
No Information
No Information
No Information
No Information
* Profile views updated each hour
|
Topics
Posts
Comments
Friends
My Content
19 Aug 2006
I am trying to build the current gpsdrive cvs using the dev branch. I updated the dev branch this morning.and downloaded the latest gpsdrive cvs. The build is failing with this error:
CODE NOTE: package gpsdrive-2.10pre3+cvs-20060819: started NOTE: package gpsdrive-2.10pre3+cvs-20060819-r1: task do_fetch: started NOTE: package gpsdrive-2.10pre3+cvs-20060819-r1: task do_fetch: completed NOTE: package gpsdrive-2.10pre3+cvs-20060819-r1: task do_configure: started NOTE: package gpsdrive-2.10pre3+cvs-20060819-r1: task do_configure: completed NOTE: package gpsdrive-2.10pre3+cvs-20060819-r1: task do_compile: started ERROR: function do_compile failed ERROR: log data follows (/usr/local/zaurus/tmp/work/armv5te-linux/gpsdrive-2.10pre3+cvs-20060819-r1/temp/log.do_compile.6147) | NOTE: make | cd /usr/local/zaurus/tmp/work/armv5te-linux/gpsdrive-2.10pre3+cvs-20060819-r1/gpsdrive && /bin/sh /usr/local/zaurus/tmp/work/armv5te-linux/gpsdrive-2.10pre3+cvs-20060819-r1/gpsdrive/missing --run autoheader | rm -f stamp-h1 | touch /usr/local/zaurus/tmp/work/armv5te-linux/gpsdrive-2.10pre3+cvs-20060819-r1/gpsdrive/config.h.in | cd . && /bin/sh ./config.status config.h | config.status: creating config.h | config.status: config.h is unchanged | make all-recursive | make[1]: Entering directory `/usr/local/zaurus/tmp/work/armv5te-linux/gpsdrive-2.10pre3+cvs-20060819-r1/gpsdrive' | Making all in src | make[2]: Entering directory `/usr/local/zaurus/tmp/work/armv5te-linux/gpsdrive-2.10pre3+cvs-20060819-r1/gpsdrive/src' | Making all in lib_map | make[3]: Entering directory `/usr/local/zaurus/tmp/work/armv5te-linux/gpsdrive-2.10pre3+cvs-20060819-r1/gpsdrive/src/lib_map' | if arm-linux-gcc -march=armv5te -mtune=xscale -DHAVE_CONFIG_H -I. -I/usr/local/zaurus/tmp/work/armv5te-linux/gpsdrive-2.10pre3+cvs-20060819-r1/gpsdrive/src/lib_map -I../.. -isystem/usr/local/zaurus/tmp/staging/arm-linux/include -isystem/usr/local/zaurus/tmp/staging/arm-linux/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -D_GNU_SOURCE -g -Wall -Wno-format-y2k -pipe -I/usr/local/include -DHAVE_GTK -I/usr/local/zaurus/tmp/staging/arm-linux/include/gtk-2.0 -I/usr/local/zaurus/tmp/staging/arm-linux/lib/gtk-2.0/include -I/usr/local/zaurus/tmp/staging/arm-linux/include/atk-1.0 -I/usr/local/zaurus/tmp/staging/arm-linux/include/cairo -I/usr/local/zaurus/tmp/staging/arm-linux/include/pango-1.0 -I/usr/local/zaurus/tmp/staging/arm-linux/include/glib-2.0 -I/usr/local/zaurus/tmp/staging/arm-linux/lib/glib-2.0/include -I/usr/local/zaurus/tmp/staging/arm-linux/include/freetype2 -I/usr/local/zaurus/tmp/staging/arm-linux/include -I/usr/local/zaurus/tmp/staging/arm-linux/include/libpng12 -pthread -I/usr/local/zaurus/tmp/staging/arm-linux/include/gtk-2.0 -I/usr/local/zaurus/tmp/staging/arm-linux/lib/gtk-2.0/include -I/usr/local/zaurus/tmp/staging/arm-linux/include/atk-1.0 -I/usr/local/zaurus/tmp/staging/arm-linux/include/cairo -I/usr/local/zaurus/tmp/staging/arm-linux/include/pango-1.0 -I/usr/local/zaurus/tmp/staging/arm-linux/include/glib-2.0 -I/usr/local/zaurus/tmp/staging/arm-linux/lib/glib-2.0/include -I/usr/local/zaurus/tmp/staging/arm-linux/include/freetype2 -I/usr/local/zaurus/tmp/staging/arm-linux/include -I/usr/local/zaurus/tmp/staging/arm-linux/include/libpng12 -I/usr/local/zaurus/tmp/staging/arm-linux/include/libart-2.0 -DHAVE_CAIRO -I/usr/local/zaurus/tmp/staging/arm-linux/include/cairo -I/usr/local/zaurus/tmp/staging/arm-linux/include/freetype2 -I/usr/local/zaurus/tmp/staging/arm-linux/include -I/usr/local/zaurus/tmp/staging/arm-linux/include/libpng12 -I/usr/include/mysql -MT map_draw.o -MD -MP -MF ".deps/map_draw.Tpo" -c -o map_draw.o map_draw.c; \ | then mv -f ".deps/map_draw.Tpo" ".deps/map_draw.Po"; else rm -f ".deps/map_draw.Tpo"; exit 1; fi ************************************ | CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/mysql ************************************ | cc1: internal compiler error: Aborted | Please submit a full bug report, | with preprocessed source if appropriate. | See <URL:http://gcc.gnu.org/bugs.html> for instructions. | make[3]: *** [map_draw.o] Error 1 | make[3]: Leaving directory `/usr/local/zaurus/tmp/work/armv5te-linux/gpsdrive-2.10pre3+cvs-20060819-r1/gpsdrive/src/lib_map' | make[2]: *** [all-recursive] Error 1 | make[2]: Leaving directory `/usr/local/zaurus/tmp/work/armv5te-linux/gpsdrive-2.10pre3+cvs-20060819-r1/gpsdrive/src' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/usr/local/zaurus/tmp/work/armv5te-linux/gpsdrive-2.10pre3+cvs-20060819-r1/gpsdrive' | make: *** [all] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /usr/local/zaurus/tmp/work/armv5te-linux/gpsdrive-2.10pre3+cvs-20060819-r1/temp/log.do_compile.6147 NOTE: package gpsdrive-2.10pre3+cvs-20060819-r1: task do_compile: failed ERROR: TaskFailed event exception, aborting NOTE: package gpsdrive-2.10pre3+cvs-20060819: failed ERROR: Build of 'gpsdrive' failed Build statistics: Attempted builds: 1 Failed builds: 1 I have no idea why this is happening; I don:t know enough about gcc internals to know where to begin looking.... Any suggestions? --Yan
7 Apr 2006
I know this is a bit weird, but....
We (my wife and I) use our Zaurus to keep track of trips, check our email, etc. We bought it to replace a full-size laptop. As such it would be really handy to have two different configurations on it.... So I'm looking for a "user manager" or "login manager", something that would allow us to have two different setups based on the user who is logged in.... Is this even possible? I guess I am looking for something like gdm, but lightweight.... Security is not really an issue, this is more of a convenience and look and feel thing... --Yan
6 Apr 2006
When I bought my SL-C3100, I also got a Planex WG-CF11X CF wifi card. The card is supposed to be good, but I am starting to wonder if mine isn't defective. It won't connect except about one in ten times; it won't give off errors but I get weird size packets on connection attempts (like 1.6 MB TCP packets)....
So... I'm in the market for a new card. If 802.11g support is working it would be nice. I have a netgear 802.11g network at the house. I also have an 802.11b network in the travel van and at my lab at work, so I need solid 802.11b support more than g.... I live in the US, so US models, please.... (Yes I now the Planex is Japanese; I bought it in Japan.... A bit too far to go for warranty service at the moment, though.) TIA, --Yan |
Last Visitors
CaptainDondo has no visitors to display.
Comments
Other users have left no comments for CaptainDondo.
Friends
There are no friends to display.
|
|
Lo-Fi Version | Time is now: 19th May 2013 - 02:24 AM |