project-navigation
Personal tools

Author Topic: Latest trunk build  (Read 63880 times)

Offline BTAxis

  • Administrator
  • PHALANX Commander
  • *******
  • Posts: 2607
    • View Profile
Re: Latest trunk build
« Reply #60 on: August 14, 2008, 02:33:29 pm »
I get 19 warnings and no errors. You probably don't have the right libs in your MinGW. Grab the latest C::B package and try again.

Mind you, I have problems compiling too, just not the same ones.

Offline BTAxis

  • Administrator
  • PHALANX Commander
  • *******
  • Posts: 2607
    • View Profile
Re: Latest trunk build
« Reply #61 on: August 14, 2008, 02:39:39 pm »
Also, are you compiling windows or windows_debug? I find windows works where windows_debug doesn't.

Offline TrashMan

  • Captain
  • *****
  • Posts: 833
    • View Profile
Re: Latest trunk build
« Reply #62 on: August 14, 2008, 03:54:59 pm »
windows...and I go the C_B package like, two days ago, updated all the contrib files and everything.

rdtsc

  • Guest
Re: Latest trunk build
« Reply #63 on: August 16, 2008, 11:15:51 pm »
Thanks Destructavator, did you get a chance to upload that new package yet? Gtkradiant is not compiling for me either. MinGW was updated using all the libs and binaries I could find from http://www.gtk.org/download-windows.html and still similar errors appear (except I found a much newer zlib library elsewhere.)

Quote from: TrashMan
...\src\tools\radiant\plugins\entity\miscparticle.cpp:42: glib/gslist.h: No such file or directory
This looks like part of the glib library is just-plain missing. The gslist.h file can be found as part of the glib dev package at the above URL, however this didn't fix all the problems for me.

Also as an aside, if any newcomers were curious how to eliminate the "..mingw\include\jconfig.h:25: warning: "HAVE_STDLIB_H" redefined" error from the main project, simply remove the read-only attribute from .\mingw\include\jconfig.h and change the line that reads "#define HAVE_STDLIB_H" to:

Code: [Select]
#ifndef HAVE_STDLIB_H
# define HAVE_STDLIB_H
#endif

Then re-apply the read-only file attribute. ;)

Offline Destructavator

  • Combination Multiple Specialty Developer
  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1908
  • Creater of Scorchcrafter, knows the zarakites...
    • View Profile
Re: Latest trunk build
« Reply #64 on: August 17, 2008, 12:44:41 pm »
Mattn placed an updated MinGW along with an updated Codeblocks on the beta site.  As he said:

Quote
there is a new codeblocks+mingw package over at http://mattn.ninex.info - please use that one for compiling new versions

And yes, I just uploaded a new installer, one that works for the game, although the GTKRadiant probably won't work.  More details:

http://ufoai.ninex.info/forum/index.php?topic=2830.msg19531#msg19531


Offline TrashMan

  • Captain
  • *****
  • Posts: 833
    • View Profile
Re: Latest trunk build
« Reply #65 on: August 17, 2008, 10:47:06 pm »
With the new CodeBlocks installer I still get around 12 errors and 17 warnings.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Latest trunk build
« Reply #66 on: August 18, 2008, 07:05:29 pm »
can you publish the logs at http://pastebin.ca ?

Offline TrashMan

  • Captain
  • *****
  • Posts: 833
    • View Profile
Re: Latest trunk build
« Reply #67 on: August 18, 2008, 10:25:27 pm »

Offline BTAxis

  • Administrator
  • PHALANX Commander
  • *******
  • Posts: 2607
    • View Profile
Re: Latest trunk build
« Reply #68 on: August 18, 2008, 11:21:11 pm »
glib? I'm pretty sure I have that in my MinGW.

Offline TrashMan

  • Captain
  • *****
  • Posts: 833
    • View Profile
Re: Latest trunk build
« Reply #69 on: August 19, 2008, 01:46:15 am »
Works now..

When I updated codeBlocks, I forgot to copy MinGW and paste it over the old one in the parent folder.

Offline TrashMan

  • Captain
  • *****
  • Posts: 833
    • View Profile
Re: Latest trunk build
« Reply #70 on: August 30, 2008, 09:43:04 pm »
I updated my SVN and compiled again - game crashes when I start a campaign.

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: Latest trunk build
« Reply #71 on: August 31, 2008, 01:40:58 am »
I updated my SVN and compiled again - game crashes when I start a campaign.
Huh, and should we know what is wrong from that much info??
It doesn't crash for me.

-geever

Offline TrashMan

  • Captain
  • *****
  • Posts: 833
    • View Profile
Re: Latest trunk build
« Reply #72 on: August 31, 2008, 11:37:17 am »
Don't ask me - I haven't edited any files, I updated and compiled all maps. I have no clue what's wrong.


EDIT: Tried it again with the latest revision. It's still crashing. WTF could be wrong?
« Last Edit: August 31, 2008, 12:22:13 pm by TrashMan »

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Latest trunk build
« Reply #73 on: August 31, 2008, 12:42:18 pm »
give us a revision where this first occured please - and the current revision you are trying

Offline TrashMan

  • Captain
  • *****
  • Posts: 833
    • View Profile
Re: Latest trunk build
« Reply #74 on: August 31, 2008, 12:56:28 pm »
18853 is the one I'm currently trying I believe.


The one before was....erm..lemme think..I got the code for that one roughly 12. hours ago, if not more....18850 I think.
I'm not sure...I tried 3 builds so far, the latest one being 18853...all are no more than 24 hours old.