Skip to content

Instantly share code, notes, and snippets.

@macmade
Last active November 2, 2017 22:39
Show Gist options
  • Select an option

  • Save macmade/92745acd97fc6e53189d83b1728d688b to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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
Copy Markdown
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