mldonkey-users
[Top][All Lists]
Advanced

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

Re: [Mldonkey-users] compile problem with todays CVS snapshot...


From: Nick Katsamas
Subject: Re: [Mldonkey-users] compile problem with todays CVS snapshot...
Date: Mon, 02 Feb 2004 17:05:00 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1

Found the problem.

Here is the diff (configure.in.diff )

There are also enother problem in src/im/gui_im_base.zog




Roland Arendes wrote:

Hi

as once in a time i make aun update of mldonkey and rebuild it...
today it failed... system is a debian unstable running on an AMD
Athlon...
the thing stops in the configure stage:
./configure --enable-batch --enable-pthread=-pthread
[...]
********  Version 3.07 of Objective-Caml is required  *********
*******  Check http://caml.inria.fr/  ********
i thought the --enable-batch should protect me from this? it did till
now?
what's going wrong, and how can i solve this?

Same for me. Running autoconf in config/ didn't help.

-Roland


_______________________________________________
Mldonkey-users mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/mldonkey-users


--
Best regards

********************************
       Nick Katsamas
  Systems Administration
 Athens NOC - FORTHnet S.A.
  e-Mail: address@hidden
********************************

diff -Naru config/configure.in config.new/configure.in
--- config/configure.in 2004-02-02 12:34:08.000000000 +0200
+++ config.new/configure.in     2004-02-02 17:01:36.000000000 +0200
@@ -134,8 +134,8 @@
 LOCAL=$LOCAL_DIR
 LOCAL_OCAML=$LOCAL_DIR/bin
 
-AC_CHECK_PROG(OCAMLC,ocamlc.opt,"$LOCAL_DIR/bin/ocamlc.opt",[$LOCAL_DIR/bin])
 AC_CHECK_PROG(OCAMLC,ocamlc.opt,ocamlc.opt)
+AC_CHECK_PROG(OCAMLC,ocamlc.opt,"$LOCAL_DIR/bin/ocamlc.opt",[$LOCAL_DIR/bin])
 AC_CHECK_PROG(OCAMLC,ocamlc,ocamlrun ocamlc)
 
 
--- mldonkey/src/im/gui_im_base.zog     2003-04-23 01:33:39.000000000 +0300
+++ mldonkey/src/im/gui_im_base.zog     2004-02-02 14:52:20.000000000 +0200
@@ -1,10 +1,10 @@
 <entity name=window>
-  <window name=window width="400" height="200" border_width="" 
title="Gui_messages.software" allow_shrink="true" allow_grow="true" 
auto_grow="true" modal="false" x="" y="">
+  <window name=window width="400" height="200" border_width="" 
title="Gui_messages.iM_wt_software" allow_shrink="true" allow_grow="true" 
auto_grow="true" modal="false" x="" y="">
     <vbox name=box width="600" height="440" border_width="-1" 
homogeneous="false" spacing="-1" tab_label="" expand="false" fill="true" 
padding="-1">
       <menubar name=menubar width="-1" height="-1" border_width="-1" 
accel_group_name="" tab_label="" expand="false" fill="false" padding="-1">
-        <menu_item name=_Menu width="-1" height="-1" border_width="-1" 
label="Gettext.gettext+Gui_messages.mFile" accel_modifier="[`CONTROL]" 
accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" show_toggle="true" 
show_indicator="true" right_justify="false" tab_label="" expand="false" 
fill="true" padding="-1">
+        <menu_item name=_Menu width="-1" height="-1" border_width="-1" 
label="Gettext.gettext+Gui_messages.iM_me_file" accel_modifier="[`CONTROL]" 
accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" show_toggle="true" 
show_indicator="true" right_justify="false" tab_label="" expand="false" 
fill="true" padding="-1">
           <menu name=_FileMenu width="-1" height="-1" border_width="-1" 
tab_label="" expand="false" fill="true" padding="-1">
-            <menu_item name=itemOptions width="-1" height="-1" 
border_width="-1" label="Gettext.gettext+Gui_messages.mSettings" 
accel_modifier="[`CONTROL]" accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" 
show_toggle="true" show_indicator="true" right_justify="false" tab_label="" 
expand="false" fill="true" padding="-1">
+            <menu_item name=itemOptions width="-1" height="-1" 
border_width="-1" label="Gettext.gettext+Gui_messages.iM_me_settings" 
accel_modifier="[`CONTROL]" accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" 
show_toggle="true" show_indicator="true" right_justify="false" tab_label="" 
expand="false" fill="true" padding="-1">
             </menu_item>
             <menu_separator name=_ width="" height="" border_width="" 
tab_label="" expand="false" fill="true" padding="">
             </menu_separator>
@@ -18,7 +18,7 @@
             </menu_item>
             <menu_separator name=_ width="" height="" border_width="" 
tab_label="" expand="false" fill="true" padding="">
             </menu_separator>
-            <menu_item name=itemQuit width="-1" height="-1" border_width="-1" 
label="Gettext.gettext+Gui_messages.mQuit" accel_modifier="[`CONTROL]" 
accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" show_toggle="true" 
show_indicator="true" right_justify="false" tab_label="" expand="false" 
fill="true" padding="-1">
+            <menu_item name=itemQuit width="-1" height="-1" border_width="-1" 
label="Gettext.gettext+Gui_messages.iM_me_quit" accel_modifier="[`CONTROL]" 
accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" show_toggle="true" 
show_indicator="true" right_justify="false" tab_label="" expand="false" 
fill="true" padding="-1">
             </menu_item>
           </menu>
         </menu_item>
@@ -33,16 +33,16 @@
   </window>
 </entity>
 <entity name=accounts>
-  <window name=window width="400" height="200" border_width="" 
title="Gui_messages.software" allow_shrink="true" allow_grow="true" 
auto_grow="true" modal="false" x="" y="">
+  <window name=window width="400" height="200" border_width="" 
title="Gui_messages.iM_wt_software" allow_shrink="true" allow_grow="true" 
auto_grow="true" modal="false" x="" y="">
     <vbox name=box width="600" height="440" border_width="-1" 
homogeneous="false" spacing="-1" tab_label="" expand="false" fill="true" 
padding="-1">
       <menubar name=menubar width="-1" height="-1" border_width="-1" 
accel_group_name="" tab_label="" expand="false" fill="false" padding="-1">
-        <menu_item name=_Menu width="-1" height="-1" border_width="-1" 
label="Gettext.gettext+Gui_messages.mFile" accel_modifier="[`CONTROL]" 
accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" show_toggle="true" 
show_indicator="true" right_justify="false" tab_label="" expand="false" 
fill="true" padding="-1">
+        <menu_item name=_Menu width="-1" height="-1" border_width="-1" 
label="Gettext.gettext+Gui_messages.iM_me_file" accel_modifier="[`CONTROL]" 
accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" show_toggle="true" 
show_indicator="true" right_justify="false" tab_label="" expand="false" 
fill="true" padding="-1">
           <menu name=_FileMenu width="-1" height="-1" border_width="-1" 
tab_label="" expand="false" fill="true" padding="-1">
-            <menu_item name=itemOptions width="-1" height="-1" 
border_width="-1" label="Gettext.gettext+Gui_messages.mSettings" 
accel_modifier="[`CONTROL]" accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" 
show_toggle="true" show_indicator="true" right_justify="false" tab_label="" 
expand="false" fill="true" padding="-1">
+            <menu_item name=itemOptions width="-1" height="-1" 
border_width="-1" label="Gettext.gettext+Gui_messages.iM_me_settings" 
accel_modifier="[`CONTROL]" accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" 
show_toggle="true" show_indicator="true" right_justify="false" tab_label="" 
expand="false" fill="true" padding="-1">
             </menu_item>
             <menu_separator name=_ width="" height="" border_width="" 
