project-navigation
Personal tools

Author Topic: Solution to building uforadiant on windows platform  (Read 3269 times)

Offline xray

  • Rookie
  • ***
  • Posts: 72
    • View Profile
Solution to building uforadiant on windows platform
« on: July 21, 2015, 01:09:06 pm »
Hi,

I noticed the build for uforadiant on windows was broken due to some missing header files. I've attached them below. These files are typically created when running building gdk/gdkglext using configure. Unfortunately, configure drops the files somewhere in a user folder and in the source folder.

Apart from these files, the exec.h and exec.cpp need to be fixed. After that, it builds. To run you need to put the needed dll's in the uforadiant.exe folder or somewhere on the path.

xray

Offline AntJam

  • Rookie
  • ***
  • Posts: 91
    • View Profile
Re: Solution to building uforadiant on windows platform
« Reply #1 on: July 22, 2015, 12:34:10 pm »
Excellent job xray that worked a treat thanks

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Solution to building uforadiant on windows platform
« Reply #2 on: September 19, 2015, 11:08:11 am »
are those fixes already in master?

Offline xray

  • Rookie
  • ***
  • Posts: 72
    • View Profile
Re: Solution to building uforadiant on windows platform
« Reply #3 on: September 19, 2015, 04:27:23 pm »
No. Not yet. If you like, you can add them using the attachment provided in the earlier post.

xray

Offline hwoarangmy

  • Rookie
  • ***
  • Posts: 84
    • View Profile
Re: Solution to building uforadiant on windows platform
« Reply #4 on: September 19, 2015, 09:36:29 pm »
Note that since july, I've fixed what was needed to configure all projects on windows (using C::B and MinGW). I've not seen what have been changed here but some changes might already be in.