newest mac binary. ha! Beat you all!

Ask for help regarding any technical issue or report any bug or OS independent issues.
nayr
Novice
Novice
Posts: 57
Joined: 28 Jul 2005, 20:09

newest mac binary. ha! Beat you all!

Post by nayr »

anyway, I'm set to work porting TMW. SDL, libpng, libjpg, sdl_image, libogg, libvorbis, SDL_mixer, Physfs, and guichan all seemed to port ok. TMW is in the process of being debugged (nasty linker errors :x), though guichan seems to be putting up a nasty fight. Since this is being compiled on panther, it won't requite Tiger/10.3.9 to run, even more so since I'm using static libs.

BTW, this is my first port, so I may be a bit slow. I'm still struggling with guichan (which I now hate with a fervor) and it's darned undefined symbols.

I expect a build soon.
Catfish_Man
Novice
Novice
Posts: 52
Joined: 07 Mar 2005, 03:15
Location: Portland, OR, USA

Post by Catfish_Man »

Good luck with it. I assume you've seen the wiki page on the Mac port?
nayr
Novice
Novice
Posts: 57
Joined: 28 Jul 2005, 20:09

Post by nayr »

:? No, I haven't I didn't realize there was one.

Anyway, I have it compiled, and it seems to run all right, except it can't find anything, and after changing it's icon to a tree and opening a window, it quits itself. I have a feeling this is a problem with PhysFS and packaging. I may have to create another app which excecutes this one :(

[edit]but if it loads the icon, why can't it load items.xml? :? this might be a problem with A). items.xml, or B). libxml2: the framework.
Catfish_Man
Novice
Novice
Posts: 52
Joined: 07 Mar 2005, 03:15
Location: Portland, OR, USA

Post by Catfish_Man »

nayr
Novice
Novice
Posts: 57
Joined: 28 Jul 2005, 20:09

Post by nayr »

well, it looks like I did the same thing with the GL headers, But I did everything with xcode. The result (I hope) is that in every new build, you just need to copy the libs and include, and project files into the new source, and press build.

I'm using static libs for everything except libxml, libz and libcurl. I'm now working out a problem with libxml. I hope to have a build today.
User avatar
Tenche
Warrior
Warrior
Posts: 421
Joined: 14 Jun 2005, 20:21
Location: Reston
Contact:

Post by Tenche »

W)00T cant wait till i can get my hands on yours!!! Iv been waiting a lonnggg time!
Blorx2
Novice
Novice
Posts: 60
Joined: 13 Mar 2005, 13:10
Location: Florence, SC

Post by Blorx2 »

So you got it ported, eh? Well, good luck, Nayr. :wink:
"A wizard is never late, nor is he early, he arrives precisely when he needs to" - Gandalf
nayr
Novice
Novice
Posts: 57
Joined: 28 Jul 2005, 20:09

Post by nayr »

ehh, I gave up. libxml is a b****
Blorx2
Novice
Novice
Posts: 60
Joined: 13 Mar 2005, 13:10
Location: Florence, SC

Post by Blorx2 »

Agreed, it's pain enough to get the other libraries done, did you have problems with libPhysFS or what's it called?
"A wizard is never late, nor is he early, he arrives precisely when he needs to" - Gandalf
nayr
Novice
Novice
Posts: 57
Joined: 28 Jul 2005, 20:09

Post by nayr »

no, that compiled fine. everythign did, except for libxml(2)
nayr
Novice
Novice
Posts: 57
Joined: 28 Jul 2005, 20:09

Post by nayr »

ported.

should be up later.
Blorx2
Novice
Novice
Posts: 60
Joined: 13 Mar 2005, 13:10
Location: Florence, SC

Post by Blorx2 »

nayr wrote:ported.

should be up later.
Yes!...thank you, nayr
"A wizard is never late, nor is he early, he arrives precisely when he needs to" - Gandalf
User avatar
Tenche
Warrior
Warrior
Posts: 421
Joined: 14 Jun 2005, 20:21
Location: Reston
Contact:

Post by Tenche »

W00t u rock!
nayr
Novice
Novice
Posts: 57
Joined: 28 Jul 2005, 20:09

Post by nayr »

ick, there's a bug, and I can't track it down :x

dead monsters don't drop anything!

[edit] oh yes, aound works.[/edit]
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

Post Reply