tab_label="" expand="false" fill="true" padding="">
             </menu_separator>
-            <menu_item name=itemQuit width="-1" height="-1" border_width="-1" 
label="Gettext.gettext+Gui_messages.mQuit" accel_modifier="[`CONTROL]" 
accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" show_toggle="true" 
show_indicator="true" right_justify="false" tab_label="" expand="false" 
fill="true" padding="-1">
+            <menu_item name=itemQuit width="-1" height="-1" border_width="-1" 
label="Gettext.gettext+Gui_messages.iM_me_quit" accel_modifier="[`CONTROL]" 
accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" show_toggle="true" 
show_indicator="true" right_justify="false" tab_label="" expand="false" 
fill="true" padding="-1">
             </menu_item>
           </menu>
         </menu_item>
@@ -57,16 +57,16 @@
   </window>
 </entity>
 <entity name=window2>
-  <window name=window width="640" height="400" border_width="" 
title="Gui_messages.software" allow_shrink="true" allow_grow="true" 
auto_grow="true" modal="false" x="" y="">
+  <window name=window width="640" height="400" border_width="" 
title="Gui_messages.iM_wt_software" allow_shrink="true" allow_grow="true" 
auto_grow="true" modal="false" x="" y="">
     <vbox name=box width="600" height="440" border_width="-1" 
homogeneous="false" spacing="-1" tab_label="" expand="false" fill="true" 
padding="-1">
       <menubar name=menubar width="-1" height="-1" border_width="-1" 
accel_group_name="" tab_label="" expand="false" fill="false" padding="-1">
-        <menu_item name=_Menu width="-1" height="-1" border_width="-1" 
label="Gettext.gettext+Gui_messages.mFile" accel_modifier="[`CONTROL]" 
accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" show_toggle="true" 
show_indicator="true" right_justify="false" tab_label="" expand="false" 
fill="true" padding="-1">
+        <menu_item name=_Menu width="-1" height="-1" border_width="-1" 
label="Gettext.gettext+Gui_messages.iM_me_file" accel_modifier="[`CONTROL]" 
accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" show_toggle="true" 
show_indicator="true" right_justify="false" tab_label="" expand="false" 
fill="true" padding="-1">
           <menu name=_FileMenu width="-1" height="-1" border_width="-1" 
tab_label="" expand="false" fill="true" padding="-1">
-            <menu_item name=itemOptions width="-1" height="-1" 
border_width="-1" label="Gettext.gettext+Gui_messages.mSettings" 
accel_modifier="[`CONTROL]" accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" 
show_toggle="true" show_indicator="true" right_justify="false" tab_label="" 
expand="false" fill="true" padding="-1">
+            <menu_item name=itemOptions width="-1" height="-1" 
border_width="-1" label="Gettext.gettext+Gui_messages.iM_me_settings" 
accel_modifier="[`CONTROL]" accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" 
show_toggle="true" show_indicator="true" right_justify="false" tab_label="" 
expand="false" fill="true" padding="-1">
             </menu_item>
             <menu_separator name=_ width="" height="" border_width="" 
tab_label="" expand="false" fill="true" padding="">
             </menu_separator>
-            <menu_item name=itemQuit width="-1" height="-1" border_width="-1" 
label="Gettext.gettext+Gui_messages.mQuit" accel_modifier="[`CONTROL]" 
accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" show_toggle="true" 
show_indicator="true" right_justify="false" tab_label="" expand="false" 
fill="true" padding="-1">
+            <menu_item name=itemQuit width="-1" height="-1" border_width="-1" 
label="Gettext.gettext+Gui_messages.iM_me_quit" accel_modifier="[`CONTROL]" 
accel_flags="[`VISIBLE+;+`LOCKED]" accel_keysym="" show_toggle="true" 
show_indicator="true" right_justify="false" tab_label="" expand="false" 
fill="true" padding="-1">
             </menu_item>
           </menu>
         </menu_item>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]