Skip to content

Instantly share code, notes, and snippets.

@zeptometer
Created June 12, 2013 14:02
Show Gist options
  • Select an option

  • Save zeptometer/5765545 to your computer and use it in GitHub Desktop.

Select an option

Save zeptometer/5765545 to your computer and use it in GitHub Desktop.
helmold$ make test-parser
clang++ -I./include -std=c++11 -stdlib=libc++ -lc++ -g -Wall -Wextra -o bin/test-parser t/test-parser.cpp src/parser.cpp src/object.cpp
t/test-parser.cpp:1:10: fatal error: 'iostream' file not found
#include <iostream>
^
1 error generated.
make: *** [test-parser] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment