caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] cameleon compiling problem...
@ 2002-10-09 10:53 Michael Wohlwend
  2002-10-09 11:20 ` Dimitri Ara
  2002-10-09 12:48 ` [Caml-list] cameleon compiling problem...solved?? Michael Wohlwend
  0 siblings, 2 replies; 8+ messages in thread
From: Michael Wohlwend @ 2002-10-09 10:53 UTC (permalink / raw)
  To: caml-list

Hi,

I get the following compiler error (see below) and don't know how to correct 
it.

Can someone help please?

thanks for answering
 Michael

/usr/local/lib/ocaml -I /home/micha/xl/cameleon-1.1/ioxml -I 
/home/micha/xl/cameleon-1.1/options -I /home/micha/xl/cameleon-1.1/okey -I 
/home/micha/xl/cameleon-1.1/configwin -I /home/micha/xl/cameleon-1.1/gpattern 
-I /home/micha/xl/cameleon-1.1/dbforge -I 
/home/micha/xl/cameleon-1.1/dbforge/ocamlsql -I 
/home/micha/xl/cameleon-1.1/report -I +ocamldoc -I +camlp4 -I 
/home/micha/xl/cameleon-1.1/zoggy -I /home/micha/xl/cameleon-1.1/mlchat -I 
/home/micha/xl/cameleon-1.1/ocamlcvs -I /home/micha/xl/cameleon-1.1/cameleon 
-I /home/micha/xl/cameleon-1.1/camtop -I /home/micha/xl/cameleon-1.1/omom -a 
-o omom_plugin.cma omom.cma -c omom_plugin.ml
File "omom_plugin.ml", line 14, characters 0-13:
Unbound module Cam_plug
make[3]: *** [omom_plugin.cma] Error 2
make[3]: Leaving directory `/home/micha/xl/cameleon-1.1/omom'
make[3]: Entering directory `/home/micha/xl/cameleon-1.1/plugins'
/usr/local/bin/ocamlc.opt -pp 'grep -v DEBUG' -I /usr/local/lib/ocaml/lablgtk 
-I /usr/local/lib/ocaml -I /home/micha/xl/cameleon-1.1/ioxml -I 
/home/micha/xl/cameleon-1.1/options -I /home/micha/xl/cameleon-1.1/okey -I 
/home/micha/xl/cameleon-1.1/configwin -I /home/micha/xl/cameleon-1.1/gpattern 
-I /home/micha/xl/cameleon-1.1/dbforge -I 
/home/micha/xl/cameleon-1.1/dbforge/ocamlsql -I 
/home/micha/xl/cameleon-1.1/report -I +ocamldoc -I +camlp4 -I 
/home/micha/xl/cameleon-1.1/zoggy -I /home/micha/xl/cameleon-1.1/mlchat -I 
/home/micha/xl/cameleon-1.1/ocamlcvs -I /home/micha/xl/cameleon-1.1/cameleon 
-I /home/micha/xl/cameleon-1.1/camtop -I /home/micha/xl/cameleon-1.1/omom -c 
utils.ml
File "/tmp/camlpp0e7ed0", line 15, characters 0-13:
Unbound module Cam_plug
make[3]: *** [utils.cmo] Error 2
make[3]: Leaving directory `/home/micha/xl/cameleon-1.1/plugins'
make[2]: *** [iter] Error 2
make[2]: Leaving directory `/home/micha/xl/cameleon-1.1'
make[1]: *** [byte] Error 2
make[1]: Leaving directory `/home/micha/xl/cameleon-1.1'
make: *** [all] Error 2

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Caml-list] cameleon compiling problem...
  2002-10-09 10:53 [Caml-list] cameleon compiling problem Michael Wohlwend
@ 2002-10-09 11:20 ` Dimitri Ara
  2002-10-09 11:58   ` Yang Shouxun
  2002-10-09 12:48 ` [Caml-list] cameleon compiling problem...solved?? Michael Wohlwend
  1 sibling, 1 reply; 8+ messages in thread
From: Dimitri Ara @ 2002-10-09 11:20 UTC (permalink / raw)
  To: mwohlwend; +Cc: caml-list

Michael Wohlwend <mwohlwend@web.de> a écrit :

