Re: 2 trunk compilation errors with CMake in release mode

2012-02-20 Thread Uwe Stöhr
Am 17.02.2012 15:16, schrieb Vincent van Ravesteijn: This is something we discussed also previously. Yes. Why don't you create two MSVC projects. One for trunk and one for branch ? I already have them. I don't understand your concerns. We discussed the topic already and as result peter cr

Re: 2 trunk compilation errors with CMake in release mode

2012-02-17 Thread Vincent van Ravesteijn
Op 17-2-2012 1:04, Uwe Stöhr schreef: Am 16.02.2012 20:53, schrieb André Pönitz: Maybe you can save some time by using different checkouts for trunk and branch I always use different checkouts. regards Uwe This is something we discussed also previously. Why don't you create two MSVC proje

Re: 2 trunk compilation errors with CMake in release mode

2012-02-16 Thread Uwe Stöhr
Am 16.02.2012 20:53, schrieb André Pönitz: Maybe you can save some time by using different checkouts for trunk and branch I always use different checkouts. regards Uwe

Re: 2 trunk compilation errors with CMake in release mode

2012-02-16 Thread André Pönitz
On Thu, Feb 16, 2012 at 12:13:18AM +0100, Uwe Stöhr wrote: > Am 15.02.2012 12:02, schrieb Vincent van Ravesteijn: > > >I still don't understand why you insist on using the build scripts. Why not > >just using an IDE ? > > Because I have to compile both, branch and trunk quite frequently. > Using

Re: 2 trunk compilation errors with CMake in release mode

2012-02-16 Thread Jean-Marc Lasgouttes
Le 16/02/2012 00:13, Uwe Stöhr a écrit : Besides, the warning is quite clear what the problem is. "does not define any previously undefined public symbol" is not clear to me. A white car is also not a previously non-white truck. (The logic in the warning sentence is illogical.) It measn that

Re: 2 trunk compilation errors with CMake in release mode

2012-02-15 Thread Uwe Stöhr
Am 15.02.2012 12:02, schrieb Vincent van Ravesteijn: I still don't understand why you insist on using the build scripts. Why not just using an IDE ? Because I have to compile both, branch and trunk quite frequently. Using the IDE took ages and one had to reset everything when switching from

Re: 2 trunk compilation errors with CMake in release mode

2012-02-15 Thread Vincent van Ravesteijn
Op 14-2-2012 0:35, Uwe Stöhr schreef: Am 14.02.2012 00:16, schrieb Uwe Stöhr: Peter could help me. I still don't understand why you insist on using the build scripts. Why not just using an IDE ? Except of this warning that still appears in any case: "D:\LyXSVN\lyx-devel\compile-result\b

Re: 2 trunk compilation errors with CMake in release mode

2012-02-13 Thread Uwe Stöhr
Am 14.02.2012 00:16, schrieb Uwe Stöhr: Peter could help me. Except of this warning that still appears in any case: "D:\LyXSVN\lyx-devel\compile-result\boost\libs\regex\boost_regex.vcxproj" (default target) (7) -> (Lib target) -> static_mutex.obj : warning LNK4221: This object file does no

Re: 2 trunk compilation errors with CMake in release mode

2012-02-13 Thread Uwe Stöhr
Am 12.02.2012 23:03, schrieb Uwe Stöhr: When I compile trunk in install mode I get these compiler errors: Peter could help me. The reason was that our standard compilation batch script creates a merged build. This requires to remerge from time to time but this is not done by default. So perha