Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build on XCode OSX #2

Open
GoogleCodeExporter opened this issue Sep 18, 2015 · 4 comments
Open

Build on XCode OSX #2

GoogleCodeExporter opened this issue Sep 18, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

Hello, looks like a great project. 

I'm trying to compile the project under osx xcode,

unfortunately it's kind of hard to get everything together – I have a lot
of linker errors especially about missing qt functions – I already
installed qt but I'm not sure which versions is needed. Can you give some
more details on the dependencies, please.

much thanks for your effort, looking foreward to use this lib (especially
the landmarking tool).

cheers
andreas

Original issue reported on code.google.com by andreas....@googlemail.com on 15 Feb 2010 at 9:27

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

I have managed to compile everything using xcode with one exception:

#include "ui_aamTrainer.h"

throws errors due to this file not being in the sources. Please can you send 
this to me or upload it. I will contribute a full mac version to the project 
entirely debugged and compiling without cmake :)
All I need is that file.

Thanks

Original comment by underdog...@gmail.com on 23 Dec 2010 at 9:14

@GoogleCodeExporter
Copy link
Author

PS. in answer to this issue, all you need to do is change any Qt header 
includes like: 
#include <QApplication>

change to:
#include <QtGui/QApplication>

and all errors will go in xcode;

Original comment by underdog...@gmail.com on 23 Dec 2010 at 9:16

@GoogleCodeExporter
Copy link
Author

Can someone please share the XCode project?
I have a lot of challenges getting this one build...

Original comment by pbugai...@gmail.com on 8 Jun 2011 at 5:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant