[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [PATCH] Missing build-dependency in ocaml-gettext



Hi,

Le Tue, 26 Sep 2006 02:25:44 +0200,
"Sylvain Le Gall" <sylvain.le-gall@polytechnique.org> a écrit :

> Thanks for the patch, but you know : ocaml-gettext has not been
> uploaded !

Yes, I know, but I need it to compile demexp, so I'm compiling it on my
own.

However, I found that camlidl is also needed in Depends: of the
libgettext-ocaml-dev package. When you want to compile something that
uses libgettext-ocaml-dev, it needs camlidl or it'll fail with:

/usr/bin/ld: cannot find -lcamlidl
collect2: ld returned 1 exit status

The attached patch fixes it.

Sincerly,

Thomas
-- 
PETAZZONI Thomas - thomas.petazzoni@enix.org 
http://{thomas,sos,kos}.enix.org - Jabber: thomas.petazzoni@jabber.dk
http://{agenda,livret}dulibre.org - http://www.toulibre.org
Fingerprint : 0BE1 4CF3 CEA4 AC9D CC6E  1624 F653 CB30 98D3 F7A7
Index: debian/control
===================================================================
--- debian/control	(révision 3216)
+++ debian/control	(copie de travail)
@@ -34,7 +34,7 @@
 
 Package: libgettext-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libcamomile-ocaml-dev, libast-analyze-ocaml-dev, libfileutils-ocaml-dev, libgettext-ocaml (= ${binary:Version}), libgettext-ocaml-data (= ${source:Version})
+Depends: ocaml-nox-${F:OCamlABI}, libcamomile-ocaml-dev, libast-analyze-ocaml-dev, libfileutils-ocaml-dev, libgettext-ocaml (= ${binary:Version}), libgettext-ocaml-data (= ${source:Version}), camlidl
 Description: OCaml internationalization library
  This library provides utilities and libraries to enable localization
  in OCaml programs. It is based on the same principle of GNU gettext.

Attachment: signature.asc
Description: PGP signature


Reply to: