stevenvar / OMicroB

An OCaml generic virtual machine for microcontrollers
Other
138 stars 23 forks source link

Problem with .h file path when using installed version of omicrob #9

Closed stevenvar closed 6 years ago

bvaugon commented 6 years ago

Ok, some files was not copied and some symbolic links was broken during installation. Fixed.

stevenvar commented 6 years ago

Uh thanks but it's worse now on a mac :)

ld: warning: directory not found for option '-L/usr/X11R6/lib' ld: library not found for -lX11 clang: error: linker command failed with exit code 1 (use -v to see invocation) File "caml_startup", line 1: Error: Error during linking

bvaugon commented 6 years ago

Surprising, I just add cp commands for non-copied files. Maybe this fix unlock build showing further problems on Mac...

stevenvar commented 6 years ago

Nevermind I think it might be a problem with my configuration because of an update of my operating system.... :)

stevenvar commented 6 years ago

Ok everything works nicely for me now! Closed.