Re: [Gpsbabel-code] Building gpsbabel on windows using msvc
GPSBabel converts and transfers data like waypoints, tracks & routes.
Brought to you by:
robertl
|
From: Robert L. <rob...@gp...> - 2007-09-13 14:59:03
|
> 1>..\csv_util.c(117) : fatal error C1083: Cannot open include file: > 'xcsv_tokens.gperf': No such file or It looks like I'm missing gperf? But I > do have it installed in my cygwin installation. I've tried opening msvc > both That is a file generated by gperf. I added it to the repository very recently (yesterday?) so update and you shoudl get it. Or, if you have gperf installed and you can't use the Makefile, just do what it does and gperf -L ANSIC -D -t xcsv_tokens.in > xcsv_tokens.gperf But a 'cvs update' will probably be easier. |