Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9641] Cannot build .app or package in OS X 10.9

Date: Wed, 05 Mar 2014 14:32:09 +0000

changed bug 9641

What Removed Added
CC   [email protected]

Comment # 11 on bug 9641 from
(In reply to comment #9)
> Scratch that, it installed Qt in '/usr/local/Qt-5.2.1', so I could add that
> to PKG_CONFIG_PATH and PATH for the pkgconfig and bin dirs to get past that
> block.
> Now it gets stuck here:

I don't know what I'm doing but the header files are simply not there.
I 'fixed' it by doing:

cd ${Qt_root}/5.2.1/clang_64/lib/
for i in *.framework ; do 
  [ -d $i/Versions/5/Headers/ ] && 
    ln -s `pwd`/$i/Versions/5/Headers/  \
    ${Qt_root}/5.2.1/clang_64/include/${i%.framework} 
done

then it compiles ... and even runs!

Peter


You are receiving this mail because:
  • You are watching all bug changes.