Hello Aitor, Am 11.09.2006 um 11:09 schrieb Aitor Moreno:
> Yes, 'touching' the files was the trick (but I had to touch the > files twice, one before the debug build, and the other before the > opt build. > > Now I have to check if the dlls are correct or not. > > Just for my curiosity... what is happen? why a 'touch' is needed? The problem with the OpenSG Build system on Windows is that it does not handle dependencies, i.e. when you change a header file (e.g. by doing a cvs update), it does not automatically recompile the cpp files that include the header file. For this reason, you have to delete all obj files when doing a cvs update. You said that you deleted all obj files in the build directory - but obviously that was not the case. Bye, Patrick ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
