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_GCC_DS.DLL
>> - WXLUA_MSW28_WXLUA.DLL
>> --- WXLUA_MSW28_LUA.DLL
>> --- WXMSW28_GCC_DS.DLL
>> - WXMSW28_GCC_DS.DLL
>>
>> Could it be possible to have only lua5.1.dll dependency
>> for wx.dll module configuration? Something like:
>>
>> WX.DLL
>> - LUA5.1.DLL
>> - WXLUA_MSW28_WXBIND.DLL
>> --- LUA5.1.DLL
>> --- WXLUA_MSW28_WXLUA.DLL
>> --- WXMSW28_GCC_DS.DLL
>> - WXLUA_MSW28_WXLUA.DLL
>> --- LUA5.1.DLL
>> --- WXMSW28_GCC_DS.DLL
>> - WXMSW28_GCC_DS.DLL
> Absolutely: if we want to have wx.dll as a good Lua module we need to 
> build instead of WXLUA_MSW28_WXLUA.DLL a LUA5.1.DLL. That's exactly what 
> I say in "wxLua module" thread.
> 

Yes. You did. Sorry.

> 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 as -weak- requirement?

- if user already has lua installed use it, install only wxLua
- otherwise build and install lua and wxLua

ps. I never use "make install" on windows.


--
Regards,
Hakki Dogusan


-------------------------------------------------------------------------
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
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to