Re: [Mono-list] How build the makefile.in on Windows?

2007-05-14 Thread Fabrício
ok, I'm running Mono-1.2.3.50 on Windows XP SP2

Thanks.

- Original Message - 
From: "Andreia Gaita"
To: "Fabrício"
Sent: Monday, May 14, 2007 11:16 AM
Subject: Re: [Mono-list] How build the makefile.in on Windows?


If something is giving you an error, you'll need to send the error to
the list, as well as what environment are you trying to run it on,
mono version, etc, so we can have an idea of what's wrong.

andreia

On 5/13/07, Fabrício <[EMAIL PROTECTED]> wrote:
>
>
> Following this way seen me impossible, but I tryed to compile manually 
> using
> "gmcs" and link all together.
> I got compile all with success, but when I try run returns me a error, 
> seen
> me that is a problem to found config file to load AddIns.
>
> Whether it is possible sends me a screenshot of monodevelop folder (that's
> run on linux), I want to see generated files.
> Thanks for everthing and sorry my bad english.
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] How build the makefile.in on Windows?

2007-05-14 Thread Andreia Gaita
If something is giving you an error, you'll need to send the error to
the list, as well as what environment are you trying to run it on,
mono version, etc, so we can have an idea of what's wrong.

andreia

On 5/13/07, Fabrício <[EMAIL PROTECTED]> wrote:
>
>
> Following this way seen me impossible, but I tryed to compile manually using
> "gmcs" and link all together.
> I got compile all with success, but when I try run returns me a error, seen
> me that is a problem to found config file to load AddIns.
>
> Whether it is possible sends me a screenshot of monodevelop folder (that's
> run on linux), I want to see generated files.
> Thanks for everthing and sorry my bad english.
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] How build the makefile.in on Windows?

2007-05-12 Thread Fabrício
Following this way seen me impossible, but I tryed to compile manually using 
"gmcs" and link all together.
I got compile all with success, but when I try run returns me a error, seen me 
that is a problem to found config file to load AddIns.

Whether it is possible sends me a screenshot of monodevelop folder (that's run 
on linux), I want to see generated files.
Thanks for everthing and sorry my bad english.___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] How build the makefile.in on Windows?

2007-05-12 Thread Martin Trejo

Ok,

I thought you were compiling only Mono but seems you're tinkering with
MonoDevelop It's an exercise I haven't tried by myself so guess there is
no much idea of what's happening but it's a problem with paths.

When compiling on Cygwin, the autoconf scripts rely heavily on an utility
called cygpath, and from the command line I see there is no translation of
paths, that is the line that reads as



-r:e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0/gnome-sharp.dll



Should read something like
-r /cygdrive/e/mono-1.2.3.50/lib/mono.

Do you see the point? I think some scripts should be modified to build
correctly on this environment.

There was an installer built by Paco Martinez that had an experimental
version of MonoDevelop for Windows. Don't know how good behaves.

-r:e:/mono-1.2.3.50/l

ib/mono/gtk-sharp-2.0/pango-sharp.dll -r:e:/mono-
1.2.3.50/lib/mono/gtk-sharp-2.0
/atk-sharp.dll -r:e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0/gdk-sharp.dll-r:e:/mo
no-1.2.3.50/lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:e:/mono-
1.2.3.50/lib/mono/gt
k-sharp-2.0/art-sharp.dll -r:e:/mono-
1.2.3.50/lib/mono/gtk-sharp-2.0/gnome-vfs-s
harp.dll -r:e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0/glib-sharp.dll-r:e:/mono-1.
2.3.50/lib/mono/gtk-sharp-2.0/glade-sharp.dll -r:e:/mono-
1.2.3.50/lib/mono/gtk-s
harp-2.0/gconf-sharp.dll -r:e:/mono-
1.2.3.50/lib/mono/gtk-sharp-2.0/gconf-sharp-
-r:e:/mono-1.23.50/lib/mono/gtksourceview-sharp-2.0/gtksourceview-
sharp.dll -r:
e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0/gnome-sharp.dll -r:e:/mono-
1.2.3.50/lib/
mono/gtk-sharp-2.0/pango-sharp.dll -r:e:/mono-
1.2.3.50/lib/mono/gtk-sharp-2.0/at
k-sharp.dll -r:e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0/gdk-sharp.dll-r:e:/mono-
1.2.3.50/lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:e:/mono-
1.2.3.50/lib/mono/gtk-s
harp-2.0/art-sharp.dll -r:e:/mono-
1.2.3.50/lib/mono/gtk-sharp-2.0/gnome-vfs-shar
p.dll -r:e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0/glib-sharp.dll-r:e:/mono-
1.2.3
.50/lib/mono/gecko-sharp/gecko-sharp.dll /r:e:/mono-
1.2.3.50/lib/mono/monodoc/mo
 \doc.dll
