Kakadu / lablqml

Interfacing Qt/QML with OCaml. Formely known as lablqt
http://kakadu.github.io/lablqml
GNU Lesser General Public License v2.1
159 stars 17 forks source link

topdir.cmi occurs in several directories #28

Closed ghost closed 7 years ago

ghost commented 8 years ago
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml/compiler-libs, /usr/lib/ocaml

A very noisy warning appearing for a lot of compilation targets.

Kakadu commented 8 years ago

It is an issue about ocaml itself. I do

rm `ocamlc -where`/topdirs.cmi

to suppress that

ghost commented 8 years ago

Is there a permanent fix?

Kakadu commented 8 years ago

I think we should patch the compiler. (or check 4.03.0 at least)

On Wed, Jun 8, 2016 at 1:41 AM, orbifx notifications@github.com wrote:

Is there a permanent fix?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Kakadu/lablqt/issues/28#issuecomment-224436470, or mute the thread https://github.com/notifications/unsubscribe/AAav0owAQtJy2NlNwi5mvvwjy2J1etHDks5qJfOfgaJpZM4IwbFz .

ghost commented 8 years ago

Ok. Milestone this issue so that it's not forgotten when the time comes.

ghost commented 7 years ago

This isn't a lablqml issue.