[Mono-list] nighltly build

2004-06-15 Thread KiOrKY
can someone gives me stes to compile nightly builds bnecause im thinking that i do it 
wrong 

i cant access cvs because enterprise 's firewall... so i can just download packages in 
dayly part of the web site

i want to refresh all the apps (mono but mcs too !)
regards
-- 

I{ i () r |{ Y
Debian User
-
-- Mathieu PASQUET 
-- Testeur Debian SID
-- irc: #debian-fr / irc.freenode.net port: 6667 
-- Site: www.fr.debian.org 
-


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


Re: [Mono-list] nighltly build

2004-06-15 Thread Iain McCoy
On Tue, 2004-06-15 at 16:51, KiOrKY wrote:
 can someone gives me stes to compile nightly builds bnecause im thinking that i do 
 it wrong 
 
 i cant access cvs because enterprise 's firewall... so i can just download packages 
 in dayly part of the web site
 
 i want to refresh all the apps (mono but mcs too !)
 regards

Download a mono snapshot from the website, http://www.go-mono.com/daily
. You do *not* want a monocharge or a monolite; you want the mono
package. At the moment, that's mono-0.96.20040614.tar.gz

Use either tar with the zxvf switches or an application like file-roller
to extract the tarball

open a terminal; cd into the directory you extracted the tarball to

run ./configure, or ./autogen.sh if there's no configure. Make sure all
the dependencies you need are satisfied.

run make

run make install

You should now have a mono install in /usr/local. You may need to set
environment variables so it takes precedence over one installed from a
package; the relevant variables are PATH and LD_LIBRARY_PATH, IIRC.
-- 
Iain McCoy [EMAIL PROTECTED]

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


Re: [Mono-list] nighltly build

2004-06-15 Thread KiOrKY
OK, so im happy to listen that i have done fine for a long moment.
however when i compile nant with last nightly build (of mono and nant)  i got 
compilation errorsbut when i do make install in mcs095(release) directory after 
installation of the nighly build , all is going fine ! so its why i was thinking that 
classic make wxas not suffisant. What is the fullbuild rule ? because when i use it 
i get an corlib error (got 21 need 22)
why ?
regards

Iain McCoy [EMAIL PROTECTED] a écrit :

 On Tue, 2004-06-15 at 16:51, KiOrKY wrote:
 gt; can someone gives me stes to compile nightly builds bnecause im thinking
 that i do it wrong 
 gt; 
 gt; i cant access cvs because enterprise 's firewall... so i can just download
 packages in quot;daylyquot; part of the web site
 gt; 
 gt; i want to refresh all the apps (mono but mcs too !)
 gt; regards
 
 Download a mono snapshot from the website, http://www.go-mono.com/daily
 . You do *not* want a monocharge or a monolite; you want the mono
 package. At the moment, that's mono-0.96.20040614.tar.gz
 
 Use either tar with the zxvf switches or an application like file-roller
 to extract the tarball
 
 open a terminal; cd into the directory you extracted the tarball to
 
 run ./configure, or ./autogen.sh if there's no configure. Make sure all
 the dependencies you need are satisfied.
 
 run make
 
 run make install
 
 You should now have a mono install in /usr/local. You may need to set
 environment variables so it takes precedence over one installed from a
 package; the relevant variables are PATH and LD_LIBRARY_PATH, IIRC.
 -- 
 Iain McCoy lt;[EMAIL PROTECTED]gt;

-- 

I{ i () r |{ Y
Debian User
-
-- Mathieu PASQUET 
-- Testeur Debian SID
-- irc: #debian-fr / irc.freenode.net port: 6667 
-- Site: www.fr.debian.org 
-


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


[Mono-list] Contributions

2004-06-15 Thread °l][l° Úmè® °l][l°
Dear Go-Mono Team,
I am really impressed with your project. I am a VB.NET  C# Developer. I 
am ready to provide my services for the Go-Mono Project. I can help in 
things like making samples, writing documentation and forum maintatinance.

I am really willing to be part of Go-Mono.
Best Regards,
Umer
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] Managed access to Dbase files?

2004-06-15 Thread Neil Cawse
Read only access for Dbase III files for my Gis project.

http://pnet.homelinux.org/DbaseFile.zip

do with it what you will.

 
   Does anyone know a purely managed .Net way to query *.dbf files?
I'm
   using MapServer to do some web GIS stuff with ESRI shapefiles, but
   would like to use Mono's ASP.NET for querying.  Any ideas?

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


Re: [Mono-list] Mono Library Paths on OS X

2004-06-15 Thread Benoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
In which path should mono libraries reside on OS X, or is there a 
environment variable for this?
Elfred Pagán
	In beta 1 all was installed in /opt/local and this is what I add to my 
zsh shell in order dor mono to work :

- -
PATH=$PATH:/opt/local/bin
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/local/lib/pkgconfig
MANPATH=$MANPATH:/opt/local/man
export PATH
export MANPATH
export PKG_CONFIG_PATH
- -
	In beta who have the choice between an install in /opt/local and 
another one in the standard framework path of Mac OS X (I haven't test 
this one so I can't say anything more on it).
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFAzpy4YGNyxq4CpJARAgWgAJ0VDLEzOutO9NoVcuaYtzfKw9dBuwCfaA5A
njqseNhwJT5efToUX2XRG0A=
=S9Fx
-END PGP SIGNATURE-
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] nighltly build

2004-06-15 Thread Iain McCoy
On Tue, 2004-06-15 at 17:24, KiOrKY wrote:
 OK, so im happy to listen that i have done fine for a long moment.
 however when i compile nant with last nightly build (of mono and nant)  i got 
 compilation errorsbut when i do make install in mcs095(release) directory after 
 installation of the nighly build , all is going fine ! so its why i was thinking 
 that classic make wxas not suffisant. What is the fullbuild rule ? because when i 
 use it i get an corlib error (got 21 need 22)
 why ?
 regards
 
Sorry, are you asking about mono or nant?

I think fullbuild is obsoleted now (replaced by bootstrap), but in any
case it was (and bootstrap is) only ever useful for people who are using
mono from cvs, not from snapshots or releases.

 Iain McCoy [EMAIL PROTECTED] a écrit :
 
  On Tue, 2004-06-15 at 16:51, KiOrKY wrote:
  gt; can someone gives me stes to compile nightly builds bnecause im thinking
  that i do it wrong 
  gt; 
  gt; i cant access cvs because enterprise 's firewall... so i can just download
  packages in quot;daylyquot; part of the web site
  gt; 
  gt; i want to refresh all the apps (mono but mcs too !)
  gt; regards
  
  Download a mono snapshot from the website, http://www.go-mono.com/daily
  . You do *not* want a monocharge or a monolite; you want the mono
  package. At the moment, that's mono-0.96.20040614.tar.gz
  
  Use either tar with the zxvf switches or an application like file-roller
  to extract the tarball
  
  open a terminal; cd into the directory you extracted the tarball to
  
  run ./configure, or ./autogen.sh if there's no configure. Make sure all
  the dependencies you need are satisfied.
  
  run make
  
  run make install
  
  You should now have a mono install in /usr/local. You may need to set
  environment variables so it takes precedence over one installed from a
  package; the relevant variables are PATH and LD_LIBRARY_PATH, IIRC.
  -- 
  Iain McCoy lt;[EMAIL PROTECTED]gt;
-- 
Iain McCoy [EMAIL PROTECTED]

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


Re: [Mono-list] nighltly build

2004-06-15 Thread KiOrKY
i think about both :-)
but ok for the bootstrap, i do only make ! then but why when i use the lastest 
nightly build i cant commpile nant? because when i use mcs-095 it works
regards

Iain McCoy [EMAIL PROTECTED] a écrit :

 On Tue, 2004-06-15 at 17:24, KiOrKY wrote:
 gt; OK, so im happy to listen that i have done fine for a long moment.
 gt; however when i compile nant with last nightly build (of mono and nant)  i
 got compilation errorsbut when i do make install in mcs095(release) directory
 after installation of the nighly build , all is going fine ! so its why i was
 thinking that classic make wxas not suffisant. What is the
 quot;fullbuildquot; rule ? because when i use it i get an corlib error (got
 21 need 22)
 gt; why ?
 gt; regards
 gt; 
 Sorry, are you asking about mono or nant?
 
 I think fullbuild is obsoleted now (replaced by bootstrap), but in any
 case it was (and bootstrap is) only ever useful for people who are using
 mono from cvs, not from snapshots or releases.
 
 gt; Iain McCoy lt;[EMAIL PROTECTED]gt;
 a écrit :
 gt; 
 gt; gt; On Tue, 2004-06-15 at 16:51, KiOrKY wrote:
 gt; gt; amp;gt; can someone gives me stes to compile nightly builds bnecause
 im thinking
 gt; gt; that i do it wrong 
 gt; gt; amp;gt; 
 gt; gt; amp;gt; i cant access cvs because enterprise 's firewall... so i can
 just download
 gt; gt; packages in amp;quot;daylyamp;quot; part of the web site
 gt; gt; amp;gt; 
 gt; gt; amp;gt; i want to refresh all the apps (mono but mcs too !)
 gt; gt; amp;gt; regards
 gt; gt; 
 gt; gt; Download a mono snapshot from the website, http://www.go-mono.com/daily
 gt; gt; . You do *not* want a monocharge or a monolite; you want the mono
 gt; gt; package. At the moment, that's mono-0.96.20040614.tar.gz
 gt; gt; 
 gt; gt; Use either tar with the zxvf switches or an application like
 file-roller
 gt; gt; to extract the tarball
 gt; gt; 
 gt; gt; open a terminal; cd into the directory you extracted the tarball
 to
 gt; gt; 
 gt; gt; run ./configure, or ./autogen.sh if there's no configure. Make sure
 all
 gt; gt; the dependencies you need are satisfied.
 gt; gt; 
 gt; gt; run make
 gt; gt; 
 gt; gt; run make install
 gt; gt; 
 gt; gt; You should now have a mono install in /usr/local. You may need to
 set
 gt; gt; environment variables so it takes precedence over one installed from
 a
 gt; gt; package; the relevant variables are PATH and LD_LIBRARY_PATH,
 IIRC.
 gt; gt; -- 
 gt; gt; Iain McCoy amp;lt;[EMAIL PROTECTED]amp;gt;
 -- 
 Iain McCoy lt;[EMAIL PROTECTED]gt;

-- 

I{ i () r |{ Y
Debian User
-
-- Mathieu PASQUET 
-- Testeur Debian SID
-- irc: #debian-fr / irc.freenode.net port: 6667 
-- Site: www.fr.debian.org 
-


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


Re: [Mono-list] Mono Project question

2004-06-15 Thread Iain McCoy
On Tue, 2004-06-15 at 04:13, Juan Trujillo wrote:
 I really want to now if the Mono Project supports pages in ASP  
 Vbscript or only supports pages ins ASP.net
Mono is an implementation of the .net framework. Classic ASP is not part
of the .net framework, so it falls outside the scope of the mono project
- or at least, I think that's why mono doesn't support classic ASP.
-- 
Iain McCoy [EMAIL PROTECTED]

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


Re: [Mono-list] nighltly build

2004-06-15 Thread Iain McCoy
On Tue, 2004-06-15 at 18:14, KiOrKY wrote:
 but ok for the bootstrap, i do only make ! then but why when i use the lastest 
 nightly build i cant commpile nant? because when i use mcs-095 it works
 regards

Please allow me to reiterate: declaring It doesn't work! with no more
information does not help anybody to help you. How exactly does it not
work?

Are you sure your installation of the daily is basically functional? Can
you compile and run a simple hello world program with it?
-- 
Iain McCoy [EMAIL PROTECTED]

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


Re: [Mono-list] Mono Library Paths on OS X

2004-06-15 Thread A Rafael D Teixeira
Additionaly, if you are asking about Managed Libraries (Assemblies),
there is a MONO_PATH environment variable to add directories that will
be searched. Also if your assemblies are digitally signed they can be
installed in the GAC (Global Assembly Cache) where they can be used from
ANY managed program/library.

On Tue, 2004-06-15 at 03:52, Benoit wrote:
  In which path should mono libraries reside on OS X, or is there a 
  environment variable for this?
  Elfred Pagán
 
   In beta 1 all was installed in /opt/local and this is what I add to my 
 zsh shell in order dor mono to work :
 
 - -
 PATH=$PATH:/opt/local/bin
 PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/local/lib/pkgconfig
 MANPATH=$MANPATH:/opt/local/man
 
 export PATH
 export MANPATH
 export PKG_CONFIG_PATH
 - -
 
   In beta who have the choice between an install in /opt/local and 
 another one in the standard framework path of Mac OS X (I haven't test 
 this one so I can't say anything more on it).

-- 
Rafael Monoman Teixeira 
Mono Hacker since 16 Jul 2001 - http://www.go-mono.org/
Mono Brasil Founding Member - http://monobrasil.redesolbrasil.org/
English Blog: http://monoblog.blogspot.com/
Brazilian Portuguese Blog: http://monoblog.weblogger.terra.com.br/

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


RE: [Mono-list] Q: how's using Mono in the corporate/enterprise world?

2004-06-15 Thread Andrew Arnott
 I'd like to collect case studies, or simple references of
 organizations, corporations, software houses, financial institution, no
 profit orgs, anyone...using Mono for:

Here at Brigham Young University of Provo, Utah, we are preparing to use
Mono, especially mod_mono, to fill a gap that IIS cannot fill with our web
applications.  Specifically, Windows is very slow in accessing Novell shares
compared to Linux.  Also, IIS cannot host ASP.NET apps when their files are
stored on Novell shares.  Mono has no problem with Novell shares, which
makes it the ideal solution.  

We will be using Mono to host dozens of web apps, most of them taking
advantage of some advanced features in mod_mono and the System.Web
namespace.  

I speak not for all of BYU, but for one college within it, called Family
Home and Social Sciences.

Andrew Arnott


smime.p7s
Description: S/MIME cryptographic signature


[Mono-list] New web site: confusing context switch

2004-06-15 Thread Andrew Arnott








On the URL: http://www.mono-project.com/contributing/ccvs.html



Toward the end, under the heading on SVN, the discussion
suddenly switches from generic Mono projects to specifically MonoDevelop, with
no explanation. Is this because this text was copied and pasted from that
web site, or because MonoDevelop is the only Mono project that uses SVN right
now?


Perhaps a more generic instruction set or an explanation would be appropriate here.








smime.p7s
Description: S/MIME cryptographic signature


Re: [Mono-list] Contributions

2004-06-15 Thread Erik Dasque
Hi Umer,
than you for your enthousiasm. We are in great need of help when it 
comes to 'monkeyguide' and 'monodoc' (general tutorial and doc, API 
doc, respectively). Any help there would be very much appreciated. 
Please communicate in the mono-doc list with us.

Erik
On Jun 15, 2004, at 1:35 AM, °l][l° Úmè® °l][l° wrote:
Dear Go-Mono Team,
I am really impressed with your project. I am a VB.NET  C# Developer. 
I am ready to provide my services for the Go-Mono Project. I can help 
in things like making samples, writing documentation and forum 
maintatinance.

I am really willing to be part of Go-Mono.
Best Regards,
Umer
___
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: [good] RE: [Mono-list] Q: how's using Mono in the corporate/enterprise world?

2004-06-15 Thread ted leslie
We (an ISP in Toronto) have used it for two sizable projects to date,
1) the backend of a Macromedia flash music player service for the music 
festival  NXNE  (a sister fest to SXSW),
   which had ~400 bands playing in Toronto just this last week. And 
this music model will be used for other venues/showcases.
2) the Canadian Wide Science Fair - A site that organizes all the 
students across Canada that do a Science Fair (in the finals).
  this involved a conversion of MS-SQL to Postgres, the only hitch 
was Postgres doesn't appear to support multiple DataSet return (from 
function/SP),
  and thus we devised a procedure to kinda emulate this.


-tl
Andrew Arnott wrote:
I'd like to collect case studies, or simple references of
organizations, corporations, software houses, financial institution, no
profit orgs, anyone...using Mono for:
   

Here at Brigham Young University of Provo, Utah, we are preparing to use
Mono, especially mod_mono, to fill a gap that IIS cannot fill with our web
applications.  Specifically, Windows is very slow in accessing Novell shares
compared to Linux.  Also, IIS cannot host ASP.NET apps when their files are
stored on Novell shares.  Mono has no problem with Novell shares, which
makes it the ideal solution.  

We will be using Mono to host dozens of web apps, most of them taking
advantage of some advanced features in mod_mono and the System.Web
namespace.  

I speak not for all of BYU, but for one college within it, called Family
Home and Social Sciences.
Andrew Arnott
 

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


[Mono-list] Logic/Reason to ASPX caching ?????

2004-06-15 Thread ted leslie
Anyone know what the story is on the caching of ASPX files,
what i mean is,
I change code in a ASPX file and re-run the page, and I may/or may not 
get the change,
I can reset the mono service, and it will allways refresh, but you don't 
always have to do this.
From a hosting-company point of view, it would be important not to have 
to restart server to get a ASPX page to refresh,
anyone know what the scoop is here?

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


[Mono-list] make bootstrap

2004-06-15 Thread Erik Dasque
Hi all,
has anyone documented 'make bootstrap', what it does and what it 
replaces ? (for the new web site)

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


RE: [Mono-list] Re: [Mono-devel-list] ASP.NET Web Services in MONO

2004-06-15 Thread Lluis Sanchez
On dl, 2004-06-14 at 22:04, Mahen Perera wrote:
 Hi Lluis
 
 Thanx for the reply. Ok if it uses reflection what are the
 mechanisms used in MONO ASP.NET to overcome the performance overheads
 in using reflection.

The process of servicing a web method request involves: reading the web
stream, making a cross-app domain call to the domain that is executing
the web application where the service is hosted, deserializing the
request, build a SoapMessage from the request, go through the active
soap extensions and finally perform the method invocation. The time
spent in this last step is insignificant.

Lluis.

  
 
 Thanx
 
 Mahen
 
 
 
  
 
 
 From: Lluis Sanchez [EMAIL PROTECTED] 
 Reply-To: [EMAIL PROTECTED] 
 To: Mahen Perera [EMAIL PROTECTED] 
 CC: [EMAIL PROTECTED], [EMAIL PROTECTED] 
 Subject: [Mono-list] Re: [Mono-devel-list] ASP.NET Web Services in
 MONO 
 Date: Thu, 10 Jun 2004 16:43:42 +0200 
  
 Yes, it uses reflection. 
  
 On dj, 2004-06-10 at 14:02, Mahen Perera wrote: 
   Hi everybody! 
   
   I want to to know the mechanism used in ASP.NET web services in
 MONO 
   to invoke Web methods. Does it use pure reflection or other 
   means.. 
   
   
   Thank you 
   
   Mahen 
   
  
 __
   Tired of spam? Get advanced junk mail protection with MSN 8. 
   ___ Mono-devel-list 
   mailing list [EMAIL PROTECTED] 
   http://lists.ximian.com/mailman/listinfo/mono-devel-list 
  
 ___ 
 Mono-list maillist  -  [EMAIL PROTECTED] 
 http://lists.ximian.com/mailman/listinfo/mono-list 
 
 __
 Add photos to your messages with MSN 8.  Get 2 months FREE*.
 ___ 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] mono website broken links

2004-06-15 Thread Dan



The links http://www.mono-project.com/contributing/class-library.htmland 
http://www.mono-project.com/contributing/class-status.html 
appear to be broken.

-Dan


[Mono-list] Differing behaviour of XmlDocument.Save(String) on Linux and Windows

2004-06-15 Thread Chris Raine
I have written a small Xml application which loads an xml file, 
works on the data and then saves the data write back into the an xml
file. 

I load a xml file with the following code 
verbatim 
private static XmlDocument OpenXmlDocument(string sPath) 
{
 XmlDocument doc = new XmlDocument(); 
 XmlTextReader treader = new XmlTextReader(sPath); 
 XmlValidatingReader vreader = new XmlValidatingReader(treader); 
 vreader.ValidationType = ValidationType.DTD; 
 vreader.ValidationEventHandler += new
ValidationEventHandler(ParseError); 
 doc.Load(vreader); 
 return doc; 
}
/verbatim 

I then save the Document with the follwing simple line of code 
verbatim
private static void SaveXmlDocument(XmlDocument doc, string sPath) 
{
  doc.Save(sPath); 
}
/verbatim

This code works fine on both windows and linux, spite the fact when the
same filename is given to the loading method and the saving method. On
linux, this works fine, the Save() overwrites the old file with a new
file. On Windows however an exception is thrown telling me a sharing
violation had occured. MS .Net showed the same behaviour, not allowing
me to write to the same file if I had opened it with my load method
above. I do not have the experience of deciding if this is a bug or not
on the mono-linux side, or just a rude programming fault on my side. 

(OT now, sorry) Does anyone know an elegant way of loading an
XmlDocument and then writing the updated contents back into the same
file? 

Next to the problem with XmlDocument, if I dump a DateTime Object to a
string with ToString(F) on Linux and read that dumped string back into
a windows box with DateTime.Parse(string) I get an FormatException. 

DateTime.Now.ToString(F); produces 

June 15, 2004 7:44:07 P +2 on Linux (RH9) 

and the same produces 

June 15, 2004 7:55:07 +2 on Win32 (without the 'P') 

regards, 
chris 



signature.asc
Description: This is a digitally signed message part


[Mono-list] XSP links bug?

2004-06-15 Thread Pablo Fischer
Hi!

I'm running xsp 0.14. I have a file.webapp, with this data:

apps
  web-application
namesamples/name
vpath/samples/vpath
path/usr/share/asp.net-demos/asp/path
  /web-application
/apps

When I start xsp:

xsp --port 8081 --appconfigdir /etc/xsp (where I have file.webapp)

It starts, but when I go to http://localhost:8081/samples it opens a
index.aspx (as expected), but the links of the samples are:

http://localhost:8081/session1.aspx

INSTEAD of

http://localhost:8081/samples/session1.aspx

I found that if I replaced the /samples with /samples/ in file.webapp
it's fixed, however I need to point my browser to
http://localhost:8081/samples/ (note the last slash).

Is it a bug?.
Thanks!
Pablo
-- 
Pablo Fischer Sandoval (pablo [arroba/at] pablo.com.mx)
Fingerprint:  5973 0F10 543F 54AE 1E41  EC81 0840 A10A 74A4 E5C0
http://www.pablo.com.mx 
http://www.debianmexico.org


signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


[Mono-list] Problem with Gtk# and mcs

2004-06-15 Thread Néstor Salceda
Hi

I have one problem when I compile one application developed using gtk#.
I use, mono, mcs and gtk-sharp from cvs, all of them compiles without
problems, but when I try to compile for example monodoc i have the
following problem:

[EMAIL PROTECTED]:~/mono/source/beta2/monodoc-0.16$ make
Making all in browser
make[1]: Entering directory `/home/wizito/mono/source/beta2/monodoc-
0.16/browser'
mcs -debug -out:browser.exe ./browser.cs ./list.cs ./elabel.cs ./
history.cs ./Contributions.cs ./XmlNodeWriter.cs -resource:./../monodoc.
png,monodoc.png -resource:./browser.glade,browser.glade  -pkg:gtkhtml-
sharp -pkg:glade-sharp -r:System.Web.Services -r:./monodoc.dll
error CS0006: Cannot find assembly `/usr/local/lib/mono/gtk-sharp/
gtkhtml-sharp.dll'

And it's repeated with art-sharp.dll, gnome-sharp.dll, glib-sharp.dll,
pango, gthtml; with gtk-sharp in general.

I don't know if it's a problem with MONO_PATH environment variable or
with Mono GAC. 

If I try to run an application with mono, i have one error, and i think 
they are relationed.

[EMAIL PROTECTED]:~/mono/source/beta2/monodoc-0.16/browser$ mono browser.exe

** (browser.exe:5889): WARNING **: Could not find assembly gtk-sharp, references 
from /home/wizito/mono/source/beta2/monodoc-0.16/browser/browser.exe 
(assemblyref_index=2)
 Major/Minor: 1,0
 Build:   0,0
 Token:   35e10195dab3c99f


Unhandled Exception: System.NullReferenceException: Object reference not set to an 
instance of an object

Thanks in advice.

PD: I'm using Debian sid.

-- 
Nstor Salceda [EMAIL PROTECTED]


signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


Re: [Mono-list] Problem with Gtk# and mcs

2004-06-15 Thread Pablo Fischer
Where do you have your gtk*.dll stuff installed? 

Pablo
El mar, 15-06-2004 a las 16:53, Néstor Salceda escribió:
 Hi
 
   I have one problem when I compile one application developed using gtk#.
 I use, mono, mcs and gtk-sharp from cvs, all of them compiles without
 problems, but when I try to compile for example monodoc i have the
 following problem:
 
 [EMAIL PROTECTED]:~/mono/source/beta2/monodoc-0.16$ make
 Making all in browser
 make[1]: Entering directory `/home/wizito/mono/source/beta2/monodoc-
 0.16/browser'
 mcs -debug -out:browser.exe ./browser.cs ./list.cs ./elabel.cs ./
 history.cs ./Contributions.cs ./XmlNodeWriter.cs -resource:./../monodoc.
 png,monodoc.png -resource:./browser.glade,browser.glade  -pkg:gtkhtml-
 sharp -pkg:glade-sharp -r:System.Web.Services -r:./monodoc.dll
 error CS0006: Cannot find assembly `/usr/local/lib/mono/gtk-sharp/
 gtkhtml-sharp.dll'
 
 And it's repeated with art-sharp.dll, gnome-sharp.dll, glib-sharp.dll,
 pango, gthtml; with gtk-sharp in general.
 
 I don't know if it's a problem with MONO_PATH environment variable or
 with Mono GAC. 
 
 If I try to run an application with mono, i have one error, and i think 
 they are relationed.
 
 [EMAIL PROTECTED]:~/mono/source/beta2/monodoc-0.16/browser$ mono browser.exe
 
 ** (browser.exe:5889): WARNING **: Could not find assembly gtk-sharp, references 
 from /home/wizito/mono/source/beta2/monodoc-0.16/browser/browser.exe 
 (assemblyref_index=2)
  Major/Minor: 1,0
  Build:   0,0
  Token:   35e10195dab3c99f
 
 
 Unhandled Exception: System.NullReferenceException: Object reference not set to an 
 instance of an object
 
 Thanks in advice.
 
 PD: I'm using Debian sid.
-- 
Pablo Fischer Sandoval (pablo [arroba/at] pablo.com.mx)
Fingerprint:  5973 0F10 543F 54AE 1E41  EC81 0840 A10A 74A4 E5C0
http://www.pablo.com.mx 
http://www.debianmexico.org


signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


Re: [Mono-list] Problem with Gtk# and mcs

2004-06-15 Thread Néstor Salceda
El mar, 15-06-2004 a las 17:01, -0500, Pablo Fischer escribi:
 Where do you have your gtk*.dll stuff installed? 
 
 Pablo

At /usr/local/lib /mono/gtk-sharp/ and they're links to /usr/local/lib/
mono/gac/

-- 
Nstor Salceda [EMAIL PROTECTED]


signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


Re: [Mono-list] Differing behaviour of XmlDocument.Save(String) on Linux and Windows

2004-06-15 Thread Atsushi Eno
Hello,

 This code works fine on both windows and linux, spite the fact when the
 same filename is given to the loading method and the saving method. On
 linux, this works fine, the Save() overwrites the old file with a new
 file. On Windows however an exception is thrown telling me a sharing
 violation had occured. MS .Net showed the same behaviour, not allowing
 me to write to the same file if I had opened it with my load method
 above. I do not have the experience of deciding if this is a bug or not
 on the mono-linux side, or just a rude programming fault on my side. 

Hmm, this does not happen to my fedora core 2 box. It raises
file sharing error. Which version of mono are you using?

When you open a file via XmlTextReader, it is locked until you
explicitly call Close(). Thus, the file sharing error should be
thrown, since you are keeping the file opened.

 (OT now, sorry) Does anyone know an elegant way of loading an
 XmlDocument and then writing the updated contents back into the same
 file? 

Once you read up the source xml into XmlDocument, the input file can
be used (by calling Close()).

 Next to the problem with XmlDocument, if I dump a DateTime Object to a
 string with ToString(F) on Linux and read that dumped string back into
 a windows box with DateTime.Parse(string) I get an FormatException. 

In which culture are you living? The line below will provide you the
exact information.

Console.WriteLine (System.Globalization.CultureInfo.CurrentCulture);

We could not support all the culture and it may differ if IBM icu
defines different culture data. Right now CultureInfo.InvariantCulture
should work fine.

 DateTime.Now.ToString(F); produces 
 June 15, 2004 7:44:07 P +2 on Linux (RH9) 
 and the same produces 
 June 15, 2004 7:55:07 +2 on Win32 (without the 'P') 

Maybe you are in different culture when you are using those machines.


Atsushi Eno

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


RE: [Mono-list] Managed access to Dbase files?

2004-06-15 Thread Daniel Morgan
Just some thoughts...

What is your code licensed under?  MIT/X11?

I bet it would not be hard for someone to put this in a Mono data
provider, such as,
Mono.Data.DBaseClient...

Probably, it might need a SQL parser.  Wonder where someone could get a
simple SQL parser written in C#.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neil Cawse
Sent: Monday, June 14, 2004 2:13 PM
To: [EMAIL PROTECTED]; Jonathan Stowe
Cc: Abram Gillespie; Mono-List
Subject: RE: [Mono-list] Managed access to Dbase files?


Read only access for Dbase III files for my Gis project.

http://pnet.homelinux.org/DbaseFile.zip

do with it what you will.

 
   Does anyone know a purely managed .Net way to query *.dbf files?
I'm
   using MapServer to do some web GIS stuff with ESRI shapefiles, but

   would like to use Mono's ASP.NET for querying.  Any ideas?

___
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] New web site: application screenshots