> Hi,
> 
> I get the following compiler error (see below) and don't know how to correct 
> it.
> 
> Can someone help please?

The Cam_plug module should have been compiled before the omom plugin.
What is the first error?

-- 
Dimitri
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Caml-list] cameleon compiling problem...
  2002-10-09 11:20 ` Dimitri Ara
@ 2002-10-09 11:58   ` Yang Shouxun
  0 siblings, 0 replies; 8+ messages in thread
From: Yang Shouxun @ 2002-10-09 11:58 UTC (permalink / raw)
  To: caml-list

Dimitri Ara wrote:
> Michael Wohlwend <mwohlwend@web.de> a écrit :
> 
> 
>>Hi,
>>
>>I get the following compiler error (see below) and don't know how to correct 
>>it.

Michael's problem seems to be the same as mine.

> The Cam_plug module should have been compiled before the omom plugin.
> What is the first error?
> 

After manually restart make in some subdirs (I can't remember them all 
now), the first error is when compiling zoggy/zog_data.ml:

---8<---
$ make
make byte
make[1]: Entering directory `/home/bruce/unzipped/cameleon-1.1'
make TARGET=byte iter
make[2]: Entering directory `/home/bruce/unzipped/cameleon-1.1'
for i in options okey configwin gpattern ioxml ocamlcvs zoggy mlchat 
report dbforge cameleon omom plugins ; do (cd $i ; make byte) ; done
make[3]: Entering directory `/home/bruce/unzipped/cameleon-1.1/options'
make[3]: Nothing to be done for `byte'.
make[3]: Leaving directory `/home/bruce/unzipped/cameleon-1.1/options'
make[3]: Entering directory `/home/bruce/unzipped/cameleon-1.1/okey'
make[3]: Nothing to be done for `byte'.
make[3]: Leaving directory `/home/bruce/unzipped/cameleon-1.1/okey'
make[3]: Entering directory `/home/bruce/unzipped/cameleon-1.1/configwin'
make[3]: Nothing to be done for `byte'.
make[3]: Leaving directory `/home/bruce/unzipped/cameleon-1.1/configwin'
make[3]: Entering directory `/home/bruce/unzipped/cameleon-1.1/gpattern'
make[3]: Nothing to be done for `byte'.
make[3]: Leaving directory `/home/bruce/unzipped/cameleon-1.1/gpattern'
make[3]: Entering directory `/home/bruce/unzipped/cameleon-1.1/ioxml'
make[3]: Nothing to be done for `byte'.
make[3]: Leaving directory `/home/bruce/unzipped/cameleon-1.1/ioxml'
make[3]: Entering directory `/home/bruce/unzipped/cameleon-1.1/ocamlcvs'
make[3]: Nothing to be done for `byte'.
make[3]: Leaving directory `/home/bruce/unzipped/cameleon-1.1/ocamlcvs'
make[3]: Entering directory `/home/bruce/unzipped/cameleon-1.1/zoggy'
if test -f zog_gui_base.ml ; then make byte2 ; else make world ; fi
make[4]: Entering directory `/home/bruce/unzipped/cameleon-1.1/zoggy'
/usr/bin/ocamlc.opt -pp 'grep -v DEBUG' -I /usr/lib/ocaml/lablgtk -I 
/usr/lib/ocaml -I /home/bruce/unzipped/cameleon-1.1/ioxml -I 
/home/bruce/unzipped/cameleon-1.1/options -I 
/home/bruce/unzipped/cameleon-1.1/okey -I 
/home/bruce/unzipped/cameleon-1.1/configwin -I 
/home/bruce/unzipped/cameleon-1.1/gpattern -I 
/home/bruce/unzipped/cameleon-1.1/dbforge -I 
/home/bruce/unzipped/cameleon-1.1/dbforge/ocamlsql -I 
/home/bruce/unzipped/cameleon-1.1/report -I +ocamldoc -I +camlp4 -I 
/home/bruce/unzipped/cameleon-1.1/zoggy -I 
/home/bruce/unzipped/cameleon-1.1/mlchat -I 
/home/bruce/unzipped/cameleon-1.1/ocamlcvs -I 
/home/bruce/unzipped/cameleon-1.1/cameleon -I 
/home/bruce/unzipped/cameleon-1.1/camtop -I 
/home/bruce/unzipped/cameleon-1.1/omom -c zog_data.ml
File "/tmp/camlpp3b6a24", line 215, characters 17-25:
Unbound value C.string
make[4]: *** [zog_data.cmi] Error 2
make[4]: Leaving directory `/home/bruce/unzipped/cameleon-1.1/zoggy'
make[3]: *** [byte] Error 2
make[3]: Leaving directory `/home/bruce/unzipped/cameleon-1.1/zoggy'
make[3]: Entering directory `/home/bruce/unzipped/cameleon-1.1/mlchat'
/usr/bin/ocamlc.opt -pp 'grep -v DEBUG' -I /usr/lib/ocaml/lablgtk -I 
/usr/lib/ocaml -I /home/bruce/unzipped/cameleon-1.1/ioxml -I 
/home/bruce/unzipped/cameleon-1.1/options -I 
/home/bruce/unzipped/cameleon-1.1/okey -I 
/home/bruce/unzipped/cameleon-1.1/configwin -I 
/home/bruce/unzipped/cameleon-1.1/gpattern -I 
/home/bruce/unzipped/cameleon-1.1/dbforge -I 
/home/bruce/unzipped/cameleon-1.1/dbforge/ocamlsql -I 
/home/bruce/unzipped/cameleon-1.1/report -I +ocamldoc -I +camlp4 -I 
/home/bruce/unzipped/cameleon-1.1/zoggy -I 
/home/bruce/unzipped/cameleon-1.1/mlchat -I 
/home/bruce/unzipped/cameleon-1.1/ocamlcvs -I 
/home/bruce/unzipped/cameleon-1.1/cameleon -I 
/home/bruce/unzipped/cameleon-1.1/camtop -I 
/home/bruce/unzipped/cameleon-1.1/omom -c chat_app.ml
File "/tmp/camlpp023bc3", line 21, characters 2-10:
Unbound value C.string
make[3]: *** [chat_app.cmi] Error 2
make[3]: Leaving directory `/home/bruce/unzipped/cameleon-1.1/mlchat'
make[3]: Entering directory `/home/bruce/unzipped/cameleon-1.1/report'
/usr/bin/ocamlc.opt -pp 'grep -v DEBUG' -I /usr/lib/ocaml/lablgtk -I 
/usr/lib/ocaml -I /home/bruce/unzipped/cameleon-1.1/ioxml -I 
/home/bruce/unzipped/cameleon-1.1/options -I 
/home/bruce/unzipped/cameleon-1.1/okey -I 
/home/bruce/unzipped/cameleon-1.1/configwin -I 
/home/bruce/unzipped/cameleon-1.1/gpattern -I 
/home/bruce/unzipped/cameleon-1.1/dbforge -I 
/home/bruce/unzipped/cameleon-1.1/dbforge/ocamlsql -I 
/home/bruce/unzipped/cameleon-1.1/report -I +ocamldoc -I +camlp4 -I 
/home/bruce/unzipped/cameleon-1.1/zoggy -I 
/home/bruce/unzipped/cameleon-1.1/mlchat -I 
/home/bruce/unzipped/cameleon-1.1/ocamlcvs -I 
/home/bruce/unzipped/cameleon-1.1/cameleon -I 
/home/bruce/unzipped/cameleon-1.1/camtop -I 
/home/bruce/unzipped/cameleon-1.1/omom -c rep_desc_gui.ml
File "/tmp/camlpp056d5c", line 25, characters 19-27:
Unbound value C.string
make[3]: *** [rep_desc_gui.cmi] Error 2
make[3]: Leaving directory `/home/bruce/unzipped/cameleon-1.1/report'
make[3]: Entering directory `/home/bruce/unzipped/cameleon-1.1/dbforge'
Makefile:108: warning: overriding commands for target `dbf_types.cmi'
Makefile:105: warning: ignoring old commands for target `dbf_types.cmi'
cd ocamlsql && make byte
make[4]: Entering directory 
`/home/bruce/unzipped/cameleon-1.1/dbforge/ocamlsql'
make[4]: Nothing to be done for `byte'.
make[4]: Leaving directory 
`/home/bruce/unzipped/cameleon-1.1/dbforge/ocamlsql'
/usr/bin/ocamlc.opt -pp 'grep -v DEBUG' -I /usr/lib/ocaml/lablgtk -I 
/usr/lib/ocaml -I /home/bruce/unzipped/cameleon-1.1/ioxml -I 
/home/bruce/unzipped/cameleon-1.1/options -I 
/home/bruce/unzipped/cameleon-1.1/okey -I 
/home/bruce/unzipped/cameleon-1.1/configwin -I 
/home/bruce/unzipped/cameleon-1.1/gpattern -I 
/home/bruce/unzipped/cameleon-1.1/dbforge -I 
/home/bruce/unzipped/cameleon-1.1/dbforge/ocamlsql -I 
/home/bruce/unzipped/cameleon-1.1/report -I +ocamldoc -I +camlp4 -I 
/home/bruce/unzipped/cameleon-1.1/zoggy -I 
/home/bruce/unzipped/cameleon-1.1/mlchat -I 
/home/bruce/unzipped/cameleon-1.1/ocamlcvs -I 
/home/bruce/unzipped/cameleon-1.1/cameleon -I 
/home/bruce/unzipped/cameleon-1.1/camtop -I 
/home/bruce/unzipped/cameleon-1.1/omom -c dbf_html_rep.ml
File "/tmp/camlpp01d7ed", line 8, characters 0-11:
Unbound module Report
make[3]: *** [dbf_html_rep.cmo] Error 2
make[3]: Leaving directory `/home/bruce/unzipped/cameleon-1.1/dbforge'
make[3]: Entering directory `/home/bruce/unzipped/cameleon-1.1/cameleon'
/usr/bin/ocamlc.opt -c -pp "camlp4o " -I /usr/lib/ocaml/lablgtk -I 
/usr/lib/ocaml -I /home/bruce/unzipped/cameleon-1.1/ioxml -I 
/home/bruce/unzipped/cameleon-1.1/options -I 
/home/bruce/unzipped/cameleon-1.1/okey -I 
/home/bruce/unzipped/cameleon-1.1/configwin -I 
/home/bruce/unzipped/cameleon-1.1/gpattern -I 
/home/bruce/unzipped/cameleon-1.1/dbforge -I 
/home/bruce/unzipped/cameleon-1.1/dbforge/ocamlsql -I 
/home/bruce/unzipped/cameleon-1.1/report -I +ocamldoc -I +camlp4 -I 
/home/bruce/unzipped/cameleon-1.1/zoggy -I 
/home/bruce/unzipped/cameleon-1.1/mlchat -I 
/home/bruce/unzipped/cameleon-1.1/ocamlcvs -I 
/home/bruce/unzipped/cameleon-1.1/cameleon -I 
/home/bruce/unzipped/cameleon-1.1/camtop -I 
/home/bruce/unzipped/cameleon-1.1/omom cam_misc.ml
File "cam_misc.ml", line 272, characters 3-19:
Unbound value Configwin.string
make[3]: *** [cam_misc.cmi] Error 2
make[3]: Leaving directory `/home/bruce/unzipped/cameleon-1.1/cameleon'
make[3]: Entering directory `/home/bruce/unzipped/cameleon-1.1/omom'
/usr/bin/ocamlc.opt -pp camlp4o -I /usr/lib/ocaml/lablgtk -I 
/usr/lib/ocaml -I /home/bruce/unzipped/cameleon-1.1/ioxml -I 
/home/bruce/unzipped/cameleon-1.1/options -I 
/home/bruce/unzipped/cameleon-1.1/okey -I 
/home/bruce/unzipped/cameleon-1.1/configwin -I 
/home/bruce/unzipped/cameleon-1.1/gpattern -I 
/home/bruce/unzipped/cameleon-1.1/dbforge -I 
/home/bruce/unzipped/cameleon-1.1/dbforge/ocamlsql -I 
/home/bruce/unzipped/cameleon-1.1/report -I +ocamldoc -I +camlp4 -I 
/home/bruce/unzipped/cameleon-1.1/zoggy -I 
/home/bruce/unzipped/cameleon-1.1/mlchat -I 
/home/bruce/unzipped/cameleon-1.1/ocamlcvs -I 
/home/bruce/unzipped/cameleon-1.1/cameleon -I 
/home/bruce/unzipped/cameleon-1.1/camtop -I 
/home/bruce/unzipped/cameleon-1.1/omom -c omom_gui_variables.ml
File "omom_gui_variables.ml", line 150, characters 15-23:
Unbound value C.string
make[3]: *** [omom_gui_variables.cmo] Error 2
make[3]: Leaving directory `/home/bruce/unzipped/cameleon-1.1/omom'
make[3]: Entering directory `/home/bruce/unzipped/cameleon-1.1/plugins'
/usr/bin/ocamlc.opt -pp 'grep -v DEBUG' -I /usr/lib/ocaml/lablgtk -I 
/usr/lib/ocaml -I /home/bruce/unzipped/cameleon-1.1/ioxml -I 
/home/bruce/unzipped/cameleon-1.1/options -I 
/home/bruce/unzipped/cameleon-1.1/okey -I 
/home/bruce/unzipped/cameleon-1.1/configwin -I 
/home/bruce/unzipped/cameleon-1.1/gpattern -I 
/home/bruce/unzipped/cameleon-1.1/dbforge -I 
/home/bruce/unzipped/cameleon-1.1/dbforge/ocamlsql -I 
/home/bruce/unzipped/cameleon-1.1/report -I +ocamldoc -I +camlp4 -I 
/home/bruce/unzipped/cameleon-1.1/zoggy -I 
/home/bruce/unzipped/cameleon-1.1/mlchat -I 
/home/bruce/unzipped/cameleon-1.1/ocamlcvs -I 
/home/bruce/unzipped/cameleon-1.1/cameleon -I 
/home/bruce/unzipped/cameleon-1.1/camtop -I 
/home/bruce/unzipped/cameleon-1.1/omom -c utils.ml
File "/tmp/camlpp104b39", line 15, characters 0-13:
Unbound module Cam_plug
make[3]: *** [utils.cmo] Error 2
make[3]: Leaving directory `/home/bruce/unzipped/cameleon-1.1/plugins'
make[2]: *** [iter] Error 2
make[2]: Leaving directory `/home/bruce/unzipped/cameleon-1.1'
make[1]: *** [byte] Error 2
make[1]: Leaving directory `/home/bruce/unzipped/cameleon-1.1'
make: *** [all] Error 2
$
---8<---

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Caml-list] cameleon compiling problem...solved??
  2002-10-09 10:53 [Caml-list] cameleon compiling problem Michael Wohlwend
  2002-10-09 11:20 ` Dimitri Ara
