> Did you try disabling parallel builds? After your suggestion I tried it out- but it didn't seem to make any noticeable difference :(
> One trick you might try that's easy: instead of building the whole FLTK > solution, > try telling it to just build fltk.lib, and see if that builds the lib OK. That worked for all the fltks except for fltkdll, which i'm going to assume uses cmake > Regarding the bigness, try building in "Release" mode. > It appears you have it in 'Debug' build mode (the default I think), > which causes debug versions of the .obj and libs to be built, which > are probably "heavy" due to all the debug symbols. Ah. That explains it =D >My own tests with 1.3 & VS 2010 Express & CMake were dissapointing and >while looking into it I found this old message from the CMake developers >to the MS VS 2010 team >>https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=473709 After googling around with cmake and vs2010 I came across http://www.g-truc.net/post-0213.html. After installing the nightly build and compiling I ran into: http://pastebin.com/MkXpyr19 Which got me excited- but then again i'm not even 100% sure if I installed cMake properly haha. Either way I figured I might as well keep banging my head against the wall so I compiled from the vcnet folder- but no dice. So then I moved on to the vc2005 folder and got this pretty looking build file: http://pastebin.com/jptS9x5r. but when I actually tried to run cubeview I ended up with http://i.imgur.com/pWiBK.jpg. But since it built I thought that maybe the lib files were properly constructed- however upon adding them to the library and trying to run my project I ended up with the same link error :( "LINK : fatal error LNK1104: cannot open file 'fltkd.lib wsock32.lib comctl32.lib fltkjpegd.lib fltkimagesd.lib'" I guess i'm gonna have to stick to VS2008 till the sems over. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

