From: Philippe Q. <phi...@gm...> - 2006-12-28 23:25:38
|
sorry, by "official sources 2.8.0.0" I meant the wxLua sources. (I tried the 'official' / current and then a nightly snapshot of wxLua) the problem is w. wxWidgets 2.6.3.. ok, I did a check on the wxWidgets site : GetClientArea was added in 2.7.0 !! so I guess it means wxLua needs 2.7.0 minimum vs 2.6.3 ? is this a mistake ? thx Philippe On 12/28/06, klaas.holwerda <kho...@xs...> wrote: > > Philippe Quesnel wrote: > > Hi > > I tied to build wxLua on Linux, wxWidgets 2.6.3.2.1.5 > > (tried both official sources 2.8.0.0 <http://2.8.0.0/> & nightly > > snapshot wxLua_Snapshot_2006-12-27) > > but I get this error : ?? > The error is also on 2.8 or only on 2.6.3 ?? > > > > ./wxbind/src/gdi.cpp: In function 'int > > wxLua_wxDisplay_GetClientArea(lua_State*)': > > ./wxbind/src/gdi.cpp:11278: error: 'class wxDisplay' has no member > > named 'GetClienetArea' > But if i look in my wxWidgets2.8 i see in display.h that GetClientArea > is there? > And here with 2.8 it compiled fine. > But i did see this error some time ago. Maybe a full clean/checkout? > > Klaas > > ------------------------------------------------------------------------- > 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 > wxl...@li... > https://lists.sourceforge.net/lists/listinfo/wxlua-users > |