@ 2002-10-09 12:48 ` Michael Wohlwend
  2002-10-10  0:54   ` Jacques Garrigue
  1 sibling, 1 reply; 8+ messages in thread
From: Michael Wohlwend @ 2002-10-09 12:48 UTC (permalink / raw)
  To: caml-list

looking at the make output I saw that there are *.cmx? files missing. The 
readme of lablgtk says, I only have to type "make" and setting USE_OPT...=1. 
But this does not create the cmxo files, which cameleon is looking for. So 
after reading the lablgtk Makefile, I startet "make opt;make install" in 
lablgtk, afterwards "make" in cameleon and the errors are gone :-)

i don't know, if it was my fault or if it's a feature of the build process :-)

 Michael

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Caml-list] cameleon compiling problem...solved??
  2002-10-09 12:48 ` [Caml-list] cameleon compiling problem...solved?? Michael Wohlwend
@ 2002-10-10  0:54   ` Jacques Garrigue
  2002-10-10  6:56     ` Sven LUTHER
  0 siblings, 1 reply; 8+ messages in thread
From: Jacques Garrigue @ 2002-10-10  0:54 UTC (permalink / raw)
  To: mwohlwend; +Cc: caml-list

From: Michael Wohlwend <mwohlwend@web.de>
> looking at the make output I saw that there are *.cmx? files missing. The 
> readme of lablgtk says, I only have to type "make" and setting USE_OPT...=1. 
> But this does not create the cmxo files, which cameleon is looking for. So 
> after reading the lablgtk Makefile, I startet "make opt;make install" in 
> lablgtk, afterwards "make" in cameleon and the errors are gone :-)

I don't see any USE_OPT is lablgtk's README. USE_DOTOPT is about the
compiler used, not the files generated.
But you're right there is no mention of "make opt" either. I will add
this.

  Jacques Garrigue
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Caml-list] cameleon compiling problem...solved??
  2002-10-10  0:54   ` Jacques Garrigue
