Allegro.cc - Online Community

Allegro.cc Forums » Installation, Setup & Configuration » Allegro 5.2.1.1 on macOS Sierra - install error - Quicktime.h not found

Credits go to SiegeLord for helping out!
This thread is locked; no one can reply to it. rss feed Print
Allegro 5.2.1.1 on macOS Sierra - install error - Quicktime.h not found
dthompson
Member #5,749
April 2005
avatar

Any ideas what's going on here? Xcode command line tools are installed and I've tried installing libquicktime but to no avail.

#SelectExpand
1$ brew install allegro 2 3==> Using the sandbox 4==> Downloading http://download.gna.org/allegro/allegro/5.2.1.1/allegro-5.2.1.1.tar.gz 5Already downloaded: /Users/doug/Library/Caches/Homebrew/allegro-5.2.1.1.tar.gz 6==> cmake .. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/allegro/5.2.1.1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_ 7==> make install 8Last 15 lines from /Users/doug/Library/Logs/Homebrew/allegro/02.make: 9 #import <QuickTime/QuickTime.h> 10 ^ 111 error generated. 12make[2]: *** [CMakeFiles/allegro.dir/src/macosx/hidjoy.m.o] Error 1 13make[2]: *** Waiting for unfinished jobs.... 14In file included from /tmp/allegro-20161014-16986-12axw9r/allegro-5.2.1.1/src/macosx/hidjoy-10.4.m:18: 15In file included from /tmp/allegro-20161014-16986-12axw9r/allegro-5.2.1.1/include/allegro5/allegro5.h:1: 16In file included from /tmp/allegro-20161014-16986-12axw9r/allegro-5.2.1.1/include/allegro5/allegro.h:73: 17/tmp/allegro-20161014-16986-12axw9r/allegro-5.2.1.1/include/allegro5/platform/alosx.h:43:12: fatal error: 'QuickTime/QuickTime.h' file not found 18 #import <QuickTime/QuickTime.h> 19 ^ 201 error generated. 21make[2]: *** [CMakeFiles/allegro.dir/src/macosx/hidjoy-10.4.m.o] Error 1 22make[1]: *** [CMakeFiles/allegro.dir/all] Error 2 23make: *** [all] Error 2 24 25READ THIS: https://git.io/brew-troubleshooting 26If reporting this issue please do so at (not Homebrew/brew): 27 https://github.com/Homebrew/homebrew-core/issues 28 29$

______________________________________________________
Website. It was freakdesign.bafsoft.net.
This isn't a game!

SiegeLord
Member #7,827
October 2006
avatar

This is fixed on the master branch. You can do brew install --HEAD I think.

"For in much wisdom is much grief: and he that increases knowledge increases sorrow."-Ecclesiastes 1:18
[SiegeLord's Abode][Codes]:[DAllegro5]:[RustAllegro]

dthompson
Member #5,749
April 2005
avatar

Thanks, works a treat. Just a couple of questions about using master-

  • Is it stable?

  • Will there be a release that includes this patch soon?

______________________________________________________
Website. It was freakdesign.bafsoft.net.
This isn't a game!

SiegeLord
Member #7,827
October 2006
avatar

dthompson said:

Is it stable?

Definitely less stable than releases. The suggestion to use the master branch was just so you could be unblocked for now. I'd recommend 'downgrading' to a release once it's made.

Quote:

Will there be a release that includes this patch soon?

Yeah, probably.

"For in much wisdom is much grief: and he that increases knowledge increases sorrow."-Ecclesiastes 1:18
[SiegeLord's Abode][Codes]:[DAllegro5]:[RustAllegro]

dthompson
Member #5,749
April 2005
avatar

Thanks, yeah thought that'd be the case - that's fine. :)

______________________________________________________
Website. It was freakdesign.bafsoft.net.
This isn't a game!

Go to: