galicialuis / aam-opencv

Automatically exported from code.google.com/p/aam-opencv
0 stars 0 forks source link

Build on XCode OSX #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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 commented 9 years ago
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