2004-06-15 Thread Ellis, Edward
You put up several screenshots of applications.  Most of them include a
reference where you can get the application.  There is no such reference
for SQL# for GTK#.  Is it available?

J. Edward Ellis

Pacific Northwest National Laboratory
(509) 375-3627 voice
(509) 375-2379 FAX
mailto:[EMAIL PROTECTED] 



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


Re: [Mono-list] Differing behaviour of XmlDocument.Save(String) on Linux and Windows

2004-06-15 Thread Chris Raine
On Wed, 2004-06-16 at 00:31, Atsushi Eno wrote:
 Hmm, this does not happen to my fedora core 2 box. It raises
 file sharing error. Which version of mono are you using?
 
the problem occured under mono 0.91 and disappeared under 0.95.
Sometimes I am a bit to cautious about updates. 


 When you open a file via XmlTextReader, it is locked until you
 explicitly call Close(). Thus, the file sharing error should be
 thrown, since you are keeping the file opened.
 
  (OT now, sorry) Does anyone know an elegant way of loading an
  XmlDocument and then writing the updated contents back into the same
  file? 
 
 Once you read up the source xml into XmlDocument, the input file can
 be used (by calling Close()).
 

many thanks for that tip. I spent some time looking for some Close() or
FreeResources() method in XmlDocument, but that was obviously the wrong
place to look. 

  Next to the problem with XmlDocument, if I dump a DateTime Object to