./DockItemFlags.cs /DockParamFlags.cs generated/*.cs /out:gdl-sharp.dll \
&& cp -p gdl-sharp.dll ../../build/bin/. \
&& cp -p gdl-sharp.dll.config ./../build/bin/.
warning CS8029: Compatibility: Use -unsafe instead of --unsafe

- Original Message -
*From:* Martin Trejo <[EMAIL PROTECTED]>
*To:* Fabrício <[EMAIL PROTECTED]>
*Cc:* mono-list@lists.ximian.com
*Sent:* Saturday, May 12, 2007 9:27 PM
*Subject:* Re: [Mono-list] How build the makefile.in on Windows?

What's the problem? Could you please explain with more detail?

2007/5/12, Fabrício <[EMAIL PROTECTED]>:
>
>  Thanks for help, but this don't work.
>
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>


--
Saludos,

Martín Trejo Chávez
http://chilli-coder.blogspot.com





--
Saludos,

Martín Trejo Chávez
http://chilli-coder.blogspot.com
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] How build the makefile.in on Windows?

2007-05-12 Thread Fabrício
I'm happy because you are trying to help me, because nopeople want to help 
me... I'm tired.

I completed "./autogen.sh --prefix=/usr/local" sucefully (with very much work)
but when I try "make" gets me erros.
following the error

==
$ make
Making all in gdldock
make[1]: Entering directory `/usr/src/monodevelop/core/gdldock'
Making all in gdl
make[2]: Entering directory `/usr/src/monodevelop/core/gdldock/gdl'
mkdir -p ../../build/bin
/usr/local/bin/mcs --unsafe -target:library \
-r:e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0/gnome-sharp.dll -r:e:/mono-1.2.3.50/l
ib/mono/gtk-sharp-2.0/pango-sharp.dll -r:e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0
/atk-sharp.dll -r:e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:e:/mo
no-1.2.3.50/lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:e:/mono-1.2.3.50/lib/mono/gt
k-sharp-2.0/art-sharp.dll -r:e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0/gnome-vfs-s
harp.dll -r:e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:e:/mono-1.
2.3.50/lib/mono/gtk-sharp-2.0/glade-sharp.dll -r:e:/mono-1.2.3.50/lib/mono/gtk-s
harp-2.0/gconf-sharp.dll -r:e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0/gconf-sharp-
-r:e:/mono-1.2.3.50/lib/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll -r:
e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0/gnome-sharp.dll -r:e:/mono-1.2.3.50/lib/
mono/gtk-sharp-2.0/pango-sharp.dll -r:e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0/at
k-sharp.dll -r:e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:e:/mono-
1.2.3.50/lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:e:/mono-1.2.3.50/lib/mono/gtk-s
harp-2.0/art-sharp.dll -r:e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0/gnome-vfs-shar
p.dll -r:e:/mono-1.2.3.50/lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:e:/mono-1.2.3
50/lib/mono/gecko-sharp/gecko-sharp.dll /r:e:/mono-1.2.3.50/lib/mono/monodoc/mo
 \doc.dll
/DockItemFlags.cs ./DockParamFlags.cs generated/*.cs /out:gdl-sharp.dll \
&& cp -p gdl-sharp.dll ../../build/bin/. \
&& cp -p gdl-sharp.dll.config ../../build/bin/.
warning CS8029: Compatibility: Use -unsafe instead of --unsafe

Unhandled Exception: System.ArgumentException: The specified path is not of a le
gal form (empty).
Parameter name: path
  at System.IO.Path.InsecureGetFullPath (System.String path) [0x0]
  at System.IO.Path.GetFullPath (System.String path) [0x0]
  at Mono.CSharp.Location.AddFile (System.String name) [0x0]
  at Mono.CSharp.Driver.ProcessFile (System.String f) [0x0]
  at Mono.CSharp.Driver.CompileFiles (System.String spec, Boolean recurse) [0x00
000]
  at Mono.CSharp.Driver.MainDriver (System.String[] args) [0x0]
  at Mono.CSharp.Driver.Main (System.String[] args) [0x0]
make[2]: *** [gdl-sharp.dll] Error 1
make[2]: Leaving directory `/usr/src/monodevelop/core/gdldock/gdl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/monodevelop/core/gdldock'
make: *** [all-recursive] Error 1

[EMAIL PROTECTED] /usr/src/monodevelop/core
$
==

Thank you.
  - Original Message - 
  From: Martin Trejo 
  To: Fabrício 
  Cc: mono-list@lists.ximian.com 
  Sent: Saturday, May 12, 2007 9:27 PM
  Subject: Re: [Mono-list] How build the makefile.in on Windows?


  What's the problem? Could you please explain with more detail?


  2007/5/12, Fabrício <[EMAIL PROTECTED]>:
Thanks for help, but this don't work.

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list





  -- 
  Saludos,

  Martín Trejo Chávez
  http://chilli-coder.blogspot.com ___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] How build the makefile.in on Windows?

2007-05-12 Thread Martin Trejo

What's the problem? Could you please explain with more detail?

2007/5/12, Fabrício <[EMAIL PROTECTED]>:


 Thanks for help, but this don't work.

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list





--
Saludos,

Martín Trejo Chávez
http://chilli-coder.blogspot.com
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] How build the makefile.in on Windows?

2007-05-12 Thread Fabrício
Thanks for help, but this don't work.___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] How build the makefile.in on Windows?

2007-05-12 Thread Martin Trejo

Hi Fabricio,

The best way to have a *nix-like environment on windows is to use Cygwin.

Marcos Cobeña has a very good post on building Mono with Cygwin on windows.

You can find it here: http://tinyurl.com/2u3v6k

2007/5/12, Fabrício <[EMAIL PROTECTED]>:


 How I can build the makefile.in when I'm running on the Windows?

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list





--
Saludos,

Martín Trejo Chávez
http://chilli-coder.blogspot.com
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] How build the makefile.in on Windows?

2007-05-12 Thread Fabrício
How I can build the makefile.in when I'm running on the Windows?___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list