[Mono-list] Cannot build mono cvs (README.building is wrong! :-( )

2003-06-26 Thread Maurizio Colucci
Hi,

I've been trying for days to build mono. Now it's time I speak :-)

I am following the README.building in mcs/, as Gonzalo suggested many
times.

apt-get remove mono-assemblies

cvs -z5 update mono
cvs -z5 update mcs

  (now i have got the mono and mcs directories, side by side).

cd mono/doc

./mono-build.sh

This doesn't work. I get many error messages:

cp: cannot stat `../../mcs/class/lib/ByteFX.Data.dll': No such file or 
directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/lib/ByteFX.Data.dll': No 
such file or directory
make[2]: [ByteFX.Data.dll] Error 1 (ignored)
cp: cannot stat `../../mcs/class/lib/Mono.Posix.dll': No such file or 
directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/lib/Mono.Posix.dll': No 
such file or directory
make[2]: [Mono.Posix.dll] Error 1 (ignored)
cp: cannot stat `../../mcs/class/lib/NUnit.Util.dll': No such file or 
directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/lib/NUnit.Util.dll': No 
such file or directory
make[2]: [NUnit.Util.dll] Error 1 (ignored)
cp: cannot stat `../../mcs/class/lib/NUnit.Framework.dll': No such file or 
directory
cp: cannot stat 
`/home/mau/share/src/mono/doc/install/lib/NUnit.Framework.dll': No such file 
or directory
make[2]: [NUnit.Framework.dll] Error 1 (ignored)
cp: cannot stat `../../mcs/class/lib/System.Design.dll': No such file or 
directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/lib/System.Design.dll': 
No such file or directory
make[2]: [System.Design.dll] Error 1 (ignored)
cp: cannot stat `../../mcs/mcs/mcs.exe': No such file or directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/bin/mcs.exe': No such 
file or directory
make[2]: [mcs.exe] Error 1 (ignored)
cp: cannot stat `../../mcs/mbas/mbas.exe': No such file or directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/bin/mbas.exe': No such 
file or directory
make[2]: [mcs.exe] Error 1 (ignored)
cp: cannot stat `../../mcs/tools/security/secutil.exe': No such file or 
directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/bin/secutil.exe': No 
such file or directory
make[2]: [mcs.exe] Error 1 (ignored)
cp: cannot stat `../../mcs/tools/SqlSharp/sqlsharp.exe': No such file or 
directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/bin/sqlsharp.exe': No 
such file or directory
make[2]: [mcs.exe] Error 1 (ignored)
cp: cannot stat `../../mcs/monoresgen/monoresgen.exe': No such file or 
directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/bin/monoresgen.exe': No 
such file or directory
make[2]: [mcs.exe] Error 1 (ignored)
cp: cannot stat `../../mcs/ilasm/ilasm.exe': No such file or directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/bin/ilasm.exe': No such 
file or directory
make[2]: [mcs.exe] Error 1 (ignored)
cp: cannot stat `../../mcs/tools/cilc/cilc.exe': No such file or directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/bin/cilc.exe': No such 
file or directory
make[2]: [mcs.exe] Error 1 (ignored)
cp: cannot stat `../../mcs/mcs/mcs.exe': No such file or directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/bin/mcs.exe': No such 
file or directory
make[2]: [mbas.exe] Error 1 (ignored)
cp: cannot stat `../../mcs/mbas/mbas.exe': No such file or directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/bin/mbas.exe': No such 
file or directory
make[2]: [mbas.exe] Error 1 (ignored)
cp: cannot stat `../../mcs/tools/security/secutil.exe': No such file or 
directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/bin/secutil.exe': No 
such file or directory
make[2]: [mbas.exe] Error 1 (ignored)
cp: cannot stat `../../mcs/tools/SqlSharp/sqlsharp.exe': No such file or 
directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/bin/sqlsharp.exe': No 
such file or directory
make[2]: [mbas.exe] Error 1 (ignored)
cp: cannot stat `../../mcs/monoresgen/monoresgen.exe': No such file or 
directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/bin/monoresgen.exe': No 
such file or directory
make[2]: [mbas.exe] Error 1 (ignored)
cp: cannot stat `../../mcs/ilasm/ilasm.exe': No such file or directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/bin/ilasm.exe': No such 
file or directory
make[2]: [mbas.exe] Error 1 (ignored)
cp: cannot stat `../../mcs/tools/cilc/cilc.exe': No such file or directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/bin/cilc.exe': No such 
file or directory
make[2]: [mbas.exe] Error 1 (ignored)
cp: cannot stat `../../mcs/mcs/mcs.exe': No such file or directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/bin/mcs.exe': No such 
file or directory
make[2]: [monoresgen.exe] Error 1 (ignored)
cp: cannot stat `../../mcs/mbas/mbas.exe': No such file or directory
cp: cannot stat `/home/mau/share/src/mono/doc/install/bin/mbas.exe': No such 
file or directory
make[2]: [monoresgen.exe] Error 1 (ignored)
cp: cannot stat `../../mcs/tools/security/secutil.exe': No such file or 
directory
cp: cannot stat 

