From: klaas.holwerda <kho...@xs...> - 2005-11-26 23:33:21
|
John Labenski wrote: > >You've done a completely new checkout? Just delete the old and checkout again. > > No i did not. But now i did, bingo!! Man how confusing. I did nothing wrong, it were all left overs somehow from previous obviously wrong builds. Why did i not think of that, always telling to all users of my stuff to start from scratch when something is not making sence. And i myself have to be told by you :-) Actually i know why, i am so much used to Cmake building outside of CVS checkout, this can simply not happen. So next time, i will throw away at least all build dirs, and check out again. And we really need a perfect clean ( deep and all ). It did not go completely without a hick. I selected all debug in the batch build. But somehow wxLua was building in release mode. So i did set i by hand to debug configuration, then it was oke. I will test again later, to see if i can repeat it. I do not like the batch build, first deselect a whole lot of optional builds, but what to do. Next i tried nmake, also this is well too. I wonder do object files for nmake end up in the same place as those from project files? If so that is risky too. Only thing left is precompiled headers, or i don't know why it takes so long to compile. Thanks, Klaas |