Displaying 20 results from an estimated 128 matches for "ocamlbuild".
2010 Jun 27
0
[LLVMdev] ocaml bindings + ocamlbuild problem
Hello,
I'm trying to use Llvm_bitwriter + ocamlbuild, but it doesn't
recognize its dependency on Unix, so it doesn't compile. Minimal
case:
(* FILE: minimal.ml *)
let main () =
let m = Llvm.create_module (Llvm.global_context ()) "test" in
ignore (Llvm_bitwriter.output_bitcode stdout m)
;;
main ()
(* FILE: _tags *)
<*.{...
2012 Dec 15
0
[LLVMdev] Kaleidoscope Build Problems - (OCaml)
...sion: 4.00.1
LLVM version: 3.1
XCode version: 4.5.2
I successfully build the examples when running "gnumake BUILD_EXAMPLES=1"
in the OBJ_DIR, however when I try to build them from outside the build
tree (ie move the source into my own subtree), I run into problems.
When I try to build (ocamlbuild toy.byte) after moving the llvm_* .cma,
.cmo. .cmx .cmxa and .a into the local directory, I get the following
error.
+ /usr/local/bin/ocamlc.opt llvm.cma llvm_analysis.cma
llvm_executionengine.cma llvm_target.cma llvm_scalar_opts.cma -cc clang++
ast.cmo token.cmo parser.cmo codegen.cmo lexer.cmo...
2010 Nov 14
0
[LLVMdev] Problem building Ocaml Kaleidoscope example
Hi,
The Ocaml Kaleidoscope tutorial code stops compiling at chapter 3. I get
$ ocamlbuild toy.byte
Finished, 1 target (0 cached) in 00:00:00.
+ /usr/bin/ocamlc -c -o codegen.cmo codegen.ml
File "codegen.ml", line 5, characters 0-9:
Error: Unbound module Llvm
This is with Llvm 2.7 on ubuntu 10.10. I have the package
libllvm-ocaml-2.7-dev installed.
The offending line is simp...
2013 Jun 15
1
Bug#712366: xen: FTBFS: configure: error: Could not find libcrypto
...... ocamlopt
> checking for ocamlc.opt... no
> checking for ocamlopt.opt... no
> checking for ocaml... ocaml
> checking for ocamldep... ocamldep
> checking for ocamlmktop... ocamlmktop
> checking for ocamlmklib... ocamlmklib
> checking for ocamldoc... ocamldoc
> checking for ocamlbuild... ocamlbuild
> checking for bash... /bin/bash
> checking for python... /usr/bin/python
> checking for python version >= 2.3 ... yes
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/g...
2010 Feb 16
1
[LLVMdev] LLVM+OCaml Bindings for the latest LLVM is slower than 2.6
LLVM-2.6 takes 3s from OCamlbuild, but the lastest LLVM (I am using
r95712) takes 34s. I attached the code.
But the new LLVM fixed a problem of dispose_module in 2.6.
I got this error in 2.6, but the new LLVM works well.
While deleting: [14 x i8]* %greeting
An asserting value handle still pointed to this value!
UNREACHABLE execut...
2013 Dec 02
6
Bug#731166: Error: Syntax error: 'end' expected
...brary path is /usr/lib/ocaml
checking for ocamlopt... ocamlopt
checking for ocamlc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocamldep... ocamldep
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for ocamlfind... ocamlfind
checking for OCaml findlib package xmlm... found
checking for OCaml findlib package type_conv... not found
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.mk
config.status: creating include/config....
2009 Nov 16
0
OCaml-R and xts works!
...ding the R interpreter is done statically. Loading the
xts library is done statically... etc...
See below.
Hopefully, one may one day consider R to be a statically-typed,
type-inferred, compiled, statistical language, with Lwt-style
multithreading.
:)
> yziquel at seldon:~/git/ocamlr-xts$ ocamlbuild xts.cmo
> Finished, 1 target (0 cached) in 00:00:00.
> + ocamlfind ocamlc -c -package R.interpreter -o xts.cmo xts.ml
> File "xts.ml", line 37, characters 4-9:
> Warning P: this pattern-matching is not exhaustive.
> Here is an example of a value that is not matched:
> []...
2011 Jun 11
0
[LLVMdev] Kaleidoscope Build Error
...t*,
> std::allocator<char> const&)'
> collect2: ld returned 1 exit status
> File "src/main.ml", line 1, characters 0-1:
> Error: Error while building custom runtime system
>
> I've tried a variety of build flags all to no avail. I've also tried
> ocamlbuild with the same results. Can either of you shed any light on this
> error?
>
> Thank you very much.
>
> --
> gregory malecha
>
2012 Nov 26
0
How to set GCC version for ovmf compilation
...n/install -c
checking for bison... /usr/bin/bison
checking for flex... /usr/bin/flex
checking for perl... /usr/bin/perl
checking for ocamlc... no
checking for ocaml... no
checking for ocamldep... no
checking for ocamlmktop... no
checking for ocamlmklib... no
checking for ocamldoc... no
checking for ocamlbuild... no
checking for bash... /bin/bash
checking for python... /usr/bin/python
checking for python version >= 2.3 ... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header file...
2012 Mar 29
3
Unable to find Python development headers
...ake sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for perl... /usr/bin/perl
checking for ocamlc... no
checking for ocaml... no
checking for ocamldep... no
checking for ocamlmktop... no
checking for ocamlmklib... no
checking for ocamldoc... no
checking for ocamlbuild... no
checking for bash... /bin/sh
checking for python... /usr/bin/python
checking for python version >= 2.3 ... yes
./configure: line 6147: python-config: command not found
./configure: line 6228: python-config: command not found
checking Python.h usability... no
checking Python.h presence... n...
2010 Dec 14
8
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...is /usr/lib/ocaml
checking for ocamlopt... ocamlopt
checking for ocamlc.opt... no
checking for ocamlopt.opt... no
checking for ocaml... ocaml
checking for ocamldep... ocamldep
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for ocamlfind... ocamlfind
checking for perldoc... perldoc
checking for yum... no
checking for rpm... no
checking for yumdownloader... no
checking for aptitude... aptitude
checking for dpkg... dpkg
checking for pacman... no
checking for insmod.static... /sbin/insmod.static
ch...
2011 Jan 14
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...is /usr/lib/ocaml
checking for ocamlopt... ocamlopt
checking for ocamlc.opt... no
checking for ocamlopt.opt... no
checking for ocaml... ocaml
checking for ocamldep... ocamldep
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for ocamlfind... ocamlfind
checking for perldoc... perldoc
checking for yum... no
checking for rpm... no
checking for yumdownloader... no
checking for aptitude... aptitude
checking for dpkg... dpkg
checking for pacman... no
checking for insmod.static... /sbin/insmod.static
ch...
2011 Feb 15
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...is /usr/lib/ocaml
checking for ocamlopt... ocamlopt
checking for ocamlc.opt... no
checking for ocamlopt.opt... no
checking for ocaml... ocaml
checking for ocamldep... ocamldep
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for ocamlfind... ocamlfind
checking for perldoc... perldoc
checking for yum... no
checking for rpm... no
checking for yumdownloader... no
checking for aptitude... aptitude
checking for dpkg... dpkg
checking for pacman... no
checking for insmod.static... /sbin/insmod.static
ch...
2011 Jan 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...checking for ocamlopt... ocamlopt
checking for ocamlc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocaml... ocaml
checking for ocamldep... ocamldep
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for ocamlfind... ocamlfind
checking for perldoc... perldoc
checking for yum... no
checking for rpm... no
checking for yumdownloader... no
checking for aptitude... aptitude
checking for dpkg... dpkg
checking for pacman... no
checking for insmod.static... /sbin/insmod.static
ch...
2011 Feb 15
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...checking for ocamlopt... ocamlopt
checking for ocamlc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocaml... ocaml
checking for ocamldep... ocamldep
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for ocamlfind... ocamlfind
checking for perldoc... perldoc
checking for yum... no
checking for rpm... no
checking for yumdownloader... no
checking for aptitude... aptitude
checking for dpkg... dpkg
checking for pacman... no
checking for insmod.static... /sbin/insmod.static
ch...
2010 Dec 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...checking for ocamlopt... ocamlopt
checking for ocamlc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocaml... ocaml
checking for ocamldep... ocamldep
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for ocamlfind... ocamlfind
checking for perldoc... perldoc
checking for yum... no
checking for rpm... no
checking for yumdownloader... no
checking for aptitude... aptitude
checking for dpkg... dpkg
checking for pacman... no
checking for insmod.static... /sbin/insmod.static
ch...
2011 May 13
3
builder-debian febootstrap success 6ab9465001dfaa52edc5992ee71f2e9aecc2085d
...checking for ocamlopt... ocamlopt
checking for ocamlc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocaml... ocaml
checking for ocamldep... ocamldep
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for ocamlfind... ocamlfind
checking for perldoc... perldoc
checking for yum... no
checking for rpm... no
checking for yumdownloader... no
checking for aptitude... aptitude
checking for dpkg... dpkg
checking for pacman... no
checking for insmod.static... /sbin/insmod.static
ch...
2010 Dec 07
0
builder-debian febootstrap FAILED configure step af9f9305a0a48829392a57d24aee30978b449d1d
...checking for ocamlopt... ocamlopt
checking for ocamlc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocaml... ocaml
checking for ocamldep... ocamldep
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for ocamlfind... ocamlfind
checking for perldoc... perldoc
checking for yum... no
checking for rpm... no
checking for yumdownloader... no
checking for aptitude... aptitude
checking for dpkg... dpkg
checking for pacman... no
checking for insmod.static... no
configure: error: i...
2011 Mar 22
1
builder-debian febootstrap success 6720ad28eddbcd671032c151f7219a35ba615b1b
...checking for ocamlopt... ocamlopt
checking for ocamlc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocaml... ocaml
checking for ocamldep... ocamldep
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for ocamlfind... ocamlfind
checking for perldoc... perldoc
checking for yum... no
checking for rpm... no
checking for yumdownloader... no
checking for aptitude... aptitude
checking for dpkg... dpkg
checking for pacman... no
checking for insmod.static... /sbin/insmod.static
ch...
2010 Dec 07
0
builder-ubuntu febootstrap success 2dfc659c33c5ceb298e8027e219547416b286661
...is /usr/lib/ocaml
checking for ocamlopt... ocamlopt
checking for ocamlc.opt... no
checking for ocamlopt.opt... no
checking for ocaml... ocaml
checking for ocamldep... ocamldep
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for ocamlfind... ocamlfind
checking for perldoc... perldoc
checking for yum... no
checking for rpm... no
checking for yumdownloader... no
checking for aptitude... aptitude
checking for dpkg... dpkg
checking for pacman... no
checking for insmod.static... /sbin/insmod.static
ch...