Re: [reSIProcate] HELP!Still port resiprocate to WINCE(evc4.0)
hi,
I don't know exactly how to solve your problem. But I think your
can take the following step:
1. Try to download the newest resip stack from svn. Because for all I
knows, some directory architecture has changed since resip 0.9.
2. check the your makefile on evc4.0 platform. In most situation,
"can't find file" always means that you set the incorrect search path
in your makefile.
3. iostream are used in resip, If EVC can't support it, I don't konw how to do.
在 05-12-13,姗 薛<newstoic@xxxxxxxxxxxx> 写道:
>
> Hi,
> I wrote some #defines and also, added some files to EVC's "include". Now
> ares lib can be built successfully without errors, but 4 warnings which can
> be ignored.
>
> I'm trying to port the second project "resiprocate" to EVC, here's some
> typical errors I met.
>
> 1. Cannot open include file: 'resiprocate/os/xxx.hxx' or Cannot open
> include file: 'resiprocate/xxx.hxx'.
> I changed them into 'os/xxx.hxx' or 'xxx.hxx', it seems to work, but I
> still don't know why EVC cannot find the path.
>
> 2.Cannot open include file: 'iostream' or Cannot open include file: 'iosfwd'
> and some other errors concern "io".
> I heard that EVC doesn't support iostream, but don't know much about it
> and don't know how to deal with this problem.
>
> And l'm looking forward to your advice to above questions. Thank you, thank
> you a lot for help!
>
> __________________________________________________
> 赶快注册雅虎超大容量免费邮箱?
> http://cn.mail.yahoo.com
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
>
>