a
  string with ToString(F) on Linux and read that dumped string back
into
  a windows box with DateTime.Parse(string) I get an FormatException. 
 
 In which culture are you living? The line below will provide you the
 exact information.
 
 Console.WriteLine (System.Globalization.CultureInfo.CurrentCulture);
 
 We could not support all the culture and it may differ if IBM icu
 defines different culture data. Right now CultureInfo.InvariantCulture
 should work fine.
 

many, many thanks again for that tip. my rh9 box is running under en-US
and the winXP under de-DE, setting the
System.Threading.Thread.CurrentThread.CurrentCulture to
CultureInfo.InvariantCulture solved the problem. 

again many thanks ... 


regards, 
chris 





signature.asc
Description: This is a digitally signed message part


[Mono-list] new web site

2004-06-15 Thread Fabian




I miss some link to other mono-related sites, like http://monohispano.org
mono poland http://www.go-mono.pl/ , mono brasil http://monobrasil.softwarelivre.org/ and some others. 

maybe it is somehere, but i didn't find it, and searching for monohispano in the search engine returned 0 results!. 


Thanks!




Re: [Mono-list] new web site

2004-06-15 Thread Erik Dasque
We'll add those. Thank you.
On Jun 15, 2004, at 9:34 PM, Fabian wrote:
 I miss some link to other mono-related sites, like 
