From: k. h. <kla...@nl...> - 2006-01-25 09:05:23
|
Hi, John Labenski wrote: >>So leafs the not found target. >> >>I see in the modules a split in sourse and headers, nice! >>Can it be made non capital in all cases? >> >>In apps.dsw, i get can not open wxmsw27d_xrc.lib, indeed that i don't >>have ;-) >>I have wxmsw26d_xrc.lib, how come? >> >> > >The last update using bakefile has changed from 26 to 27. I use >wxWidgets CVS head so this is not a problem, but we should revert to >26 since that is the stable brach of wxWidgets. > > I am suprized why it is not recognized automatically using WXWIN? All other are oke. Anyway i changed it to 26 and after correcting all other problems, i did get an error in lua. (wxStyledTextCtrl (a nil value ). > > >>How does one deal with stedit in the second target? Maybe that should go >>into install.html too. >> >> > >What second target? > > wxluaedit uses stedit, so the second target in that apps.dsw > > >>>Trying to test it. >>> >>>In the project file wxLua.dsw, VC6 could not find target app_wxLua, it >>>seems to search for >>>wxLua/apps/build/msw/apps.dsp. >>>And indeed i could not find it, although there is apps.dsw. >>> >>>Can you fix that? >>> >>> > >apps.dsp has been removed, do another checkout. > > I know that, but it is still referred to from wxLua.dsw. I just did another checkout, wxLua.dsw contains this line ( see apps.dsp ), which can not be found. Project: "app_wxlua"=..\..\apps\build\msw\apps.dsp - Package Owner=<4> And it is all LF again, so no project file works anymore. Converting by hand back to CRLF makes apps.dsp the problem again. Project: "apps_app_wxlua"=..\..\apps\build\msw\apps_app_wxlua.dsp - Package Owner=<4> Project: "apps_app_wxluaedit"=..\..\apps\build\msw\apps_app_wxluaedit1.dsp - Package Owner=<4> > > >>>Is there already a cleanall /deep ? I see that things get mixed up in >>>project files, so a real good/all clean like in wxArt2D is needed i >>>think. >>> >>> > >A clean checkout is probably best. > > No bettter copy that bakefile part from wxArt2D, it should be the same. Then using the makefiles one can do a proper clean. Klaas Unclassified |