[Opalvoip-user] Unable to build Ptlib / Opal v3.14.1 on Windows vc++2010
Brought to you by:
csoutheren,
rjongbloed
|
From: VEYSSIERE N. <nic...@th...> - 2014-07-09 09:50:56
|
Hello, because of my previous mail, I am trying to update to the latest stable release (v3.14.1), but the compilation doesn't generate the lib correctly (size is 2ko). Maybe it is linked to MergeSym telling me that there is a total of 0 symbols : Merging symbols ... MergeSym version 1.9.1 on Windows XP by Equivalence Symbols merged: 0 added, 24379 removed, 0 total. After building in release, mergesym and ptlib static and ptlib dll here are the file size result : MergeSym.exe 335K ptlib.dll 2960K ptlib.lib 2k <- this doesn't seems to be the good size ptlibs.lib 20154k With version 3.10.11 MergeSym seems to merge well : Merging symbols ... MergeSym version 1.8.0 on Windows XP by Equivalence Symbols merged: 84 added, 4609 removed, 18503 total. And generated files size are 'good' : MergeSym.exe 240K ptlib.dll 4904K ptlib.lib 12189K ptlibs.lib 24307K Regards. -- Nicolas V. |