FAQ  •  Register  •  Login

Xcode build

Forum rules
This forum is for technical discussion only. If you are interested in gameplay or client-side issues, please post in Bitfighter Features.
<<

Fordcars

User avatar

Posts: 1016

Joined: Fri Apr 20, 2012 3:51 pm

Location: Some city, somewhere

Post Sun Jul 01, 2012 9:06 pm

Xcode build

Hey!

I just got mecurial working! Anyway, I opened the Xcode file and hit build just to test it. 12 errors so it didn't build. What do I do now?
skybax: Why is this health pack following me?
bobdaduck: uh, it likes you.
<<

kaen

User avatar

Posts: 209

Joined: Thu Jun 14, 2012 11:54 am

Post Sun Jul 01, 2012 10:50 pm

Re: Xcode build

Welcome to the wonderful world of build errors!

Step 1:
Post the error messages.
bobdaduck wrote:Next, the moon!

└────────┘
⎈⎈⎈⎈
┌────────┐
<<

Fordcars

User avatar

Posts: 1016

Joined: Fri Apr 20, 2012 3:51 pm

Location: Some city, somewhere

Post Mon Jul 02, 2012 5:58 am

Re: Xcode build

Ok!
1. "Zap::Zone::Zone()", referenced from:
Zap::EditorUserInterface::populateDock() in UIEditor.o
Zap::ClientGame::processPseudoItem(int, char const**, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Zap::GridDatabase*)in ClientGame.o
Zap::ServerGame::processPseudoItem(int, char const**, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Zap::GridDatabase*)in ServerGame.o

2. "Zap::Zone::Zone()", referenced from:
Zap::GoalZone::GoalZone()in goalZone.o
Zap::GoalZone::GoalZone()in goalZone.o
Zap::NexusObject::NexusObject()in NexusGame.o
Zap::NexusObject::NexusObject()in NexusGame.o
Zap::LoadoutZone::LoadoutZone()in loadoutZone.o
Zap::LoadoutZone::LoadoutZone()in loadoutZone.o

3. "Zap::Zone::~Zone()", referenced from:
Zap::GoalZone::GoalZone()in goalZone.o
Zap::GoalZone::GoalZone()in goalZone.o
Zap::GoalZone::~GoalZone()in goalZone.o
Zap::GoalZone::~GoalZone()in goalZone.o
Zap::GoalZone::~GoalZone()in goalZone.o
Zap::GoalZone::~GoalZone()in goalZone.o
Zap::GoalZone::~GoalZone()in goalZone.o
Zap::GoalZone::~GoalZone()in goalZone.o
Zap::NexusObject::~NexusObject()in NexusGame.o
Zap::NexusObject::~NexusObject()in NexusGame.o
Zap::NexusObject::~NexusObject()in NexusGame.o
Zap::LoadoutZone::LoadoutZone()in loadoutZone.o
Zap::LoadoutZone::LoadoutZone()in loadoutZone.o
Zap::LoadoutZone::~LoadoutZone()in loadoutZone.o
Zap::LoadoutZone::~LoadoutZone()in loadoutZone.o
Zap::LoadoutZone::~LoadoutZone()in loadoutZone.o

4. "Zap::Zone::getRenderSortValue()", referenced from:
vtable for Zap::GoalZonein goalZone.o
vtable for Zap::NexusObjectin NexusGame.o
vtable for Zap::LoadoutZonein loadoutZone.o
skybax: Why is this health pack following me?
bobdaduck: uh, it likes you.
<<

Fordcars

User avatar

Posts: 1016

Joined: Fri Apr 20, 2012 3:51 pm

Location: Some city, somewhere

Post Mon Jul 02, 2012 5:59 am

Re: Xcode build

5. "Zap::Zone::processArguments(int, char const**, Zap::Game*)", referenced from:
Zap::GoalZone::processArguments(int, char const**, Zap::Game*)in goalZone.o
Zap::NexusObject::processArguments(int, char const**, Zap::Game*)in NexusGame.o
Zap::LoadoutZone::processArguments(int, char const**, Zap::Game*)in loadoutZone.o

6. "Zap::Zone::luaClassName", referenced from:
__ZN3Zap4Zone12luaClassNameE$non_lazy_ptr in goalZone.o
__ZN3Zap4Zone12luaClassNameE$non_lazy_ptr in NexusGame.o
__ZN3Zap4Zone12luaClassNameE$non_lazy_ptr in loadoutZone.o


7. "typeinfo for Zap::Zone", referenced from:
typeinfo for Zap::GoalZonein goalZone.o
typeinfo for Zap::NexusObjectin NexusGame.o
typeinfo for Zap::LoadoutZonein loadoutZone.o

8. "vtable for Zap::Zone", referenced from:
__ZTVN3Zap4ZoneE$non_lazy_ptr in goalZone.o
__ZTVN3Zap4ZoneE$non_lazy_ptr in NexusGame.o
__ZTVN3Zap4ZoneE$non_lazy_ptr in loadoutZone.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
skybax: Why is this health pack following me?
bobdaduck: uh, it likes you.
<<

Fordcars

User avatar

Posts: 1016

Joined: Fri Apr 20, 2012 3:51 pm

Location: Some city, somewhere

Post Mon Jul 02, 2012 6:07 am

Re: Xcode build

9. Copying /Users/geeko/temp/hg/bitfighter/lib/SDL2.framework
/Users/geeko/temp/hg/bitfighter/lib: No such file or directory

10. Command /developer/Library/PrivateFrameworks/DecToolsCore.framework/Resources/pbxcpf failed with exit code 1 X4
skybax: Why is this health pack following me?
bobdaduck: uh, it likes you.
<<

Fordcars

User avatar

Posts: 1016

Joined: Fri Apr 20, 2012 3:51 pm

Location: Some city, somewhere

Post Mon Jul 02, 2012 6:09 am

Re: Xcode build

Oh and by the way, does anybody know if Bitfighter uses glMatrixMode(GL_PROJECTION)and where it is? Thanks.
skybax: Why is this health pack following me?
bobdaduck: uh, it likes you.
<<

raptor

Posts: 1046

Joined: Mon Oct 11, 2010 9:03 pm

Post Mon Jul 02, 2012 7:05 am

Re: Xcode build

OK,

I think I fixed all the problems. Do another 'hg pull -u' from the main repo and try to recompile.
<<

Fordcars

User avatar

Posts: 1016

Joined: Fri Apr 20, 2012 3:51 pm

Location: Some city, somewhere

Post Mon Jul 02, 2012 7:23 am

Re: Xcode build

Hmmm... I have the bitfighter, but mercurial says it can't find the repository. (.hg not found!)
skybax: Why is this health pack following me?
bobdaduck: uh, it likes you.
<<

Fordcars

User avatar

Posts: 1016

Joined: Fri Apr 20, 2012 3:51 pm

Location: Some city, somewhere

Post Mon Jul 02, 2012 7:41 am

Re: Xcode build

Never mind... IT'S A MIRACLE! I actually got Mercurial to work! I just did hg pull -u. Going to check it out.
skybax: Why is this health pack following me?
bobdaduck: uh, it likes you.
<<

Fordcars

User avatar

Posts: 1016

Joined: Fri Apr 20, 2012 3:51 pm

Location: Some city, somewhere

Post Mon Jul 02, 2012 7:53 am

Re: Xcode build

Yes! It works! Great job raptor! This is great!
skybax: Why is this health pack following me?
bobdaduck: uh, it likes you.

Return to Technical Discussion

Who is online

Users browsing this forum: No registered users and 5 guests