AaronZhangL / unimrcp

Automatically exported from code.google.com/p/unimrcp
Apache License 2.0
0 stars 0 forks source link

Building UniMRCP on windows from command line #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Arsen,

When building UniMRCP with Microsoft Visual Studio 2005 from the command
line (for automation process), I face some errors at the link step for at
least the unimrcpserver and unimrcpservice projects.
To overcome with these problems, I had to slightly modify the
unimrcpserver.vsprops and unimrcpservice.vcproj files :
- into build/vsprops/unimrcpserver.vsprops file : add the following
dependency libraries to unimrcpserver link options
    mrcpunirtsp.lib 
    mpf.lib 
    unirtsp.lib 
    mrcpv2transport.lib 
    mrcpsofiasip.lib
- into build/tools/unimrcpservice.vcproj file : add for all targets the
aprtoolkit.lib dependency to the AdditionalDependencies configuration element

Actually, these libraries are linked to executable program when IDE is used
and when the "Link Library Dependencies" option is set to "yes".
This option is unavailable when vcproj files are processed separately.

Could you please apply these modifications to the next release?

Thanks in advance,

Patrick

Original issue reported on code.google.com by pnune...@gmail.com on 12 Apr 2010 at 3:18

GoogleCodeExporter commented 9 years ago
Well, I think everything is clear here. To be able compile from command line, 
the
mentioned modifications should be done.

Original comment by achalo...@gmail.com on 13 Apr 2010 at 12:03

GoogleCodeExporter commented 9 years ago
Hi Patrick,

Although I applied the suggested modifications in r1716 and r1717 a few days 
ago, I
forgot to update the status of the issue here. Give it a try probably with the
version to be released soon.

Regards,
Arsen

Original comment by achalo...@gmail.com on 2 Jun 2010 at 8:25