Skip to content

Instantly share code, notes, and snippets.

@maknoll
Created March 11, 2015 20:23
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 maknoll/e05b418088221c2d73f9 to your computer and use it in GitHub Desktop.
Save maknoll/e05b418088221c2d73f9 to your computer and use it in GitHub Desktop.
ivy-c master modified % opam install ivy
The following actions will be performed:
- install ivy.1.3.1
=== + 1 ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
Building ivy.1.3.1:
make
make install
[ERROR] The compilation of ivy.1.3.1 failed.
Removing ivy.1.3.1.
ocamlfind remove ivy
ocamlfind remove glibivy
ocamlfind remove tkivy
#=== ERROR while installing ivy.1.3.1 =========================================#
# opam-version 1.2.0
# os darwin
# command make
# path /Users/martin/.opam/system/build/ivy.1.3.1
# compiler system (4.02.1)
# exit-code 2
# env-file /Users/martin/.opam/system/build/ivy.1.3.1/ivy-41842-c61e7b.env
# stdout-file /Users/martin/.opam/system/build/ivy.1.3.1/ivy-41842-c61e7b.out
# stderr-file /Users/martin/.opam/system/build/ivy.1.3.1/ivy-41842-c61e7b.err
### stdout ###
# ...[truncated]
# cc -Wall -c -fPIC -I /usr/local/lib/ocaml -I/opt/local/include -I/usr/include/tcl -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include cglibivy.c
# ocamlmklib -o glibivy-ocaml ivy.cmo glibIvy.cmo civy.o cglibivy.o -L/opt/local/lib -lglibivy -lglib-2.0 -lpcre
# ocamlopt -c ivy.ml
# ocamlopt -c ivyLoop.ml
# ocamlmklib -o ivy-ocaml ivy.cmx ivyLoop.cmx civy.o civyloop.o -L/opt/local/lib -livy
# ocamlopt -c glibIvy.ml
# ocamlmklib -o glibivy-ocaml ivy.cmx glibIvy.cmx civy.o cglibivy.o -L/opt/local/lib -lglibivy -lglib-2.0 -lpcre
# ocamlc -c tkIvy.mli
# ocamlc -c tkIvy.ml
# cc -Wall -c -fPIC -I /usr/local/lib/ocaml -I/opt/local/include -I/usr/include/tcl -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include ctkivy.c
### stderr ###
# ...[truncated]
# Use Bytes.set instead.
# Package ivy-glib was not found in the pkg-config search path.
# Perhaps you should add the directory containing `ivy-glib.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'ivy-glib' found
# ctkivy.c:7:10: fatal error: 'Ivy/ivytcl.h' file not found
# #include <Ivy/ivytcl.h>
# ^
# 1 error generated.
# make: *** [ctkivy.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment