project-navigation
Personal tools

Author Topic: New Build System  (Read 6406 times)

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
New Build System
« on: September 24, 2010, 03:54:34 pm »
There is a new branch in the git repo called "makefile" - it would be nice to get some feedback about it. It's about a new build system with cross-compiling in mind. There is no need to run configure anymore and it does not base on autotools. It should currently work on linux, windows (mingw32) and macosx. you can crosscompile with mingw-cross-env from linux.

feedback and bugreports are very welcome, as it will "soon" replace the existing system when no critical bugreports were reported for some time.

Offline mikeg

  • Rookie
  • ***
  • Posts: 24
    • View Profile
Re: New Build System
« Reply #1 on: October 09, 2010, 03:15:42 pm »
Hello Mattn,

I just want to share my opinion regarding the topic to release the build without configure:

Autotools are very helpful to give the contributor a hint about things which are missing. In most projects some things changes in point of view to 3rd party tools and libs. If the wiki on this page for example is not current the contributor may will have no glue what has went wrong if build fails. This could be very frustrating when the build already took a long time.

In such cases the potential contributor will think: "eat my shorts" - if you understand what I mean.

I did not check it: Does your build system provides consistency checks for the 3rd party tools and libs?

Offline O01eg

  • Rookie
  • ***
  • Posts: 73
    • View Profile
Re: New Build System
« Reply #2 on: October 10, 2010, 08:37:09 pm »
There is no need to run configure anymore
How to configure building and installation processes in this build system? Does it support for updating to don't recompile unchanged maps or you plan to add cache for maps?

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
Re: New Build System
« Reply #3 on: October 10, 2010, 09:54:37 pm »
Quote
How to configure building and installation processes...
It is merged on the master now. It anyway about code, not about maps. The map building do not change.

Offline Punkie

  • Rookie
  • ***
  • Posts: 20
    • View Profile
Re: New Build System
« Reply #4 on: November 17, 2010, 10:49:18 pm »
I am supposing this means that the Makefile file in trunk/ufoai is the new one.
Some dependencies (theora,xvid headers) are checked but they are non fatal, dont result in errors.  Thus upon resolving the missing headers problem, the check isnt reperformed. I am assuming here that theora is a necessary dependency for building because it fails without. I thus suggest to make the check fail for some dependencies.