Skip to content

Instantly share code, notes, and snippets.

@macmade
Last active November 2, 2017 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macmade/92745acd97fc6e53189d83b1728d688b to your computer and use it in GitHub Desktop.
Save macmade/92745acd97fc6e53189d83b1728d688b to your computer and use it in GitHub Desktop.
ISOBMFF-Dump Build
clang++ -std=c++11 -Wall -o Build/Release/Products/x86_64/ISOBMFF-Dump ISOBMFF-Dump/main.cpp Build/Release/Products/x86_64/libISOBMFF.a -I ISOBMFF/include -I Submodules/PIMPL/PIMPL/include
@hdsdi3g
Copy link

hdsdi3g commented Nov 2, 2017

cd Build/Release/Products/x86_64/
./ISOBMFF-Dump 
dyld: Library not loaded: .dylib
  Referenced from: /usr/src/ISOBMFF/Build/Release/Products/x86_64/./ISOBMFF-Dump
  Reason: image not found
Abort trap: 6

@macmade
Copy link
Author

macmade commented Nov 2, 2017

Corrected in rev2

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