Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2011
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. Configuration:
  2.  
  3. pkg_bigarray: .................................. /usr/lib/ocaml
  4. pkg_unix: ...................................... /usr/lib/ocaml
  5. pkg_type_conv: ................................. /usr/lib/ocaml/type-conv
  6. pkg_camlp4_quotations: ......................... /usr/lib/ocaml/camlp4
  7. pkg_camlp4_lib: ................................ /usr/lib/ocaml/camlp4
  8. Build and run tests: ........................... false
  9. OCamlbuild additional flags: ...................
  10. Compile with ocaml profile flag on.: ........... false
  11. Compile with ocaml debug flag on.: ............. true
  12. Remove a directory.: ........................... rm -rf
  13. Remove a file.: ................................ rm -f
  14. suffix_program: ................................
  15. is_native: ..................................... true
  16. findlib_version: ............................... 1.2.6
  17. Prepend a path when installing package: ........ /home/np/w/arch-np/ocaml-bin-prot/pkg
  18. PS documentation: .............................. $docdir
  19. PDF documentation: ............................. $docdir
  20. DVI documentation: ............................. $docdir
  21. HTML documentation: ............................ $docdir
  22. Documentation root: ............................ $datarootdir/doc/$pkg_name
  23. Man documentation: ............................. $datarootdir/man
  24. Locale-dependent data: ......................... $datarootdir/locale
  25. Info documentation: ............................ $datarootdir/info
  26. Read-only architecture-independent data: ....... $datarootdir
  27. Read-only arch-independent data root: .......... $prefix/share
  28. Object code libraries: ......................... $exec_prefix/lib
  29. Modifiable single-machine data: ................ $prefix/var
  30. Modifiable architecture-independent data: ...... $prefix/com
  31. Read-only single-machine data: ................. $prefix/etc
  32. Program executables: ........................... $exec_prefix/libexec
  33. System admin executables: ...................... $exec_prefix/sbin
  34. User executables: .............................. $exec_prefix/bin
  35. Install architecture-dependent files in dir: ... $prefix
  36. Install architecture-independent files dir: .... /usr
  37. systhread_supported: ........................... true
  38. default_executable_name: ....................... a.out
  39. ext_dll: ....................................... .so
  40. ext_lib: ....................................... .a
  41. ext_asm: ....................................... .s
  42. ext_obj: ....................................... .o
  43. model: ......................................... default
  44. native_c_compiler: ............................. gcc -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  45. bytecomp_c_compiler: ........................... gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
  46. standard_runtime: .............................. /usr/bin/ocamlrun
  47. standard_library: .............................. /usr/lib/ocaml
  48. standard_library_default: ...................... /usr/lib/ocaml
  49. ocaml_version: ................................. 3.12.1
  50. ccomp_type: .................................... cc
  51. architecture: .................................. i386
  52. system: ........................................ linux_elf
  53. os_type: ....................................... Unix
  54. Package version: ............................... 1.3.1
  55. Package name: .................................. bin_prot
  56. ocamlbuild: .................................... /usr/bin/ocamlbuild
  57. ocamlopt: ...................................... /usr/bin/ocamlopt.opt
  58. ocamlc: ........................................ /usr/bin/ocamlc.opt
  59. ocamlfind: ..................................... /usr/bin/ocamlfind
  60.  
  61. I: Running command '/usr/bin/ocamlbuild syntax/pa_bin_prot.cma syntax/pa_bin_prot.cmxa syntax/pa_bin_prot.a lib/libbin_prot.a lib/dllbin_prot.so lib/bin_prot.cma lib/bin_prot.cmxa lib/bin_prot.a -tag debug'
  62. Finished, 0 targets (0 cached) in 00:00:00.
  63. findlib: [WARNING] cannot read directory /usr/lib/ocaml/site-lib: No such file or directory
  64. + ocamlfind ocamlc -c -g -package type-conv -package camlp4.quotations -package camlp4.lib -syntax camlp4o -I syntax -I lib -o syntax/pa_bin_prot.cmo syntax/pa_bin_prot.ml
  65. File "syntax/pa_bin_prot.ml", line 184, characters 34-41:
  66. Error: Unbound value Gen.ide
  67. Command exited with code 2.
  68. Compilation unsuccessful after building 4 targets (3 cached) in 00:00:00.
  69. E: Command '/usr/bin/ocamlbuild syntax/pa_bin_prot.cma syntax/pa_bin_prot.cmxa syntax/pa_bin_prot.a lib/libbin_prot.a lib/dllbin_prot.so lib/bin_prot.cma lib/bin_prot.cmxa lib/bin_prot.a -tag debug' terminated with error code 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement