Re: [wxlua-users] makefile.vc has wrong path to lib for DLLs

2006-12-18 Thread Francesco Montorsi
Doug Currie ha scritto: > Sunday, December 17, 2006, 8:46:45 AM, Hakki Dogusan wrote: > >> It may be a radical change but, what about making >> lua as -weak- requirement? > >> - if user already has lua installed use it, install only wxLua >> - otherwise build and install lua and wxLua > > Would

Re: [wxlua-users] makefile.vc has wrong path to lib for DLLs

2006-12-17 Thread Hakki Dogusan
Hi, Doug Currie wrote: > Sunday, December 17, 2006, 8:46:45 AM, Hakki Dogusan wrote: > >> It may be a radical change but, what about making >> lua as -weak- requirement? > >> - if user already has lua installed use it, install only wxLua >> - otherwise build and install lua and wxLua > > Would

Re: [wxlua-users] makefile.vc has wrong path to lib for DLLs

2006-12-17 Thread Doug Currie
Sunday, December 17, 2006, 8:46:45 AM, Hakki Dogusan wrote: > It may be a radical change but, what about making > lua as -weak- requirement? > - if user already has lua installed use it, install only wxLua > - otherwise build and install lua and wxLua Would this make it possible to use, e.g., Lu

Re: [wxlua-users] makefile.vc has wrong path to lib for DLLs

2006-12-17 Thread Francesco Montorsi
Hakki Dogusan ha scritto: >> This has the side effect of replacing any user's lua5.1 library when >> doing "make install" but I think this is really not worth the extra the >> dependency which wx.dll currently has. >> >> Francesco >> > > > It may be a radical change but, what about making > lua

Re: [wxlua-users] makefile.vc has wrong path to lib for DLLs

2006-12-17 Thread Hakki Dogusan
Hi, Francesco Montorsi wrote: > Hakki Dogusan ha scritto: [snip] > >> ps. I was reported this before but.. >> DependencyWalker shows following for wx.dll: >> >> WX.DLL >> - LUA5.1.DLL (lua_getfield) >> - WXLUA_MSW28_WXBIND.DLL >> --- WXLUA_MSW28_LUA.DLL >> --- WXLUA_MSW28_WXLUA.DLL >> --- WXMSW28

Re: [wxlua-users] makefile.vc has wrong path to lib for DLLs

2006-12-17 Thread Francesco Montorsi
Hakki Dogusan ha scritto: >> 2) do a make clean in wxLua and then retry. >> > > - did a make clean > - compiled with > F:\a_C\wxLua\build\msw>mingw32-make -fmakefile.gcc SHARED=1 > WX_MONOLITHIC=1 WX_SHARED=1 BUILD=release > > - build stopped with ld error; couldn't find liblua5.1.a yes, that's

Re: [wxlua-users] makefile.vc has wrong path to lib for DLLs

2006-12-17 Thread Hakki Dogusan
Hi, Francesco Montorsi wrote: > Hakki Dogusan ha scritto: >> Hi, [snip] >> Funny... >> >> I did a cvs update, then continue to compile.. >> Then send the above message. >> >> Meanwhile, Francesco were committing his changes :) > right ;) > > >> Now building ends with: >> >> (mingw32-make -fmakef

Re: [wxlua-users] makefile.vc has wrong path to lib for DLLs

2006-12-17 Thread Francesco Montorsi
Hakki Dogusan ha scritto: > Hi, > > Hakki Dogusan wrote: >> Hi, >> >> John Labenski wrote: >>> Everything else seems great, I'm using VC 2003 and nmake.exe and both >>> release and debug work even with the wxStEditor lib! >>> >>> But, for SHARED=1 the paths for the dlls are >>> ..\..\lib\wxmsw_msw

Re: [wxlua-users] makefile.vc has wrong path to lib for DLLs

2006-12-17 Thread Hakki Dogusan
Hi, Hakki Dogusan wrote: > Hi, > > John Labenski wrote: >> Everything else seems great, I'm using VC 2003 and nmake.exe and both >> release and debug work even with the wxStEditor lib! >> >> But, for SHARED=1 the paths for the dlls are >> ..\..\lib\wxmsw_msw26_wxlua.dll >> but should be >> ..\..\

Re: [wxlua-users] makefile.vc has wrong path to lib for DLLs

2006-12-17 Thread Hakki Dogusan
Hi, John Labenski wrote: > Everything else seems great, I'm using VC 2003 and nmake.exe and both > release and debug work even with the wxStEditor lib! > > But, for SHARED=1 the paths for the dlls are > ..\..\lib\wxmsw_msw26_wxlua.dll > but should be > ..\..\..\lib\[vc_dll]\wxmsw_msw26_wxlua.dll

Re: [wxlua-users] makefile.vc has wrong path to lib for DLLs

2006-12-17 Thread Francesco Montorsi
klaas.holwerda ha scritto: > John Labenski wrote: >> Everything else seems great, > It does, every day its better :-) >> I'm using VC 2003 and nmake.exe and both >> release and debug work even with the wxStEditor lib! >> > Yep. just setting WXSTEDIT as env., where would we be without Francesco

Re: [wxlua-users] makefile.vc has wrong path to lib for DLLs

2006-12-17 Thread Francesco Montorsi
John Labenski ha scritto: > Everything else seems great, I'm using VC 2003 and nmake.exe and both > release and debug work even with the wxStEditor lib! great! > But, for SHARED=1 the paths for the dlls are > ..\..\lib\wxmsw_msw26_wxlua.dll > but should be > ..\..\..\lib\[vc_dll]\wxmsw_msw26_wxlu

Re: [wxlua-users] makefile.vc has wrong path to lib for DLLs

2006-12-15 Thread John Labenski
On 12/15/06, klaas.holwerda <[EMAIL PROTECTED]> wrote: > John Labenski wrote: > > wxWidgets seems to build it's libs in only > > lib/vc_lib for all lib builds release, debug, unicode > > lib/vc_dll for all dll builds release, debug, unicode > > > > Can we change it to this? > I think that was th

Re: [wxlua-users] makefile.vc has wrong path to lib for DLLs

2006-12-15 Thread klaas.holwerda
John Labenski wrote: > Everything else seems great, It does, every day its better :-) > I'm using VC 2003 and nmake.exe and both > release and debug work even with the wxStEditor lib! > Yep. just setting WXSTEDIT as env., where would we be without Francesco :-) Should we change the default to

[wxlua-users] makefile.vc has wrong path to lib for DLLs

2006-12-15 Thread John Labenski
Everything else seems great, I'm using VC 2003 and nmake.exe and both release and debug work even with the wxStEditor lib! But, for SHARED=1 the paths for the dlls are ..\..\lib\wxmsw_msw26_wxlua.dll but should be ..\..\..\lib\[vc_dll]\wxmsw_msw26_wxlua.dll Also, I see in the changelog that lib\v