Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building ocamlbrowser under windows fails (can't find Mutex) #5007

Closed
vicuna opened this issue Mar 22, 2010 · 1 comment
Closed

building ocamlbrowser under windows fails (can't find Mutex) #5007

vicuna opened this issue Mar 22, 2010 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Mar 22, 2010

Original bug ID: 5007
Reporter: Dmitry Grebeniuk
Status: closed (set by @xavierleroy on 2012-09-25T18:06:17Z)
Resolution: fixed
Priority: normal
Severity: trivial
Fixed in version: 3.12.0
Category: ~DO NOT USE (was: OCaml general)

Bug description

I'm trying to build svn' trunk under mingw:

../../../ocamlcomp.sh -o ocamlbrowser.exe -I ../../../otherlibs/win32unix -I ../../../otherlibs/str -I ../../../otherlibs/systhreads -I ../labltk -I ../lib -I ../support -I ../../../parsing -I ../../../utils -I ../../../typing
../../../toplevel/toplevellib.cma
unix.cma str.cma labltk.cma jglib.cma list2.cmo useunix.cmo setpath.cmo lexical.cmo fileselect.cmo searchid.cmo searchpos.cmo shell.cmo help.cmo viewer.cmo typecheck.cmo editor.cmo main.cmo
File "none", line 1, characters 0-1:
Error: Error while linking shell.cmo:
Reference to undefined global Mutex' make[4]: *** [ocamlbrowser.exe] Error 2 make[4]: Leaving directory /d/gds/dev/overbld/20100318/work312/src/ocaml/work/otherlibs/labltk/browser'
make[3]: *** [all] Error 2
make[3]: Leaving directory /d/gds/dev/overbld/20100318/work312/src/ocaml/work/otherlibs/labltk' make[2]: *** [otherlibraries] Error 2 make[2]: Leaving directory /d/gds/dev/overbld/20100318/work312/src/ocaml/work'

The fix is trivial, see uploaded patch.

File attachments

@vicuna
Copy link
Author

vicuna commented Jun 1, 2011

Comment author: @damiendoligez

This is already fixed in 3.12.0, right?

@vicuna vicuna closed this as completed Sep 25, 2012
@vicuna vicuna added the bug label Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant