[Mono-docs-list] possible bug

2004-07-01 Thread Iain McCoy
Hey folks,

It seems that monodoc doesn't believe it's version 1.0 yet :)

http://cvs.hispalinux.es/cgi-bin/cvsweb/monodoc/configure.in?rev=1.28content-type=text/x-cvsweb-markupcvsroot=monoonly_with_tag=MONODOC_1_0
 suggests that it's still claiming to be at 0.18. Did somebody forgot to bump the 
version number?

If I don't get any feedback (that it's not a bug or that it's been
fixed) within a few days, I'll bugzilla this.
-- 
Iain McCoy [EMAIL PROTECTED]

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


[Mono-list] User rights

2004-07-01 Thread Etienne Boucher
Not being an experienced Linux user, I'm having a small problem with my mono
install. I used Red-Carpet as root to perform the installation and now I
found out (after a lot of frustration) that I can only use mono as root.
Anyone has a way to fix this?

Thanks,
Etienne Boucher

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


[Mono-list] System.Data namespace not visible in monodevelop

2004-07-01 Thread Zahir J.



Hi everyone,I hope this is not a case of RTFM :P But I installed 
the latest version of mono and its IDE on fedora core 2, can edit, compile and 
run console apps (haven't tried anything else) and that works fine for me. 
The problem I have is that I can't reference a class in the System.Data 
namespace. If System.Data.dll wasn't part of the default references of a Visual 
Studio.NET project I'd manually add the reference. There doesn't seem to be an 
option for this under monodevelop. I have installed all the rpms in the 
mono-all.zip file.-zj
..Growth 
in wisdom can be measured precisely by decline in bile. - 
Nietzsche


Re: [Mono-list] Problem with libmod_mono.so

2004-07-01 Thread Brent Andrewsen


afaik, mod_mono does not come in RPM format with the downloads from go-mono.com. You'll need to compile and install from source. I've had the most luck downloading directly from CVS:

Create a directory somewhere to keep the source, I usually use /usr/local/src/mono, it doesn't matter. cd to that that directory, then enter these commands:

export CVSROOT=:pserver:[EMAIL PROTECTED]:/mono
cvs login (no password, just hit enter)cvs -z3 co mod_mono (This will check out the mod_mono source)

It sometimes takes a minute to start, if it just sits there for a couple minutes I usually cancel and try again so it selects a separate CVS server.

Once the download is complete, you will need to follow the instructions in the INSTALL file in that directory (but use ./autogen.sh instead of ./configure)

You may also need to compile and install xsp the same way.
cvs -z3 co xsp
Brent [EMAIL PROTECTED] 6/30/2004 7:17:15 AM 
Hi,I've Fedora Core 2 and Mono Beta3. I've downloaded all the rpm packagesavailability on http://www.go-mono.com/download.html.I've been trying to get Asp.Net and Apache to work together whit mod-mono butI've some problems.Apache config file:AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .configLoadModule mod_module /usr/lib/httpd/modules/libmod_mono.soMonoUnixSocket /tmp/mod_mono_serverAlias /mono "/usr/share/doc/xsp/test"This is the error I got when I lunch "apachectl start":Syntax error on line 201 of /etc/httpd/conf/httpd.conf:Cannot load /usr/lib/httpd/modules/libmod_mono.so into server:/usr/lib/httpd/modules/libmod_mono.so: cannot open shared object file: No suchfile or directoryWhy I've not libmod_mono.so?I also try to install mod_mono-0.11.tar.gz but..[EMAIL PROTECTED] mod_mono-0.11]# ./configure --prefix=/usr..creating libtoolchecking if building mod_mono_old is requested... nochecking for --with-apxs... nochecking for --with-apr-config... not specifiedchecking for apxs2 in /usr/local/apache/sbin... nochecking for apxs in /usr/local/apache/sbin... nochecking for apr-config in /usr/local/apache/sbin... nochecking for apxs2 in /usr/local/apache2/bin... nochecking for apxs in /usr/local/apache2/bin... nochecking for apr-config in /usr/local/apache2/bin... nochecking for apxs2 in /usr/sbin... nochecking for apxs in /usr/sbin... nochecking for apr-config in /usr/sbin... nochecking for apxs2... nochecking for apxs... noconfigure: error:  apxs was not found, DSO compilation will not beavailableCould anybody help me?Thanks,Valentina. ___Mono-list maillist - [EMAIL PROTECTED]http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] System.Data namespace not visible in monodevelop

2004-07-01 Thread Todd Berman
Zahir J. wrote:
Hi everyone,
I hope this is not a case of RTFM :P But I installed the latest version 
of mono and its IDE on fedora core 2, can edit, compile and run console 
apps (haven't tried anything else) and that works fine for me.

The problem I have is that I can't reference a class in the System.Data 
namespace. If System.Data.dll wasn't part of the default references of a 
Visual Studio.NET project I'd manually add the reference. There doesn't 
seem to be an option for this under monodevelop.
Go to the Solution pad on the left, and right click on the references 
folder. Then go to Add Reference... Finally, find the System.Data 
reference, and click the checkbox.

In addition, we have a list, [EMAIL PROTECTED] that you 
can sign up to (from http://lists.ximian.com ) that will keep you 
current and provide you with a place to ask these sorts of questions.

--Todd
I have installed all the rpms in the mono-all.zip file.
-zj
..
Growth in wisdom can be measured precisely by decline in bile.
- Nietzsche
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Re: Mono 1.0 has been released. (Gert Kello)

2004-07-01 Thread Norbert Berzen
Hi Gert, hi all,

IMHO, this is a flaw in './gtk-sharp-1.0/sample/rsvg/Makefile.am'. It
seems to miss '../../art/art-sharp.dll' in 'assemblies'. You may try the
following patch to solve the problem.

---cut here---cut here---cut here---cut here---cut here
--- ./gtk-sharp-1.0/sample/rsvg/Makefile.in.orig2004-06-29
18:03:12.0 +0200
+++ ./gtk-sharp-1.0/sample/rsvg/Makefile.in 2004-07-01
10:15:43.0 +0200
@@ -119,7 +119,7 @@
 am__include = @am__include@
 am__quote = @am__quote@
 install_sh = @install_sh@
-assemblies = ../../glib/glib-sharp.dll ../../pango/pango-sharp.dll
../../atk/atk-sharp.dll ../../gdk/gdk-sharp.dll ../../gtk/gtk-sharp.dll
../../rsvg/rsvg-sharp.dll
+assemblies = ../../glib/glib-sharp.dll ../../pango/pango-sharp.dll
../../atk/atk-sharp.dll ../../gdk/gdk-sharp.dll ../../gtk/gtk-sharp.dll
../../art/art-sharp.dll ../../rsvg/rsvg-sharp.dll
 references = $(addprefix /r:, $(assemblies))
 
 @[EMAIL PROTECTED] = svghelloworld.exe
--- ./gtk-sharp-1.0/sample/rsvg/Makefile.am.orig2004-06-22
17:19:02.0 +0200
+++ ./gtk-sharp-1.0/sample/rsvg/Makefile.am 2004-07-01
10:10:44.0 +0200
@@ -1,4 +1,4 @@
-assemblies = ../../glib/glib-sharp.dll ../../pango/pango-sharp.dll
../../atk/atk-sharp.dll ../../gdk/gdk-sharp.dll ../../gtk/gtk-sharp.dll
../../rsvg/rsvg-sharp.dll
+assemblies = ../../glib/glib-sharp.dll ../../pango/pango-sharp.dll
../../atk/atk-sharp.dll ../../gdk/gdk-sharp.dll ../../gtk/gtk-sharp.dll
../../art/art-sharp.dll ../../rsvg/rsvg-sharp.dll
 references = $(addprefix /r:, $(assemblies))
 
 if ENABLE_RSVG
--- ./gtk-sharp-1.0/ChangeLog.orig  2004-06-25 21:34:33.0 +0200
+++ ./gtk-sharp-1.0/ChangeLog   2004-07-01 10:15:24.0 +0200
@@ -1,3 +1,11 @@
+2004-07-01  Norbert Berzen  [EMAIL PROTECTED]
+
+   * sample/rsvg/Makefile.am (assemblies): Add 'art-sharp.dll'
+   to the assemblies to link with since 'rsvg-sharp.dll' depends on it.
+
+   * sample/rsvg/Makefile.in (assemblies): Ditto; if there
+   is no 'automake'.
+
 2004-06-25  Mike Kestner  [EMAIL PROTECTED]
 
* */*.cs : add lgpl license blurb and clean up (c)'s.
---cut here---cut here---cut here---cut here---cut here

Best wishes and CONGRATULATIONS for mono-1.0!!!
-- 
Dr. Norbert Berzen  Tel.:   +49 241 80-95292
Geodaet. Institut, RWTH Aachen  Fax.:   +49 241 80-92142
Templergraben 55, 52062 Aachen  E-Mail: [EMAIL PROTECTED]



patch.txt
Description: Binary data


Re: [Mono-list] WEB SITE DOWN???

2004-07-01 Thread Nick Loeve
i can't get the OSX package...
On 01/07/2004, at 6:55 AM, Simon Ask Ulsnes wrote:
Hi,
ted leslie wrote:
www.mono-project.com is up but all links to download software go to 
go-mono.com (the old site)
and this is unreachable,
is there a DNS change in the works and I am cached, or is it down 
because of everyone and their uncle downloading new release?

-tl

I think it is primarily due to the /.ing. Furthermore, the Gentoo 
community had ebuilds out half an hour before the announcement, so 
every Gentoo user and their uncle doing a system update is hitting on 
the server too...

I actually just managed to get through, now let's see how the download 
goes... ^_^

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


Re: [Mono-list] Problem with libmod_mono.so

2004-07-01 Thread beniniva
Hi Brent,
thanks for your reply.
I've downloaded apache-devel package and I've installed that.
So I've compiled with no problem mod_mono-0.11, but I've new problem installing
that:

[EMAIL PROTECTED] mod_mono-0.11]# make install
Making install in src
make[1]: Entering directory `/root/Desktop/Download/Beta3FC2/mod_mono-0.11/src'
/usr/sbin/apxs -i -a -n mono .libs/libmod_mono.so
[activating module `mono' in /etc/httpd/conf/httpd.conf]
cp .libs/libmod_mono.so /usr/lib/apache/libmod_mono.so
cp: impossibile creare il file normale `/usr/lib/apache/libmod_mono.so': No such
file or directory
apxs:Break: Command failed with rc=1
make[1]: *** [install] Error 1
make[1]: Leaving directory `/root/Desktop/Download/Beta3FC2/mod_mono-0.11/src'
make: *** [install-recursive] Error 1

Any ideas?


Thanks,

Valentina.

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


Re: [Mono-list] WEB SITE DOWN???

2004-07-01 Thread Sergey Moiseev
ted leslie wrote:
www.mono-project.com is up but all links to download software go to 
go-mono.com (the old site)
and this is unreachable,
is there a DNS change in the works and I am cached, or is it down 
because of everyone and their uncle downloading new release?
There is some natural DDoS caused by mono 1.0 release ;)
Just wait until rush loweres ;)
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Details of other testsuites, not included in daily tests

2004-07-01 Thread Manjula G H M
The following is the list of classes in mcs/class/ that are not
included
in the daily tests but have tests. Can it be fixed so that it can be
integrated in daily tests. Let us also add tests for components which do
not have any.

1. Microsoft.Web.Services - has NUnit tests and standalone tests; 'make
run-test' throws the following error
   
 
Makefile:165: ../../build/config.make: No such file or
directory
make: Failed to remake makefile `../../build/config.make'.
   
 
2. Mono.Cairo - Has no tests, only samples
   
 
3. Mono.Data - has standalone tests. Compilation succeeds 
   (mcs -r:System.Data -r:Mono.Data test.cs).Throws a
System.Net.Sockets.SocketException during execution
   
 
4. Mono.Data.DB2Client - has standalone tests. Compilation using mcs
fails

5. Mono.Data.MySql - has standalone tests. Compilation using mcs fails

6. Mono.Data.SqliteClient - has standalone tests. Compilation using mcs
fails

7. Mono.GetOptions - has one standalone test, compilation succeeded; 
   throws an exception during execution

8. Mono.Http - has no tests, only samples

9. Mono.Security.Win32 - 'make run-test' executes and generates
TestResult.xml 
   (but none of the tests pass, since these tests needs to be run on
windows.)

10. System.Data.ObjectSpaces - has NUnit tests. 'make run-test' throws
a compilation error

11. System.Data.OracleClient - has standalone tests. Compilation using
mcs fails

12. System.Web - has standalone tests. Compilation using mcs fails


Thanks
Manjula


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


[Mono-list] EntryPointNotFoundException: GdipLoadImageFromDelegate_linux

2004-07-01 Thread Joeri Belis
I get the following error when i try to run one of the examples of
Report.NET ( http://report.sourceforge.net/ )

I compiled it with following command:
mcs /r:Reports.dll -r:System.Drawing -resource:image.jpg imagesample.cs
Is it mono C# 0.91.0.0

[EMAIL PROTECTED] mono imagesample.exe
Compat mode: the request from /home/noluser/fax/Reports.dll to load
System.Drawing was remapped (http://www.go-mono.com/remap.html)
Compat mode: the request from /home/noluser/fax/Reports.dll to load
System.Web was remapped (http://www.go-mono.com/remap.html)
** Starting up
Unhandled Exception: System.EntryPointNotFoundException:
GdipLoadImageFromDelegate_linux
in 0x00053 (wrapper managed-to-native)
System.Drawing.GDIPlus:GdipLoadImageFromDelegate_linux (System.Drawing.GDIP
lus/StreamGetBytesDelegate,System.Drawing.GDIPlus/StreamSeekDelegate,intptr
)
in 0x00090 System.Drawing.Image:InitFromStream (System.IO.Stream)
in 0x00056 (wrapper remoting-invoke-with-check)
System.Drawing.Image:InitFromStream (System.IO.Stream)
in 0x0001c System.Drawing.Bitmap:.ctor (System.IO.Stream,bool)
in 0x00012 System.Drawing.Bitmap:.ctor (System.IO.Stream)
in 0x00056 (wrapper remoting-invoke-with-check)
System.Drawing.Bitmap:.ctor (System.IO.Stream)
in 0x00020 System.Drawing.Image:FromStream (System.IO.Stream)
in 0x0008e Root.Reports.StaticContainer:Add
(double,double,Root.Reports.RepObj)
in 0x0005a Root.Reports.StaticContainer:AddMM
(double,double,Root.Reports.RepObj)
in 0x002d2 ReportSamples.ImageSample:Create ()
in 0x00030 Root.Reports.Report:Save (string)
in 0x0019e Root.Reports.RT:ViewPDF (Root.Reports.Report,string)
in 0x00029 ReportSamples.ImageSample:Main ()


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


[Mono-list] System.EntryPointNotFoundException solved

2004-07-01 Thread Joeri Belis
I have update libgdiplus. Now i get a NotImplementedException. So no fancy
pdf's in linux / C# yet.

Unhandled Exception: System.NotImplementedException: Feature not
implemented.
in 0x001bd System.Drawing.GDIPlus:CheckStatus (System.Drawing.Status)
in 0x000a0 System.Drawing.Image:InitFromStream (System.IO.Stream)
in 0x00056 (wrapper remoting-invoke-with-check)
System.Drawing.Image:InitFromStream (System.IO.Stream)
in 0x0001c System.Drawing.Bitmap:.ctor (System.IO.Stream,bool)
in 0x00012 System.Drawing.Bitmap:.ctor (System.IO.Stream)
in 0x00056 (wrapper remoting-invoke-with-check)
System.Drawing.Bitmap:.ctor (System.IO.Stream)
in 0x00020 System.Drawing.Image:FromStream (System.IO.Stream)
in 0x0008e Root.Reports.StaticContainer:Add
(double,double,Root.Reports.RepObj)
in 0x0005a Root.Reports.StaticContainer:AddMM
(double,double,Root.Reports.RepObj)
in 0x003bb ReportSamples.ImageSample:Create ()
in 0x00030 Root.Reports.Report:Save (string)
in 0x0019e Root.Reports.RT:ViewPDF (Root.Reports.Report,string)
in 0x00029 ReportSamples.ImageSample:Main ()


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


Re: [Mono-list] EntryPointNotFoundException: GdipLoadImageFromDelegate_linux

2004-07-01 Thread Sanjay Gupta
Please check whether you libgdiplus installed on your system.
Thanx,
Sanjay

 Joeri Belis [EMAIL PROTECTED] 7/1/2004 5:07:34 PM 
I get the following error when i try to run one of the examples of
Report.NET ( http://report.sourceforge.net/ )

I compiled it with following command:
mcs /r:Reports.dll -r:System.Drawing -resource:image.jpg
imagesample.cs
Is it mono C# 0.91.0.0

[EMAIL PROTECTED] mono imagesample.exe
Compat mode: the request from /home/noluser/fax/Reports.dll to load
System.Drawing was remapped (http://www.go-mono.com/remap.html)
Compat mode: the request from /home/noluser/fax/Reports.dll to load
System.Web was remapped (http://www.go-mono.com/remap.html)
** Starting up
Unhandled Exception: System.EntryPointNotFoundException:
GdipLoadImageFromDelegate_linux
in 0x00053 (wrapper managed-to-native)
System.Drawing.GDIPlus:GdipLoadImageFromDelegate_linux
(System.Drawing.GDIP
lus/StreamGetBytesDelegate,System.Drawing.GDIPlus/StreamSeekDelegate,intptr
)
in 0x00090 System.Drawing.Image:InitFromStream (System.IO.Stream)
in 0x00056 (wrapper remoting-invoke-with-check)
System.Drawing.Image:InitFromStream (System.IO.Stream)
in 0x0001c System.Drawing.Bitmap:.ctor (System.IO.Stream,bool)
in 0x00012 System.Drawing.Bitmap:.ctor (System.IO.Stream)
in 0x00056 (wrapper remoting-invoke-with-check)
System.Drawing.Bitmap:.ctor (System.IO.Stream)
in 0x00020 System.Drawing.Image:FromStream (System.IO.Stream)
in 0x0008e Root.Reports.StaticContainer:Add
(double,double,Root.Reports.RepObj)
in 0x0005a Root.Reports.StaticContainer:AddMM
(double,double,Root.Reports.RepObj)
in 0x002d2 ReportSamples.ImageSample:Create ()
in 0x00030 Root.Reports.Report:Save (string)
in 0x0019e Root.Reports.RT:ViewPDF (Root.Reports.Report,string)
in 0x00029 ReportSamples.ImageSample:Main ()


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


Re: [Mono-list] EntryPointNotFoundException: GdipLoadImageFromDelegate_linux

2004-07-01 Thread Sanjay Gupta
Also please make sure that you have libjpeg installed on your system.
Thanx,
Sanjay

 Joeri Belis [EMAIL PROTECTED] 7/1/2004 5:07:34 PM 
I get the following error when i try to run one of the examples of
Report.NET ( http://report.sourceforge.net/ )

I compiled it with following command:
mcs /r:Reports.dll -r:System.Drawing -resource:image.jpg
imagesample.cs
Is it mono C# 0.91.0.0

[EMAIL PROTECTED] mono imagesample.exe
Compat mode: the request from /home/noluser/fax/Reports.dll to load
System.Drawing was remapped (http://www.go-mono.com/remap.html)
Compat mode: the request from /home/noluser/fax/Reports.dll to load
System.Web was remapped (http://www.go-mono.com/remap.html)
** Starting up
Unhandled Exception: System.EntryPointNotFoundException:
GdipLoadImageFromDelegate_linux
in 0x00053 (wrapper managed-to-native)
System.Drawing.GDIPlus:GdipLoadImageFromDelegate_linux
(System.Drawing.GDIP
lus/StreamGetBytesDelegate,System.Drawing.GDIPlus/StreamSeekDelegate,intptr
)
in 0x00090 System.Drawing.Image:InitFromStream (System.IO.Stream)
in 0x00056 (wrapper remoting-invoke-with-check)
System.Drawing.Image:InitFromStream (System.IO.Stream)
in 0x0001c System.Drawing.Bitmap:.ctor (System.IO.Stream,bool)
in 0x00012 System.Drawing.Bitmap:.ctor (System.IO.Stream)
in 0x00056 (wrapper remoting-invoke-with-check)
System.Drawing.Bitmap:.ctor (System.IO.Stream)
in 0x00020 System.Drawing.Image:FromStream (System.IO.Stream)
in 0x0008e Root.Reports.StaticContainer:Add
(double,double,Root.Reports.RepObj)
in 0x0005a Root.Reports.StaticContainer:AddMM
(double,double,Root.Reports.RepObj)
in 0x002d2 ReportSamples.ImageSample:Create ()
in 0x00030 Root.Reports.Report:Save (string)
in 0x0019e Root.Reports.RT:ViewPDF (Root.Reports.Report,string)
in 0x00029 ReportSamples.ImageSample:Main ()


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


[Mono-list] xsp / mono processes question

2004-07-01 Thread Chris Turchin
Hi,

I have been noticing this for a while (probably was always that way) but am not
sure if this is normal or if I have a configuration problem:

On my machine with apache/mod_mono the mono processes are always at the top of
the process table (sorted by time and/or %cpu) and two of them seem to always be
using between 3 and 5% of my cpu, even when idle. is this normal / to be
expected?

It doesn't bother me except that I would like to know if it function as
designed or not.

thanks.

--chris

top - 15:36:40 up  7:58,  7 users,  load average: 0.01, 0.03, 0.00
Tasks: 159 total,   3 running, 156 sleeping,   0 stopped,   0 zombie
Cpu(s):   1.0% user,   2.0% system,   0.0% nice,  97.0% idle
Mem:900260k total,   559688k used,   340572k free,75832k buffers
Swap:   811240k total,0k used,   811240k free,   253748k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  Command
 3825 apache16   0 31060  30m 8196 S  1.8  3.4   7:09.23 mono
 3815 apache12   0  3268 2932 2588 S  0.9  0.3   4:16.34 mono



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


Re: [Mono-list] Problem with libmod_mono.so

2004-07-01 Thread Jonathan Stowe
On Thu, 2004-07-01 at 14:27, [EMAIL PROTECTED] wrote:
 I've created the folder apache in /usr/local/ and then I've installed
 mod_mono-0.11 with successfully.
 
 Now I've problems with apache:
 
 [EMAIL PROTECTED] root]# apachectl start
 Syntax error on line 201 of /etc/httpd/conf/httpd.conf:
 Cannot load /usr/lib/httpd/modules/libmod_mono.so into server:
 /usr/lib/httpd/modules/libmod_mono.so: undefined symbol: ap_table_get
 
 

This looks very much that you are trying to load a module which was
compiled against a different version apache into your apache - you may
have to specify the location of your apache installation to configure
'configure --help' will give you the flags to set this.

/J\

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


[Mono-list] Pb : can't run Winforms apps

2004-07-01 Thread eric . lemoine

 Hi,

 I can't run Winforms applications.
 I have installed Mono 1.0, Winforms, Wine, Winelib,... (RPM packages)
 Wine works fine. eg. I can run Notepad...
 But I have an error when I try to run any test program with Mono

 # mcs HelloWindowsForms.cs /r:System.Windows.Forms.dll /r:System.Drawing.dll
 Compilation succeeded

 # mono HelloWindowsForms.exe
 Killed

 Anyone has an idea?
 Thanks.

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


[Mono-list] Spec files.

2004-07-01 Thread Dennis Boylan
The packaging page spec files have not been updated for 1.0.

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


Re: [Mono-list] System.EntryPointNotFoundException solved

2004-07-01 Thread Jordi Mas
El dijous 01 de juliol del 2004 a les 13:54 +0200, en/na Joeri Belis va
escriure:
 I have update libgdiplus. Now i get a NotImplementedException. So no fancy
 pdf's in linux / C# yet.
 
 Unhandled Exception: System.NotImplementedException: Feature not
 implemented.
 in 0x001bd System.Drawing.GDIPlus:CheckStatus (System.Drawing.Status)
 in 0x000a0 System.Drawing.Image:InitFromStream (System.IO.Stream)
 in 0x00056 (wrapper remoting-invoke-with-check)
 System.Drawing.Image:InitFromStream (System.IO.Stream)
 in 0x0001c System.Drawing.Bitmap:.ctor (System.IO.Stream,bool)
 in 0x00012 System.Drawing.Bitmap:.ctor (System.IO.Stream)
 in 0x00056 (wrapper remoting-invoke-with-check)
 System.Drawing.Bitmap:.ctor (System.IO.Stream)
 in 0x00020 System.Drawing.Image:FromStream (System.IO.Stream)
 in 0x0008e Root.Reports.StaticContainer:Add
 (double,double,Root.Reports.RepObj)
 in 0x0005a Root.Reports.StaticContainer:AddMM
 (double,double,Root.Reports.RepObj)
 in 0x003bb ReportSamples.ImageSample:Create ()
 in 0x00030 Root.Reports.Report:Save (string)
 in 0x0019e Root.Reports.RT:ViewPDF (Root.Reports.Report,string)
 in 0x00029 ReportSamples.ImageSample:Main ()

Hola Joeri,

Can you attach a sample piece of code to reproduce the problem? Which
kind of image file are you trying to open (tiff, png?)? May be you can
also add the image that is causing trouble.

Please, if you can fill all of that data in bugzilla.ximian.com it would
be great help to us.

Thanks,

Jordi,

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


Re: [Mono-list] Problem with libmod_mono.so

2004-07-01 Thread Gonzalo Paniagua Javier
El jue, 01-07-2004 a las 11:26, [EMAIL PROTECTED] escribió:
 Hi Brent,
 thanks for your reply.
 I've downloaded apache-devel package and I've installed that.
 So I've compiled with no problem mod_mono-0.11, but I've new problem installing
 that:
 
 [EMAIL PROTECTED] mod_mono-0.11]# make install
 Making install in src
 make[1]: Entering directory `/root/Desktop/Download/Beta3FC2/mod_mono-0.11/src'
 /usr/sbin/apxs -i -a -n mono .libs/libmod_mono.so
 [activating module `mono' in /etc/httpd/conf/httpd.conf]
 cp .libs/libmod_mono.so /usr/lib/apache/libmod_mono.so
 cp: impossibile creare il file normale `/usr/lib/apache/libmod_mono.so': No such
 file or directory
 apxs:Break: Command failed with rc=1
 make[1]: *** [install] Error 1
 make[1]: Leaving directory `/root/Desktop/Download/Beta3FC2/mod_mono-0.11/src'
 make: *** [install-recursive] Error 1
 
 Any ideas?

In your case, you have to run make install as root, because apache is
installed in directories in which only root have write permission.

-Gonzalo


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


[Mono-list] monodevelop one click crash

2004-07-01 Thread Chris Bruner
I clicked in the help area on Class Library... (CRASH!) 

The following is the session output. I'm assuming I've got something out of 
date or something.  gtk-sharp is 1.0

[EMAIL PROTECTED] chris $ monodevelop
Reading /home/chris/.config/MonoDevelop/CodeCompletionData/mscorlib_1.0.5000.0_b
77a5c561934e089.pidb
Creating DefaultWorkbench
Reading /home/chris/.config/MonoDevelop/CodeCompletionData/mscorlib_1.0.5000.0_b
77a5c561934e089.pidb
Parsing assembly: /usr/lib/mscorlib.dll

Unhandled Exception: System.EntryPointNotFoundException: 
gtksharp_gtk_widget_get
_flags
in 0x00053 (wrapper managed-to-native) 
Gtk.Widget:gtksharp_gtk_widget_get_flag
s (intptr)
in 0x0001a Gtk.Widget:get_Flags ()
in 0x0001f Gtk.Widget:ClearFlag (Gtk.WidgetFlags)
in [0x0007f] 
(at /var/tmp/portage/monodevelop-0.5/work/monodevelop-0.5/src/Libra
ries/MonoDevelop.Gui.Widgets/TabLabel/TabLabel.cs:35) 
MonoDevelop.Gui.Widgets.Ta
bLabel:.ctor (Gtk.Label,Gtk.Image)
in [0x00075] 
(at /var/tmp/portage/monodevelop-0.5/work/monodevelop-0.5/src/Main/
Base/Gui/Workbench/Layouts/SdiWorkspaceLayout.cs:413) 
MonoDevelop.Gui.SdiWorkben
chLayout:ShowView (MonoDevelop.Gui.IViewContent)
in [0x0006e] 
(at /var/tmp/portage/monodevelop-0.5/work/monodevelop-0.5/src/Main/

Base/Gui/Workbench/DefaultWorkbench.cs:304) 
MonoDevelop.Gui.DefaultWorkbench:Sho
wView (MonoDevelop.Gui.IViewContent)
in [0x0008a] 
(at /var/tmp/portage/monodevelop-0.5/work/monodevelop-0.5/src/Main/

Base/Gui/Pads/HelpBrowser/MonodocTreePad.cs:127) 
MonoDevelop.Gui.Pads.HelpTree:S
howDocs (string,Monodoc.Node,string)
in [0x000a5] 
(at /var/tmp/portage/monodevelop-0.5/work/monodevelop-0.5/src/Main/

Base/Gui/Pads/HelpBrowser/MonodocTreePad.cs:109) 
MonoDevelop.Gui.Pads.HelpTree:R
owActivated (object,System.EventArgs)
in 0x00069 (wrapper delegate-invoke) 
System.MulticastDelegate:invoke_void_obje
ct_EventArgs (object,System.EventArgs)
in 0x0012d GtkSharp.voidObjectSignal:voidObjectCallback (intptr,int)
in 0x0005a (wrapper native-to-managed) 
GtkSharp.voidObjectSignal:voidObjectCal
lback (intptr,int)
in (unmanaged) (wrapper managed-to-native) Gtk.Application:gtk_main ()
in 0x4 (wrapper managed-to-native) Gtk.Application:gtk_main ()
in 0x7 Gtk.Application:Run ()
in [0x001cd] 
(at /var/tmp/portage/monodevelop-0.5/work/monodevelop-0.5/src/Main/

Base/Commands/AutostartCommands.cs:205) 
MonoDevelop.Commands.StartWorkbenchComma
nd:Run ()
in [0x002a9] 
(at /var/tmp/portage/monodevelop-0.5/work/monodevelop-0.5/src/Main/

StartUp/MonoDevelopMain.cs:144) MonoDevelop.SharpDevelopMain:Main (string[])

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