Re: [Adonthell-devel] Compile error

2012-06-07 Thread Kai Sterker
On Fri, Jun 8, 2012 at 6:19 AM, Josh Glover wrote: > 2012/6/7 StyxD : > >> It's not a big issue, since the test is not really necessary and I can >> just put an empty string as the second argument to get it to compile, >> but I have no idea why the error popped up now, since the file doesn't >> se

Re: [Adonthell-devel] Compile error

2012-06-07 Thread Josh Glover
2012/6/7 StyxD : > It's not a big issue, since the test is not really necessary and I can > just put an empty string as the second argument to get it to compile, > but I have no idea why the error popped up now, since the file doesn't > seem to have been modified. Is it just me? That's really odd

Re: [Adonthell-devel] Compile error

2012-06-07 Thread StyxD
I'm trying to get adonthell compiled as well, but after the latest commits I get an error in... a unit test? /home/MK/Compileable/adonthell/src/world/test_placeable.cc: In constructor ‘world::placeable_Test::placeable_Test()’: /home/MK/Compileable/adonthell/src/world/test_placeable.cc:47:42: error

Re: [Adonthell-devel] Compile error

2012-06-07 Thread Josh Glover
2012/6/7 Josh Glover : > Oops! That was Eclipse changing stuff behind my back. Sorry, I'll redo > the fix without the changes. Done! git diff 6f2eb55011db7405a261ad148d72c64815bacef4 fdec266c0b432bbec14c2405371bdf671e3bf1d7 -- src/gfx/png_wrapper.cc diff --git a/src/gfx/png_wrapper.cc b/src/gfx/

Re: [Adonthell-devel] Compile error

2012-06-07 Thread Josh Glover
2012/6/7 Kai Sterker : > Just one minor gripe with the fix: changing the formatting makes it > hard to tell what the actual changes were. Oops! That was Eclipse changing stuff behind my back. Sorry, I'll redo the fix without the changes. > I'm aware that preferences in that area are very differe

Re: [Adonthell-devel] Compile error

2012-06-06 Thread Kai Sterker
On Thu, Jun 7, 2012 at 8:14 AM, Josh Glover wrote: > 2012/6/6 Josh Glover : > Fixed in commit > https://github.com/ksterker/adonthell/commit/c3022bb0a3fef9800767fa30e2bbc5ccd37e58fb Great! :-) Just one minor gripe with the fix: changing the formatting makes it hard to tell what the actual cha

Re: [Adonthell-devel] Compile error

2012-06-06 Thread Josh Glover
2012/6/6 Josh Glover : > 2012/6/6 Kai Sterker : > >> At any rate, it might be worth looking into supporting libpng 1.5 as well. > > Yeah, let me see if I can make it work as part of my homework. :) Fixed in commit https://github.com/ksterker/adonthell/commit/c3022bb0a3fef9800767fa30e2bbc5ccd37e58

Re: [Adonthell-devel] Compile error

2012-06-06 Thread Josh Glover
2012/6/6 Kai Sterker : > API has changed in libpng 1.5 (and possibly before in 1.4). > But even Ubuntu 12.04 appears to provide only 1.2. What distro are you using? Gentoo. :) > At any rate, it might be worth looking into supporting libpng 1.5 as well. Yeah, let me see if I can make it work as

Re: [Adonthell-devel] Compile error

2012-06-06 Thread Kai Sterker
On Wed, Jun 6, 2012 at 3:45 PM, Josh Glover wrote: > Ok, I'll try an older libpng, or Uncle Google. I was just hoping it was > something obvious. :) API has changed in libpng 1.5 (and possibly before in 1.4). Version 1.5.0beta01 [February 7, 2010] Moved declaration of png_struct in

Re: [Adonthell-devel] Compile error

2012-06-06 Thread Josh Glover
On Wednesday, June 6, 2012, Kai Sterker wrote: > > > Not really. Looks like it is an issue with the libpng headers, > however. Maybe libpng15 requires different/additional includes. Or the > interface has changed, although I would say this is very unlikely. Ok, I'll try an older libpng, or Uncle

Re: [Adonthell-devel] Compile error

2012-06-06 Thread Kai Sterker
On Wed, Jun 6, 2012 at 11:31 AM, Josh Glover wrote: > I'm trying to get Adonthell compiled from a fresh checkout to be all > ready for this weekend's IRC hackathon, and have run into a build > error. > > Any ideas? Not really. Looks like it is an issue with the libpng headers, however. Maybe lib

Re: [Adonthell-devel] Compile error

2011-03-20 Thread Kai Sterker
On Sat, Mar 19, 2011 at 9:28 PM, Josh Glover wrote: > However, paths::init is also called twice without userdatadir, and > that is causing the problem. The first one happens *before* main::main > runs! The second time seems to lead to the segfault. The stack trace > follows. paths::init does get

Re: [Adonthell-devel] Compile error

2011-03-06 Thread Josh Glover
On 6 March 2011 11:59, Kai Sterker wrote: > On Sun, Mar 6, 2011 at 11:54 AM, Josh Glover wrote: > >> I just did a fresh git pull, giving me the following HEAD: > [...] >> What I am missing? > > My assumption would be that it is linking against an old version of > libadonthell_gui.so. That's the

Re: [Adonthell-devel] Compile error

2011-03-06 Thread Kai Sterker
On Sun, Mar 6, 2011 at 11:54 AM, Josh Glover wrote: > I just did a fresh git pull, giving me the following HEAD: [...] > What I am missing? My assumption would be that it is linking against an old version of libadonthell_gui.so. That's the problem I have occasionally, at least. Try make install

Re: [Adonthell-devel] Compile error

2006-09-20 Thread Kai Sterker
On 9/21/06, Joël Vennin <[EMAIL PROTECTED]> wrote: I'm unable to compile the current cvs version. I've swig version 1.3.28, g++ 4.1.1. That's interesting ... I use SWIG 1.3.29 and it works. But any SWIG > 1.3.24 should work. Could you send me the generated py_runtime.cc file? Without it, all