@ 2002-10-10  6:56     ` Sven LUTHER
  2002-10-10  8:26       ` Jacques Garrigue
  0 siblings, 1 reply; 8+ messages in thread
From: Sven LUTHER @ 2002-10-10  6:56 UTC (permalink / raw)
  To: Jacques Garrigue; +Cc: mwohlwend, caml-list

On Thu, Oct 10, 2002 at 09:54:50AM +0900, Jacques Garrigue wrote:
> From: Michael Wohlwend <mwohlwend@web.de>
> > looking at the make output I saw that there are *.cmx? files missing. The 
> > readme of lablgtk says, I only have to type "make" and setting USE_OPT...=1. 
> > But this does not create the cmxo files, which cameleon is looking for. So 
> > after reading the lablgtk Makefile, I startet "make opt;make install" in 
> > lablgtk, afterwards "make" in cameleon and the errors are gone :-)
> 
> I don't see any USE_OPT is lablgtk's README. USE_DOTOPT is about the
> compiler used, not the files generated.
> But you're right there is no mention of "make opt" either. I will add
> this.

BTW, did you make any progress with the gtk2 port of lablgtk ?

Friendly,

Sven Luther
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Caml-list] cameleon compiling problem...solved??
  2002-10-10  6:56     ` Sven LUTHER
@ 2002-10-10  8:26       ` Jacques Garrigue
  2002-10-10  8:47         ` Sven LUTHER
  0 siblings, 1 reply; 8+ messages in thread
From: Jacques Garrigue @ 2002-10-10  8:26 UTC (permalink / raw)
  To: luther; +Cc: caml-list

From: Sven LUTHER <luther@dpt-info.u-strasbg.fr>

> BTW, did you make any progress with the gtk2 port of lablgtk ?

There is a lablgtk2 branch in the CVS. I rewrote completely the
callback/signal infrastructure to meet gtk2's whims, and Benjamin
Monate is now working on the new text widget.
This is still very alpha, but most examples work ok, with only minor
API changes.

I hope we can release something before the end of the year, as more
and more distributions now have gnome2 as default.

    Jacques
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Caml-list] cameleon compiling problem...solved??
  2002-10-10  8:26       ` Jacques Garrigue
