Adventure Game Studio

Community => General Discussion => Topic started by: Calin Leafshade on Thu 01/04/2010 07:50:52

Title: need help from a compiley cody wizard.
Post by: Calin Leafshade on Thu 01/04/2010 07:50:52
ello!

Umm I need someone to compile the latest version of ASE for a windows platform.. can anyone do that? I dont really want to install a compiler and stuff just for this one thing.

the latest version ( 0.8 ) is here:

http://ase.git.sourceforge.net/git/gitweb.cgi?p=ase/ase;a=summary

I'll pay you with imaginary anything.
Title: Re: need help from a compiley cody wizard.
Post by: abstauber on Thu 01/04/2010 10:15:47
Hey, I've just compiled it, but it's crashing all the time. I'm not sure you want this :P

Title: Re: need help from a compiley cody wizard.
Post by: Calin Leafshade on Thu 01/04/2010 10:23:11
boooo..

I dont really know how stuff like source repositories are done..

what about this snapshot?

http://ase.git.sourceforge.net/git/gitweb.cgi?p=ase/ase;a=commit;h=b07e609f52c0e2dc632a41a245c9821648f34bea

I just wanted to try the new features :( I like ASE
Title: Re: need help from a compiley cody wizard.
Post by: Dataflashsabot on Thu 01/04/2010 10:37:27

src/widgets/statebar.cpp:128: error: call of overloaded `Bind(void (StatusBar::*)(), StatusBar* const)' is ambiguous

third_party/vaca/include/Vaca/Bind.h:168: note: candidates are: Vaca::BindAdapter0_mem<R, T> Vaca::Bind(R (T::*)(), T2*) [with R = void, T = StatusBar, T2 = StatusBar]

third_party/vaca/include/Vaca/Bind.h:236: note:                 Vaca::BindAdapter1_fun<R, F, X1> Vaca::Bind(const F&, X1) [with R = void, F = void (StatusBar::*)(), X1 = StatusBar*]


I dunno how to fix this.
Title: Re: need help from a compiley cody wizard.
Post by: Dataflashsabot on Thu 01/04/2010 10:50:50
Quote from: Calin Leafshade on Thu 01/04/2010 10:23:11
boooo..

I dont really know how stuff like source repositories are done..

what about this snapshot?

http://ase.git.sourceforge.net/git/gitweb.cgi?p=ase/ase;a=commit;h=b07e609f52c0e2dc632a41a245c9821648f34bea

I just wanted to try the new features :( I like ASE
Okay nevermind, that snapshot worked.
Download (http://www.box.net/shared/v192mju0cc)
edit crap data folder/ download (http://www.box.net/shared/oa5r22zmx6)
Title: Re: need help from a compiley cody wizard.
Post by: abstauber on Thu 01/04/2010 11:17:33
hehe, that version crashes as well

I assumed that I haven't used the right allegro version when I had my try. But unfortunately I'm having some trouble to compile allegro itself :P
Title: Re: need help from a compiley cody wizard.
Post by: Calin Leafshade on Thu 01/04/2010 11:24:56
the version DFB posted seems pretty stable to me.. using alleg42
Title: Re: need help from a compiley cody wizard.
Post by: Dataflashsabot on Thu 01/04/2010 11:26:22
Doesn't crash for me.
If you got the very latest version to compile, try uploading it anyway- it might only be crashing for you  :P
Title: Re: need help from a compiley cody wizard.
Post by: abstauber on Thu 01/04/2010 11:36:13
That one works fine for me, it's from the latest snapshot.
http://shatten.sonores.de/wp-content/uploads/2010/04/ase.zip

Using allegro 4.4 from here :
http://allegro5.org/


@Dataflashsabot
Your version always crashes when I try to open a new file  :-\ 

But either way: problem solved ;D
Title: Re: need help from a compiley cody wizard.
Post by: Calin Leafshade on Thu 01/04/2010 11:57:08
you've done excellently and can have infinite imaginary everything. Lucky you.

Now i just need to figure out how to get to old pencil cursor back by editing all the config files.. but this version looks like a positive improvement.
Title: Re: need help from a compiley cody wizard.
Post by: abstauber on Thu 01/04/2010 12:01:05
You = plural?  Share infinite imaginary everything? bah humbug  :=

Now go and use grafx2 since it rocks even more :)

(or better: buy ProMotion .... and ask me about Loom)
Title: Re: need help from a compiley cody wizard.
Post by: Calin Leafshade on Thu 01/04/2010 12:08:41
i have tried grafx2 but got confused.. then i hurt myself in the confusion.
Title: Re: need help from a compiley cody wizard.
Post by: Dataflashsabot on Thu 01/04/2010 12:14:11
I tried grafx2 and I hated it so very very very much. :(
Pro Motion was excellent but I didn't check it out much because it's a trial and I have no way to pay for it, so there'd be no point finding out I really liked it
This seems like an excellent animation tool, anyways :D
Thanks for compiling, abstauber!
Title: Re: need help from a compiley cody wizard.
Post by: abstauber on Thu 01/04/2010 14:21:24
There's always the Ggale, which is free as in beer ;)

One thing still bugging me is that I didn't get Allegro compiled on my own. CMake was always complaining about missing DirectX libraries and I have them all installed - even DX7 for dinput.lib. *hmpf*

Well... I guess I'll never find out.
Title: Re: need help from a compiley cody wizard.
Post by: Calin Leafshade on Thu 01/04/2010 14:31:17
the official binary for ASE doesnt actually need the allegro library as a separate file... but i dunno why.
Title: Re: need help from a compiley cody wizard.
Post by: abstauber on Thu 01/04/2010 14:38:49
I guess because they author statically linked it in. But you can't even compile this bugger without having allegro binaries (which they don't give you from the official site).