From: John L. <jla...@gm...> - 2007-01-11 16:16:34
|
On 1/11/07, SourceForge.net <no...@so...> wrote: > Bugs item #1633261, was opened at 2007-01-11 15:58 > Message generated for change (Tracker Item Submitted) made by Item Submitter > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1633261&group_id=51305 > > Please note that this message will contain a full copy of the comment thread, > including the initial issue submission, for this request, > not just the latest update. > Submitted By: jerk (fantaz) > Assigned to: Nobody/Anonymous (nobody) > Summary: wxplotctrl_wxplotctrl.dsp corrupted? > > Initial Comment: > When trying to open wxplotctrl.dsw with Visual studio > (don't matter with VS 2005, 2003 or 6) the program reports that wxplotctrl_wxplotctrl.dsp is curropted and cannot be opened - to cite the VS error MessageBox. Furthermore, when i tried to build the project myself using bakefile 0.21, using > C:\Programs\Bakefile\src\bakefile.exe -f msvc wxplotctrl.bkl > I got the following error > wxCode\build\bakefiles\wxhacks.bkl:20: error: can't find file 'presets/wx.bkl' in > in wxCode\build\bakefiles:C:\Programs\Bakefile\rules:C:\Programs\Bakefile\output:C:\Programs\Bakefile > And the wx.bkl is really missing. > Any ideas? It shouldn't be corrupted, I just tried it in MSVC2005 using the CVS version? Are you using CVS or did you download a release? Chances are that in either case the line endings are incorrect and need to be converted to CRLF from Unix's LF using the free program unix2dos.exe (search web for a copy). You can also get a fresh copy of the dsw file from CVS using the web CVS browser on the wxcode SF project page and try that too. Also I see now that you'll probably have to copy the generated wxthings lib to the ../lib dir in wxplotctrl. I will try to add a path to the wxthings lib with an environment variable when I get a chance. Regards, John Labenski ps. For small things like this it might be easier to just post them here rather than creating a bug report. If you don't get a response in a reasonable amount of time then do the bug report so that the problem doesn't get lost or forgotten. |