Re: [Mono-list] Cannot build mono cvs (README.building is wrong!:-( )

2003-06-26 Thread Marco Canini
On Thu, 2003-06-26 at 21:20, Maurizio Colucci wrote:
 Hi,
 
 I've been trying for days to build mono. Now it's time I speak :-)
 
 I am following the README.building in mcs/, as Gonzalo suggested many
 times.
 
 apt-get remove mono-assemblies
 
 cvs -z5 update mono
 cvs -z5 update mcs
 
   (now i have got the mono and mcs directories, side by side).
 
 cd mono/doc
 
 ./mono-build.sh
 
 This doesn't work. I get many error messages:
[...]
 It seems this batch expects the dlls from mcs. Which obviously aren't
 there, since README.building says I must start in the mono directory!
 
  I'm getting crazy :-)
 
 Please help
 
 
Did you bootstrap your mono install with the mono-charge package?
Before you can compile mcs you need a working mono+mcs install.
 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
-- 
Marco Canini [EMAIL PROTECTED]

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Cannot build mono cvs (README.building is wrong! :-( )

2003-06-26 Thread Maurizio Colucci
On Thursday 26 June 2003 21:36, Marco Canini wrote:
 Did you bootstrap your mono install with the mono-charge package?
 Before you can compile mcs you need a working mono+mcs install.

Thanks Marco.

Obviously no, I didn't :-) , because

1. README.building explicitly says to do that _after_ launching the
   shell script mono-build.sh:

1. Get mono and mcs from CVS (http://www.go-mono.com/download.html)

2. Use the script to build mono (mono/doc/mono-build.sh).

3. Copy the dlls and mcs.exe from the latest monocharge tarball
(http://www.gnome-db.org/~gonzalo/mono/) to
/where/you/installed/mono/lib and  /bin respectively.


2. the above link doesn't work (I tried yesterday and today). And I
   can't seem to find monocharge elsewhere.

What can I do?

Thanks again!

Maurizio



___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Cannot build mono cvs (README.building is wrong!:-( )

2003-06-26 Thread Marco Canini
On Thu, 2003-06-26 at 22:07, Maurizio Colucci wrote:
 On Thursday 26 June 2003 21:36, Marco Canini wrote:
  Did you bootstrap your mono install with the mono-charge package?
  Before you can compile mcs you need a working mono+mcs install.
 
 Thanks Marco.
 
 Obviously no, I didn't :-) , because
 
 1. README.building explicitly says to do that _after_ launching the
shell script mono-build.sh:
 
 1. Get mono and mcs from CVS (http://www.go-mono.com/download.html)
 
 2. Use the script to build mono (mono/doc/mono-build.sh).
 
 3. Copy the dlls and mcs.exe from the latest monocharge tarball
 (http://www.gnome-db.org/~gonzalo/mono/) to
 /where/you/installed/mono/lib and  /bin respectively.
 
 
 2. the above link doesn't work (I tried yesterday and today). And I
can't seem to find monocharge elsewhere.
 
 What can I do?
 
It should be here: http://www.gotmono.com/sapians/jackson
 Thanks again!
 
 Maurizio
 
 
 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
-- 
Marco Canini [EMAIL PROTECTED]

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Cannot build mono cvs (README.building is wrong!:-( )

2003-06-26 Thread Gonzalo Paniagua Javier
El jue, 26-06-2003 a las 22:53, Marco Canini escribió:
  What can I do?
  
 It should be here: http://www.gotmono.com/sapians/jackson

I've just updated README.building to point to the new location.

Sorry about that.

-Gonzalo


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list