Page 4 of 4
Posted: 09 Oct 2007, 00:50
by koshi
I've also had some troubles compiling at first. As described earlier in this thread I tried to use the output from wx-config in the makefile, but didn't succeed. Scons on the other hand parsers this quite nicely. Maybe try the following
SConstruct.
Be sure to have the 2.8 version of the wxwidgets dev-headers installed, earlier versions gave me compile errors.
Posted: 09 Oct 2007, 14:35
by AF
thanks for that, it doesn't compile but it gets further along:
http://pastebin.ca/730657
Code: Select all
Window* frame = new Window("Settings++", parser);
Posted: 09 Oct 2007, 18:04
by koshi
ah yes, forgot about those ones. I'm not really sure what the source is, maybe compiler version/ unicode vs. ansi build of wxwidgets. The solution however would be to wrap all string literals with the wxT() macro, but you're likely to run into problems after that. Well, I did.
However I've almost finished adapting Kloot's original source to use the engine's abstraction layer for config handling and I think I adressed most of the issues. If you're willing try to build from
this source.
The mouse settings dialog is still a little screwed up, but otherwise it should be fine. Also this would give me the opportunity to see if it compiles on another machine. That would be a big help as I don't really have the time to do that myself.
Posted: 09 Oct 2007, 23:44
by AF
It compiles flawlessly here ^_^
Posted: 17 Oct 2007, 23:26
by YokoZar
Cool usability idea:
Run glxinfo at the very start.
Warn the user if they don't seem to have opengl installed. Also grey out the checkboxes for things that require extensions that aren't present (eg 3D trees without vertex program)
Posted: 18 Oct 2007, 01:05
by koshi
Indeed.
I'll look into those ideas once I've finished the "porting" to windows.
If you don't know what I'm talking about take a look
here.
Re: Linux Settings Tool
Posted: 15 Mar 2008, 03:51
by smoth
UF is down, can you post a new link
Re: Linux Settings Tool
Posted: 15 Mar 2008, 19:25
by Kloot
koshi has long taken over its development and
distribution, see viewtopic.php?f=12&t=13128

Re: Linux Settings Tool
Posted: 07 Jul 2008, 22:29
by pheldens
Maybe it's meant above, but I suggest using the new lobby, it works very well and is fast