@ 2002-10-10  8:47         ` Sven LUTHER
  0 siblings, 0 replies; 8+ messages in thread
From: Sven LUTHER @ 2002-10-10  8:47 UTC (permalink / raw)
  To: Jacques Garrigue; +Cc: luther, caml-list

On Thu, Oct 10, 2002 at 05:26:20PM +0900, Jacques Garrigue wrote:
> From: Sven LUTHER <luther@dpt-info.u-strasbg.fr>
> 
> > BTW, did you make any progress with the gtk2 port of lablgtk ?
> 
> There is a lablgtk2 branch in the CVS. I rewrote completely the
> callback/signal infrastructure to meet gtk2's whims, and Benjamin
> Monate is now working on the new text widget.
> This is still very alpha, but most examples work ok, with only minor
> API changes.
> 
> I hope we can release something before the end of the year, as more
> and more distributions now have gnome2 as default.

Ok, ...

Is it ok with you if i release regular cvs snaphot in debian packages ?
This will not replace the lablgtk package, but would enable debian users
to more easily test it.

Friendly,

Sven Luther
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-10-10  8:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-09 10:53 [Caml-list] cameleon compiling problem Michael Wohlwend
2002-10-09 11:20 ` Dimitri Ara
2002-10-09 11:58   ` Yang Shouxun
2002-10-09 12:48 ` [Caml-list] cameleon compiling problem...solved?? Michael Wohlwend
2002-10-10  0:54   ` Jacques Garrigue
2002-10-10  6:56     ` Sven LUTHER
2002-10-10  8:26       ` Jacques Garrigue
2002-10-10  8:47         ` Sven LUTHER

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).