marionnet-dev team mailing list archive
-
marionnet-dev team
-
Mailing list archive
-
Message #00573
[Bug 1124053] Re: marionnet's Makefile looks for ocamlbricks in the wrong dir
** Branch linked: lp:marionnet
--
You received this bug notification because you are a member of
marionnet-dev, which is subscribed to marionnet.
https://bugs.launchpad.net/bugs/1124053
Title:
marionnet's Makefile looks for ocamlbricks in the wrong dir
Status in Marionnet - A virtual network laboratory:
New
Bug description:
Hi,
When building, marionnet looks for ocamlbricks in LIBRARYPREFIX
(typically debian/tmp/usr/....) instead of OCAML_LIBRARYPREFIX
(/usr/...)
The patch below fixes this:
--- marionnet-0.90.6+bzr404.orig/Makefile.local
+++ marionnet-0.90.6+bzr404/Makefile.local
@@ -23,7 +23,7 @@ DIRECTORIES_TO_INCLUDE = camlp4 threads
LIBRARIES_TO_LINK = unix threads str lablgtk lablglade lablgtksourceview2 ocamlbricks
C_OBJECTS_TO_LINK +=
-OCAMLBRICKS=$(LIBRARYPREFIX)/ocamlbricks
+OCAMLBRICKS=$(OCAML_LIBRARYPREFIX)/ocamlbricks
PP_OPTION = camlp4of -I $(OCAMLBRICKS) gettext_extract_pot_p4.cmo option_extract_p4.cmo raise_p4.cmo log_module_loading_p4.cmo -I chip
OBJECTS_TO_LINK = gtkThread
To manage notifications about this bug go to:
https://bugs.launchpad.net/marionnet/+bug/1124053/+subscriptions
References