Question
Hello,
1. What should I expect as output after I build GPSTk?
2.I built it today and a lot of the links and obj failed. Here's one of the several msgs that printed on the cmd window:
cl /nologo /Feapps\DataAvailability\daa.exe apps\DataAvailability\daa.obj a
pps\DataAvailability\DataAvailabilityAnalyzer.obj lib\rxio\rxio.lib src\gpstk.l
ib
...failed Link apps\DataAvailability\daa.exe ...
C++ apps\MDPtools\mdptool.obj
mdptool.cpp
lib\rxio\DeviceStream.hpp(43) : fatal error C1083: Cannot open include file: 'te
rmios.h': No such file or directory
cl /nologo /c /Foapps\MDPtools\mdptool.obj /O2 -DWIN32 -D_CRT_SECURE_NO_DEPRE
CATE /EHsc /GR -wd4274 /O2 /Iapps\MDPtools /Ilib\rxio /Isrc /Ilib\rxio /Isrc
/IC:\MSVC2005\VC\include /Tpapps\MDPtools\mdptool.cpp
...failed C++ apps\MDPtools\mdptool.obj ...
...skipped mdptool.exe for lack of <apps!MDPtools>mdptool.obj...
Link apps\MDPtools\mdp2rinex.exe
LINK : fatal error LNK1181: cannot open input file 'lib\rxio\rxio.lib'
And at the end it printed:
...failed updating 17 target(s)...
...skipped 7 target(s)...
I request you to give me an insight on this.
Thanks,
pradeep
--
PradeepKashyap - 22 Oct 2007
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
I have recently built the GPSTk on Windows, and mdptool.exe and daa.exe compliled and installed for me. We are aware that the following application are not expected to build on Windows: rtAshtech, ash2mdp. For help with possible differences between our systems, I have compiled the GPSTk on a 32-bit Windows machine, my compiler was Micorsoft Visual Studio 8 and verion number from typing the command cl I found was 14.00.50727.42 .
I am unsure of what version or which revison number off of subversion you are working from, but if you use subversion revision number 846 from which I just compiled, daa.exe and mpsolve should build and install properly. By the way, a new stable version of the GPSTk v1.4 will be available soon. This stable release will have more coverage than past releases.
I hope some of this helps.
--
JonathanVorce - 23 Oct 2007