[Gpsbabel-code] Building gpsbabel on windows using msvc
GPSBabel converts and transfers data like waypoints, tracks & routes.
Brought to you by:
robertl
|
From: Todd F. <tod...@gm...> - 2007-09-13 14:52:21
|
Hi all, I'm hoping to work on improving the gtrnctr format. I have gpsbabel HEAD compiling and running my mac but would also like to get it compiling and running on my windows machine. Here's the build output from a fresh checkout. cvs -z3 -d:pserver:ano...@gp...:/cvsroot/gpsbabel co -P gpsbabel cygstart.exe msvc/GPSBabel.sln & 1>------ Build started: Project: GPSBabel, Configuration: Debug Win32 ------ 1>Compiling... 1>zutil.c 1>uncompr.c 1>trees.c 1>inftrees.c 1>inflate.c 1>inffast.c 1>infback.c 1>gzio.c 1>deflate.c 1>crc32.c 1>compress.c 1>adler32.c 1>shpopen.c 1>dbfopen.c 1>gpsusbwin.c 1>gpsusbsend.c 1>gpsusbread.c 1>gpsusbcommon.c 1>yahoo.c 1>xmltag.c 1>Generating Code... 1>Compiling... 1>xmlgeneric.c 1>xhtmlent.c 1>xcsv.c 1>wfff_xml.c 1>wbt-200.c 1>waypt.c 1>vmem.c 1>vitovtt.c 1>vitosmt.c 1>vecs.c 1>vcf.c 1>uuid.c 1>util_crc.c 1>util.c 1>units.c 1>unicsv.c 1>transform.c 1>trackfilter.c 1>tpo.c 1>tpg.c 1>Generating Code... 1>Compiling... 1>tomtom.c 1>tmpro.c 1>tiger.c 1>text.c 1>tef_xml.c 1>strptime.c 1>stmwpp.c 1>stmsdf.c 1>stackfilter.c 1>sort.c 1>smplrout.c 1>shape.c 1>saroute.c 1>route.c 1>rgbcolors.c 1>reverse_route.c 1>raymarine.c 1>radius.c 1>quovadis.c 1>queue.c 1>Generating Code... 1>Compiling... 1>psp.c 1>psitrex.c 1>position.c 1>polygon.c 1>pdbfile.c 1>pcx.c 1>pathaway.c 1>palmdoc.c 1>ozi.c 1>overlay.c 1>nukedata.c 1>nmn4.c 1>nmea.c 1>netstumbler.c 1>navicache.c 1>msroute.c 1>mkshort.c 1>mapsource.c 1>mapsend.c 1>mapopolis.c 1>Generating Code... 1>Compiling... 1>main.c 1>magproto.c 1>magnav.c 1>maggeo.c 1>mag_pdb.c 1>lowranceusr.c 1>kml.c 1>interpolate.c 1>internal_styles.c 1>inifile.c 1>ignrando.c 1>igc.c 1>html.c 1>hsa_ndv.c 1>holux.c 1>hiketech.c 1>gtrnctr.c 1>gtm.c 1>grtcirc.c 1>gpx.c 1>Generating Code... 1>Compiling... 1>gpsutil.c 1>gpssim.c 1>gpspilot.c 1>gpsdevice_usb.c 1>gpsdevice_ser.c 1>gpsdevice.c 1>gpilots.c 1>google.c 1>glogbook.c 1>globals.c 1>ggv_log.c 1>geoniche.c 1>geo.c 1>gdb.c 1>gcdb.c 1>gbsleep.c 1>gbser_win.c 1>gbser.c 1>gbfile.c 1>garmin_txt.c 1>Generating Code... 1>Compiling... 1>garmin_tables.c 1>garmin_gpi.c 1>garmin_fs.c 1>garmin.c 1>g7towin.c 1>formspec.c 1>filter_vecs.c 1>filter_skeleton.c 1>fatal.c 1>easygps.c 1>duplicate.c 1>dmtlog.c 1>discard.c 1>delgpl.c 1>csv_util.c 1>..\csv_util.c(117) : fatal error C1083: Cannot open include file: 'xcsv_tokens.gperf': No such file or directory 1>cst.c 1>coto.c 1>copilot.c 1>compegps.c 1>coastexp.c 1>Generating Code... 1>Compiling... 1>cetus.c 1>cet_util.c 1>cet.c 1>brauniger_iq.c 1>bcr.c 1>axim_gpb.c 1>arcdist.c 1>an1.c 1>alan.c 1>Generating Code... 1>Creating browse information file... 1>Microsoft Browse Information Maintenance Utility Version 8.00.50727 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>BSCMAKE: error BK1506 : cannot open file '.\debug\csv_util.sbr': No such file or directory 1>Build Time 0:15 1>Build log was saved at "file://c:\cygwin\home\admin\gpsbabel\msvc\Debug\BuildLog.htm" 1>GPSBabel - 2 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== It looks like I'm missing gperf? But I do have it installed in my cygwin installation. I've tried opening msvc both through cygwin and not to see if that would make a difference since in one case the cygwin path would be avaliable to msvc and in the other it would not.... Any help with getting this to work? Thanks, Todd |