Hello again,
Or what software I need to build from source? is there a project file for visual studio express?
Comment #1
Posted on Nov 6, 2009 by Quick HorseI've got project file for visual studio exress that support windows. And try creating configure/makefile with gnu tools to support linux/osx platform.
Comment #2
Posted on Nov 6, 2009 by Happy ElephantTo build from source on Windows you need two components, the first is scons and the second is wx-config-win, you can find links in the project homepage in the links section. The problem with using VS projects and solutions is that it doesn't work on different systems with different environments, for example wxWidgets is not always in the same location so you can't just hard-code that into the project file, another thing is wxWidgets version, some people use 2.8 while others use 2.6 or even 2.4. scons and wx-config work seamlessly on Linux once you have wxwidgets libraries installed properly. I haven't tried OSX because I don't have one, do you?
Comment #3
Posted on Nov 6, 2009 by Quick HorseI'm mac user. I'll try building with mac os when I catch up on scons documentation. Also port install of wxwidgets failed. I'll get down to it tomorrow.
Another thing I added a shaky feature to timer window, it is useful if not using audio(headphones or speakers). I can send you a diff.
Comment #4
Posted on Nov 7, 2009 by Quick HorseRight now there's a bug on macports project(http://trac.macports.org/ticket/22396) It
blocks me trying out wxWidgets project
Comment #5
Posted on Nov 28, 2009 by Happy ElephantAdded VS08 project files in r17
Status: Fixed
Labels:
Type-Defect
Priority-Medium