Help Needed ! Problems compiling MiniSIP !
Arpit Mehta
am2866 at columbia.edu
Wed Nov 14 21:03:23 CET 2007
Hi all ,
I am facing some problems when compiling MiniSIP. I am building on
Vista. This is my first time trying to build something for a handheld
device. I am trying to compile MiniSIP for pocket pc (ideally for
windows mobile 6). But I am starting out to build for pocket pc 2003
since the instructions are given there in the documentation.
---> I am building using Visual Studio and am using the minisip CE.sln
in minisip\branches\ppcgui as my project file.
--> I am building the minisip from this documentation "Compile GUI"
minisip/branches/ppcgui/documentation/gui.html . I hope this is the
right documentation I am following.
--> Also I have included the library and include locations. Note that
I have not compiled any of the libraries and I am using the compiled
libraries already present in the minisip\branches\ppcgui\ex_libs
Select "Include files" from the "Show directories for:" dropdown box.
$(SolutionDir)ex_libs\dojstream-20041222\stdinc;$(SolutionDir)ex_libs\openssl\openssl\inc32;$(SolutionDir)ex_libs\PortSDK\Include;$(SolutionDir)ex_libs\PortSDK\Include\st;$(SolutionDir)ex_libs\wcecompat\include
Select "Library files" from the "Show directories for:" dropdown box.
$(SolutionDir)ex_libs\PortSDK\lib\ARM;$(SolutionDir)ex_libs\openssl\openssl\out32dll_ARMV4_pda_console;$(SolutionDir)ex_libs\wcecompat\lib;$(SolutionDir)binaries\
--> I compile using the 'build solution' in visual studio and I get a
tonnes of error (about 300 errors). Some of them are:
2>C:\Users\Arpit\minisip\branches\ppcgui\ex_libs\dojstream-20041222\stdinc\iostream(1)
: fatal error C1083: Cannot open include file: 'ds_iostream.hpp': No
such file or directory
2>mtime.cxx
2>C:\Users\Arpit\minisip\branches\ppcgui\ex_libs\PortSDK\Include\time.h(48)
: error C4430: missing type specifier - int assumed. Note: C++ does
not support default-int
2>C:\Users\Arpit\minisip\branches\ppcgui\ex_libs\PortSDK\Include\time.h(48)
: error C2143: syntax error : missing ',' before '*'
2>C:\Users\Arpit\minisip\branches\ppcgui\ex_libs\PortSDK\Include\time.h(49)
: error C4430: missing type specifier - int assumed. Note: C++ does
not support default-int
Looks like I am doing something very wrong :( . Please help !
Thanks
Regards
--
Arpit Mehta
Graduate Student
Department of Computer Science
Columbia University
More information about the Minisip-users
mailing list