Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@acgetchell
Created August 27, 2013 23:55
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 acgetchell/6360577 to your computer and use it in GitHub Desktop.
Save acgetchell/6360577 to your computer and use it in GitHub Desktop.
Output on building ex_triangle.cpp
/Users/getchell/.bash_it/plugins
In file included from /Users/getchell/Cplusplus-devel/ex_triangle.cpp:3:
/Users/getchell/Cplusplus-devel/CGAL/Cartesian.h:28:10: fatal error: 'CGAL/Cartesian/Cartesian_base.h' file not found
#include <CGAL/Cartesian/Cartesian_base.h>
^
1 error generated.
[Finished in 0.5s with exit code 1]
[shell_cmd: g++ "/Users/getchell/Cplusplus-devel/ex_triangle.cpp" -o "/Users/getchell/Cplusplus-devel/ex_triangle"]
[dir: /Users/getchell/Cplusplus-devel]
[path: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment