- 20 Jun, 2008 1 commit
-
-
Oliver Bock authored
* Avoids build failures due to trunk being too volatile * Removed stackwalker_win.cpp patch (not required for 6.2) * Changed back to uppercase include dir (BOINC)
-
- 12 Jun, 2008 2 commits
-
-
Oliver Bock authored
* BOINC seems to have changes its include dir from upper to lower case * Also: fixed install dir variable in makefiles * Also: removed commented/unused code
-
Oliver Bock authored
* Includes a couple of dedicated patches * Uses BOINC's MinGW specific build script (doesn't require configure)
-
- 23 May, 2008 3 commits
-
-
Oliver Bock authored
* It's now integrated upstream * OGLFT svn revision: 108
-
Oliver Bock authored
* Added dedicated starsphere Makefile (symbol stripping doesn't work with g++ 4.0 on OSX, linker flags static/dynamic not supported) * Added necessary patch for OGLFT (OpenGL header location, GLU callback convention) * Tested on i386, using OpenGL framework (not X11) * Also: fixed a bug in OGLFT build (link freetype library!)
-
Oliver Bock authored
-
- 21 May, 2008 3 commits
-
-
Oliver Bock authored
-
Oliver Bock authored
* Activated error checking via conditional calls to failure() ** We just exit in case of an error and do not use return value checks anymore (crude but effective) ** Both, stderr and stdout are now always (for non-trivial commands) redirected to the logfile to ensure nice and comprehensible output * Added "svn revert" right before "svn update" to make sure all files (incl. patched ones) are updated * Removing target source tree folder when using tarball download (e.g. freetype2) * Refactored tree preparations * Improved logging * Renamed "setup" to "build"
-
Oliver Bock authored
* Patching OGLFT to use fixed path/libfile for freetype2 instead of FindFreetype.cmake module * Added failure() for crude error handling (invocations pending) * Implemented cleansing in check_last_build() * Added global config section * Using $LOGFILE
-
- 20 May, 2008 1 commit
-
-
Oliver Bock authored
* Changed Freetype retrieval from cvs to simple tarball download (much faster, no point in using static repo) * SDL should also be changed to tarball download but 1.2.13 has appearently a bug in its "config-sdl" script (fails to list required libraries!). Let's wait for 1.2.14... * OGLFT and BOINC are still fetched from their respective repos as there're no proper releases available anyway * Also: added and implemented "--distclean" target
-
- 19 May, 2008 5 commits
-
-
Oliver Bock authored
* Using bash explicitly (e.g. for "type" built-in) * Implemented prerequisite check for executables (GL/GLU should also be checked!) * Added first parts of error handling harness * Also: removed KDevelop files of kscreensaver
-
Oliver Bock authored
* Fixed wrong env var in Makefile * Added tools to prerequisites
-
Oliver Bock authored
* Enabled autogen.sh for freetype (required!) * Optimized check_last_build() * Optimized messages
-
Oliver Bock authored
* Amended and added Makefiles where necessary ** Fixed/optimized Makefiles with regard to static linking ** Added install targets * Implemented build_starsphere() in build script * The framework part is built as a static library Notes: * ORC might eventually be an API (library) rather than an executable * There are minor dependencies between the framework and the graphics implementations due to GraphicsEngineFactory ** This currently prevents the framework to become truely independent (BOINC integration) ** Plugins could be a solution to this...
-
Oliver Bock authored
* Implemented build_generic(): SDL, Freetype2, OGLFT, BOINC * Added GPLv2 header * Added TODOs * Simplyfied logging (using absolute path) * Extended list of prerequisites
-
- 16 May, 2008 1 commit
-
-
Oliver Bock authored
* Added MinGW setup incl. patches * Refactoring to functions * Basic command line parsing (build targets)
-
- 15 May, 2008 1 commit
-
-
Oliver Bock authored
-