http://monohispano.org
 mono poland http://www.go-mono.pl/ , mono brasil 
http://monobrasil.softwarelivre.org/ and some others.

 maybe it is somehere, but i didn't find it, and searching for 
monohispano in the search engine returned 0 results!.

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


Re: [Mono-list] Managed access to Dbase files?

2004-06-15 Thread Abram Gillespie
That's the thing ... I'm mostly concerned with running SQL queries 
against the DBFs.  I'm less concerned with write access, though I may 
run into a situation where I will need it.  I could possibly start 
writing a simple IDataReader if someone could point me to a SQL parser. 
 Though I'm very busy right now and I probably couldn't get to it this 
month.

-Abe
On Tuesday, June 15, 2004, at 07:16 PM, Daniel Morgan wrote:
Just some thoughts...
What is your code licensed under?  MIT/X11?
I bet it would not be hard for someone to put this in a Mono data
provider, such as,
Mono.Data.DBaseClient...
Probably, it might need a SQL parser.  Wonder where someone could get a
simple SQL parser written in C#.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neil Cawse
Sent: Monday, June 14, 2004 2:13 PM
To: [EMAIL PROTECTED]; Jonathan Stowe
Cc: Abram Gillespie; Mono-List
Subject: RE: [Mono-list] Managed access to Dbase files?
Read only access for Dbase III files for my Gis project.
http://pnet.homelinux.org/DbaseFile.zip
do with it what you will.

Does anyone know a purely managed .Net way to query *.dbf files?
I'm
using MapServer to do some web GIS stuff with ESRI shapefiles, but

would like to use Mono's ASP.NET for querying.  Any ideas?
___
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] RPM package deps with no X enviroment

2004-06-15 Thread Michael
I've been trying to install mono to test some ASP.NET applications on a
FC2 box. Since the system has no X enviroment, I was wondering what
packages I need to be installing.

So far I've installed;

icu-2.6.2-1.ximian.11.0.i386.rpm
libicu26-2.6.2-1.ximian.11.0.i386.rpm
mono-core-0.95-1.ximian.11.2.i386.rpm
mono-data-0.95-1.ximian.11.2.i386.rpm
mono-directory-0.95-1.ximian.11.2.i386.rpm
mono-ms-enterprise-0.95-1.ximian.11.2.i386.rpm
mono-novell-directory-0.95-1.ximian.11.2.i386.rpm
mono-nunit-0.95-1.ximian.11.2.i386.rpm
mono-remoting-0.95-1.ximian.11.2.i386.rpm
mono-web-forms-0.95-1.ximian.11.2.i386.rpm
mono-web-services-0.95-1.ximian.11.2.i386.rpm
mono-ziplib-0.95-1.ximian.11.2.i386.rpm
xsp-0.14-1.ximian.11.0.i386.rpm

This is fine and everything works through the mod_mono module (Virtual
hosts and all :) Thanks!) until I try to install the mysql driver;

bytefx-data-mysql-0.95-1.ximian.11.2.i386.rpm
error: Failed dependencies:
mono-window-forms is needed by bytefx-data-mysql-0.95-1.ximian.11.2

Is this something that is needed for bytefx? And does that mean it wants
mono-winforms when it is asking for mono-window-forms? (which I believe
will start wanting a whole array of things the system cannot support
without X)

If its not the best idea to pick and choose the packages, should I just
install everything however I can (don't know if other packages will dep
out on any X related stuff that might not be there) Or am I just worrying
too much about forcing things on there regaurdless of deps?

-Michael

P.S. I'm not sure that it matters too much any more since (I think) beta 3
is on the horizon. But mono-all.zip has some discrepencies to the packages
listed on the site. Winelib has 2 different packages I believe.
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Mono Beta 3.

2004-06-15 Thread Miguel de Icaza
Hello,

Mono Beta 3, a bug fix release with many bugs identified by people
has been released, you can download it from:

http://www.go-mono.com/download.html

For those installing precompiled packages on your machines: we are
providing convenient zip files for those who want to get everything in a
single package instead of downloading the individual pieces.

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