Re: [Mono-list] Mono Installation on Sparc

2008-10-13 Thread Jonel Rienton
I have discussed how to address this in my blog, google mono jonel solaris :-)

On Thu, Oct 2, 2008 at 3:11 PM, Andreas Färber <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Am 22.09.2008 um 09:51 schrieb Tynar:
>
>> uname -a
>> SunOS Host 5.10 Generic_127127-11 sun4u sparc SUNW,Sun-Blade-1500
>>
>> echo $PATH
>> /opt/csw/bin:/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/usr/
>> ccs/bin:/opt/csw/gcc3/bin:/usr/sfw/bin:/usr/local/bin:/usr/ucb
>>
>> pwd
>> /opt/mono2/mono-1.9.1
>>
>> ./configure
>> mcs source:$(top_srcdir)/mcs
>> olive source:
>>
>> GC:  included
>> TLS: pthread
>> SIGALTSTACK: yes
>> Engine:  Building and using the JIT
>> 2.0 Beta:yes
>> 2.1 Alpha:   yes
>> JNI support: IKVM Native
>> libgdiplus:  assumed to be installed
>> zlib:system zlib
>> oprofile:no
>>
>> gmake
>> cc1: error: invalid option `t'
>> gmake[3]: *** [mono-hash.lo] Error 1
>> gmake[3]: Leaving directory `/opt/mono2/mono-1.9.1/mono/utils'
>> gmake[2]: *** [all-recursive] Error 1
>> gmake[2]: Leaving directory `/opt/mono2/mono-1.9.1/mono'
>> gmake[1]: *** [all-recursive] Error 1
>> gmake[1]: Leaving directory `/opt/mono2/mono-1.9.1'
>> gmake: *** [all] Error 2
>
> See http://www.mono-project.com/Mono:Solaris
> Jonel blogged suggestions how to replace or override the offending .pc
> files.
>
> Andreas
> ___
> 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] Feodra Core 5 and LD_LIBRARY_PATH

2006-04-05 Thread Jonel Rienton
You only need to set LD_LIBRARY_PATH if you install your libraries in
locations other than /usr,
you can also add /usr/local/lib in ld.so.conf and run ldconfig IIRC

On 4/5/06, Paddy Joy <[EMAIL PROTECTED]> wrote:
> Whenever I open a terminal window in Fedora Core 5 and want to run
> monodevelop, mcs or mono I have to to do the following:
>
> LD_LIBRARY_PATH=/usr/local/lib
> export LD_LIBRARY_PATH
>
> Never had to do this with FC4, is this a mono thing or a fedora thing?
> Should I just add these line to my bash profile and forget about it? :-)
>
> Paddy
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


--
Jonel Rienton
mailto:[EMAIL PROTECTED]
powered by: google
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Solaris and semaphores

2006-04-02 Thread Jonel Rienton
Hello

On 4/2/06, Dick Porter <[EMAIL PROTECTED]> wrote:
>
> 1.1.13.6 should clean up the semaphores, earlier releases didn't (but
> later mono processes reuse the same semaphore unless you deleted the
> shared data file.)

>From the looks of it, 1.1.13.6 seems not to clean up for itself ipcs
wise. I haven't deleted any shared file.

>
> After you've deleted some semaphores, does the problem occur again later
> when you run 1.1.13.6?

The problem persists up to the gmake install, this is only happening
on Solaris x86 tho. My sparc build was fine.
--
Jonel Rienton
mailto:[EMAIL PROTECTED]
powered by: google
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Solaris and semaphores

2006-04-01 Thread Jonel Rienton
I have recently build mono in Solaris 8 and Solaris 10, and at some
point, the build goes into a loop complaining about semaphores and no
more space left on the device. After running ipcs it seems like
there's a bunch of semaphores entry in there caused by the build. I
have to clean it up using ipcrm and that helped. This issue only
showed up with 1.1.13.6.

This issue was not present in 1.1.13.4.

Thanks,

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


Re: [Mono-list] Mod_mono

2006-03-29 Thread Jonel Rienton
You can start here

http://www.mono-project.com/AnonSVN
http://www.mono-project.com/SVN

On 3/29/06, David P. Donahue <[EMAIL PROTECTED]> wrote:
> > last time i checked, support for Apache 2.2 is only available in svn
> > head, might have change now tho.
>
> I'm installing subversion right now.  Having only used CVS in the past,
> and only specific commands to grab specific packages, maybe I'm just not
> familiar.  But what does "head" mean in that?  Is it something different
> than just anonymously checking out the Mono source?
>


--
Jonel Rienton
mailto:[EMAIL PROTECTED]
powered by: google
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Mod_mono

2006-03-29 Thread Jonel Rienton
last time i checked, support for Apache 2.2 is only available in svn
head, might have change now tho.

On 3/29/06, David P. Donahue <[EMAIL PROTECTED]> wrote:
> Has anyone been able to get mod_mono to compile on a system with Apache
> 2.2?  When I run "./configure --prefix=/usr" it says it can't determine
> which Apache version I have.  So I try "./configure --prefix=/usr
> --with-apr-config=/usr/bin/apr-1-config" and the configure script thinks
> I'm running Apache 1.3.  When I try to make, it just blows up with lots
> of errors, viewable here:
> http://www.cyber0ne.com/temp/mod_mono.txt
>
> Can anyone help me get this working?
>
>
> Regards,
> David P. Donahue
> [EMAIL PROTECTED]
> http://www.cyber0ne.com
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


--
Jonel Rienton
mailto:[EMAIL PROTECTED]
powered by: google
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] How to determine local IP address with mono on linux?

2006-03-23 Thread Jonel Rienton
One ugly hack is to use Process.Start, use ifconfig as the process;

On 3/23/06, Elliott Draper <[EMAIL PROTECTED]> wrote:
> Hmm, I can't think of an easy way to retrieve that information from within 
> the .Net/Mono class library, anyone else have any ideas or come across this 
> before?
>
> Cheers,
> -= El =-
>
> On Thu, 23 Mar 2006 18:06:48 +0100, Stephan Eberle <[EMAIL PROTECTED]> wrote:
> > Hi El,
> >
> > That's a good start. Do you know of any possibility to point out the
> > device
> > (eth0, eth1, wlan0, ...) behind each address?
> >
> > Thank's,
> > Stevie
> >
> > On Thursday 23 March 2006 18:03, Elliott Draper wrote:
> >> Hi there,
> >>
> >> Add a reference to System.Net to the top of your code file ("using
> >> System.Net; "), and then try this:
> >>
> >> foreach(IPAddress address in
> >> Dns.GetHostByName(Environment.MachineName).AddressList) {
> >> Console.WriteLine(address.ToString());
> >> }
> >>
> >> That simply prints out each IP address for your local machine to the
> >> console, however you can do whatever you need to do within that
> >> enumeration.
> >>
> >> Hope that helps,
> >> -= El =-
> >>
> >> On Thu, 23 Mar 2006 17:48:34 +0100, Stephan Eberle <[EMAIL PROTECTED]>
> > wrote:
> >> > Hi!
> >> >
> >> > How can I enumerate my machines IP addresses with mono on a linux box?
> >> >
> >> > Any info desperately needed! :)
> >> >
> >> > Thank's in advance,
> >> > Stevie
> >> > ___
> >> > 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 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
>


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


RE: [Mono-list] Trouble compiling Mono on Solaris 10 Sparc

2006-02-16 Thread Jonel Rienton
Michael,

Here's http://www.blastwave.org/packages/CSWmono where you'll find the
dependencies of CSW's mono. You also need the devel toolchain when you build
it.
You can also do ldd mono's binaries to see which libraries they're using.

Regards,
Jonel 



From: Michael Welch [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 16, 2006 9:20 AM
To: mono-list@lists.ximian.com
Cc: Jonel Rienton
Subject: Re: [Mono-list] Trouble compiling Mono on Solaris 10 Sparc


On 2/15/06, Jonel Rienton <[EMAIL PROTECTED]> wrote: 

I have just double checked my dev setup, PATH should have
/opt/csw/bin in
the very beginning. I will update my blog as well.  I use:

./configure --with-libs=/opt/csw/lib
--with-includes=/opt/csw/include ...

in my configure line. I used to have problems with /usr/ccs/bin/ld
and did
what you were doing, but you don't have to anymore. Mono will build 
properly.


Jonel, 
Thanks! Following your directions (even as stated before the above changes)
worked for me. The compile worked overnight. This morning I did the install
and my hello world compiled and ran. I'll do more checking later. (perhaps
run make check). 

I think it is important for the wiki on the mono site to be corrected and to
have Jonel's tips stated rather than what is there. What is there is
misleading and insufficient (at least for Solaris 10 on Sparc)

In particular this URL is not helpful for Solaris 10 Sparc:
http://mono-project.com/Mono:SPARC   (See the section labelled Building Mono
on Solaris)

It doesn't state anything about the "bad" -mt option specified in the
Solaris /usr/lib/pkgconfig/gthread- 2.0.pc file which will keep anyone from
successfully building. It does state to not use any Sun tools, which appears
to be an unnecessary qualification and anyways doesn't specify any steps to
avoid using sun tools (for example /usr/ccs/bin/ld is used even though it is
not in your path. I needed to hide that bin directory to keep it from being
used). (Can I edit the wiki if I create an account?. I'd be willing to make
the changes) 

Jonel, one other thing I'd add to your tips: It's unclear what (if anything)
is needed from /opt/csw. What libraries/binaries are you expecting to be
there? This is important so that others can go to blastwave and install the
correct packages. I'm thinking that nothing is really needed there. Other
than the fact that I specifically pointed CC at /opt/csw/gcc3/bin/gcc I
don't think anything else was found in there. 


One last thing for the list. I know next to nothing about all of the
complications in the configure/make process. Is there a way to patch that so
that Jonel's tip are not needed? If so, is it worth filing this as a bug?
Perhaps it already has been. (I also know next to nothing about bugzilla or
whatever other tool is used on mono for bugs). 

Thanks,
Michael




--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.9/261 - Release Date: 2/15/2006



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


RE: [Mono-list] Trouble compiling Mono on Solaris 10 Sparc

2006-02-15 Thread Jonel Rienton
I have just double checked my dev setup, PATH should have /opt/csw/bin in
the very beginning. I will update my blog as well.  I use:

./configure --with-libs=/opt/csw/lib --with-includes=/opt/csw/include ...

in my configure line. I used to have problems with /usr/ccs/bin/ld and did
what you were doing, but you don't have to anymore. Mono will build
properly.



From: Michael Welch [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 15, 2006 8:13 PM
To: mono-list@lists.ximian.com
Cc: Jonel Rienton
Subject: Re: [Mono-list] Trouble compiling Mono on Solaris 10 Sparc




On 2/15/06, Jonel Rienton <[EMAIL PROTECTED]> wrote: 

Hi,
 
I have some pointers here:
http://www.road14.com/2005/04/solaris-10-x86-and-mono.aspx, those work also
in building in sparc, not alot but not trivial either


OK, I'm giving it a try right now. However I just saw during the config that
it picked ld from /usr/ccs/bin/ld not the gnu version. Is this going to be a
problem down the road? As I said in a previous message I avoided this
problem by "hiding" /usr/ccs/bin., but this time I configured everything
just as you stated. 

The other concern I had is that several posts to this mailing list have
stated that you should be sure to use only gnu utilities. With the path set
up the way you have it, many sun utilities will be used (ar, ld, sed,
etc...). I see you didn't take any steps to correct for that. Did you not
need to?

Since the blastwave utilities are all prefixed with "g" it doesn't look like
any of them would be used and you would not need any of them installed for
this process. Is that correct?




--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.9/261 - Release Date: 2/15/2006



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


RE: [Mono-list] Trouble compiling Mono on Solaris 10 Sparc

2006-02-15 Thread Jonel Rienton



Hi,
 
I have some pointers here: http://www.road14.com/2005/04/solaris-10-x86-and-mono.aspx, 
those work also in building in sparc, not alot but not trivial 
either
 
-j


From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Michael 
WelchSent: Wednesday, February 15, 2006 10:07 AMTo: 
mono-list@lists.ximian.comSubject: Re: [Mono-list] Trouble compiling 
Mono on Solaris 10 Sparc

On 2/15/06, Paolo 
Molaro <[EMAIL PROTECTED]> 
wrote:
> 
  darwin_stop_world.lo  sparc_mach_dep.lo -lpthread> libtool: 
  link: warning: `-version-info/-version-number' is ignored for> 
  convenience libraries> false cru .libs/libmonogc.a .libs/allchblk.o 
  .libs/alloc.o .libs/blacklst.o You have a broken development setup: 
  you need ar and/or ranlib in yourPATH.
Thank you, I will give that a try tonight. (Would the output of config 
tell me this and I just missed it?)I have another question. The config 
script always find /usr/ccs/bin/ld instead of the one that is in my path. To 
avoid this I moved /usr/ccs/bin to /usr/ccs/binhidden. So now it finds the one 
in ~/bin. What are other tricks that people use so that I don't have to modify 
the "core" filesystem. Michael
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.1.375 / Virus Database: 267.15.9/261 - Release Date: 
2/15/2006

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


RE: [Mono-list] Trouble compiling Mono on Solaris 10 Sparc

2006-02-14 Thread Jonel Rienton
Since you're already using Blastwave, we have packages in Blastwave for
mono, just pkg-get it.

Regards,

Jonel



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Welch
Sent: Tuesday, February 14, 2006 9:50 PM
To: mono-list@lists.ximian.com
Subject: [Mono-list] Trouble compiling Mono on Solaris 10 Sparc


My attempts to build mono always fail in the libgc directory. I'm looking
for help overcoming the following issue:

I have a clean install of Solaris 10 (01/06) on a Sun Ultra 60.

I've installed gnu utilities from blastwave.org. (/opt/csw).

To make sure that none of the sun utilities are used I've done the
following:

Created a bin directory in my home directory, and added it first to my path.
I then made symbolic links to /opt/csw/bin (for example I have a symbolic
link named m4 to /opt/csw/bin/gm4). I did the same for all of these files:
as, cc, gcc, ld, m4, make, nm, sed, tar.

When I do a configure I checked the results and it appears that only gnu
utilites are chosen for the build.

I don't get any compile errors. Here is the last little bit:

 gcc -g -O2 -c sparc_mach_dep.S  -fPIC -DPIC -o .libs/sparc_mach_dep.o
 gcc -g -O2 -c sparc_mach_dep.S -o sparc_mach_dep.o >/dev/null 2>&1
/bin/bash ./libtool --mode=link gcc  -g  -o libmonogc.la  -version-info
1:2:0 allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo
finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo aix_irix_threads.lo malloc.lo
mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo
pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo solaris_pthreads.lo
solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo backgraph.lo
win32_threads.lo pthread_support.lo pthread_stop_world.lo
darwin_stop_world.lo  sparc_mach_dep.lo -lpthread
libtool: link: warning: `-version-info/-version-number' is ignored for
convenience libraries
false cru .libs/libmonogc.a .libs/allchblk.o .libs/alloc.o .libs/blacklst.o
.libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o
.libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/aix_irix_threads.o
.libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o
.libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o
.libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o
.libs/solaris_pthreads.o .libs/solaris_threads.o .libs/specific.o
.libs/stubborn.o .libs/typd_mlc.o .libs/backgraph.o .libs/win32_threads.o
.libs/pthread_support.o .libs/pthread_stop_world.o .libs/darwin_stop_world.o
.libs/sparc_mach_dep.o
make[3]: *** [libmonogc.la] Error 1
make[3]: Leaving directory
`/home/mgwelch/Desktop/Downloads/mono-1.1.13.2/libgc'make[2]: ***
[all-recursive] Error 1
make[2]: Leaving directory
`/home/mgwelch/Desktop/Downloads/mono-1.1.13.2/libgc'make[1]: ***
[all-recursive] Error 1
make[1]: Leaving directory `/home/mgwelch/Desktop/Downloads/mono-1.1.13.2'
make: *** [all] Error 2


The only thing strange that I see is the line that starts "false cru". I'm
assuming that false command returns false and that is the "error".

Thanks,
Michael



--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.7/259 - Release Date: 2/13/2006



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


RE: [Mono-list] compiling libgdiplus

2006-02-08 Thread Jonel Rienton
Seems to me like you might be missing one (or more) of the build tool chain.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Greg Creme
Sent: Wednesday, February 08, 2006 10:24 AM
To: 'Jonathan S. Chambers'; mono-list@lists.ximian.com
Subject: RE: [Mono-list] compiling libgdiplus

That clears things up quite a bit!  I didn't know that!  So, now that I know
where it is looking for the source, I checked and the error message is
exactly correct - there is no configure file in the cairo directory under
the libgdiplus directory.  SO... I checked in SVN
(http://svn.myrealbox.com/viewcvs/trunk/libgdiplus/cairo/) and configure is
not there either (I thought maybe I just had gotten a bad cvs version).  

Now the question is, which of these is the problem?  Should there be a
configure file in CVS and it is missing or am I doing something wrong to
make it look for the configure file that shouldn't be there?   

Thanks,
Greg

-Original Message-
From: Jonathan S. Chambers [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 08, 2006 11:01 AM
To: Greg Creme; mono-list@lists.ximian.com
Subject: RE: [Mono-list] compiling libgdiplus

The cairo source is in the libgdiplus directory. You do not need to install
a version of cairo for libgdiplus to work. 

I can't remember what else I did to get libgdiplus built (I did it initially
a few months ago). If you send me the output from ./configure in the cairo
directory, I'll take a look. Else, we'll have to wait for an expert to
answer.

- Jonathan

-Original Message-
From: Greg Creme [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 08, 2006 10:54 AM
To: Jonathan S. Chambers; mono-list@lists.ximian.com
Subject: RE: [Mono-list] compiling libgdiplus

Hi Jonathan, 

It appears that the freetype package has installed to /usr/lib/pkgconfig.  I
typed echo $PKG_CONFIG_PATH to check and got a blank line, so I guess
nothing was defined there.  So, I typed export
PKG_CONFIG_PATH=/usr/lib/pkgconfig to set it up and tried it again, and I
still get the same error message.  Is it possible that it can't find the
cairo source?  Is there a set location where that should be or some way for
me to tell the configure command where to look for it?  

Thanks,
Greg

-Original Message-
From: Jonathan S. Chambers [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 08, 2006 10:41 AM
To: [EMAIL PROTECTED]; mono-list@lists.ximian.com
Subject: RE: [Mono-list] compiling libgdiplus

Greg,
I build libgdiplus on RHEL 3. I had the same problem as you, and I
installed freetype/fontconfig. Is the directory where the fontconfig.pc file
is located in your PKG_CONFIG_PATH?

- Jonathan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, February 08, 2006 10:23 AM
To: mono-list@lists.ximian.com
Subject: [Mono-list] compiling libgdiplus

I am trying to compile libgdiplus on redhat enterprise linux 3.   I have
already compiled and installed the latest mono from svn.  When I type
./configure in the libgdiplus source directory, I get the following:  

configure: configuring in cairo
configure: running /bin/sh ./configure --prefix=/usr/local
--cache-file=/dev/null --srcdir=.
./configure: ./configure: No such file or directory
configure: error: /bin/sh ./configure failed for cairo


I have downloaded the cairo 1.0.2 source code and placed it in the same
directory as the libgdiplus source (ie.  they are both in the directory
called trunk so the path is /trunk/libgdiplus and /trunk/cairo-1.0.2)  

When I change to the cairo directory and run ./configure, I get the
following: 

cairo will be compiled with the following surface backends:
  Xlib: yes
  Quartz: no
  XCB: no
  Win32: no
  PostScript: no
  PDF: no
  glitz: no
 
the following font backends:
  FreeType: no
  Win32: no
  ATSUI: no
 
and the following features:
  PNG functions: no
configure: error: Cairo requires at least one font backend.
  Please install freetype and fontconfig, then try
again:
  http://freetype.org/  http://fontconfig.org/



I went to freetype.org to download the code - grabbed freetype-2.1.10 and
compiled and installed it.  When I run.configure again for cairo, I get the
same error message.  

SO, I went back and downloaded the fontconfig.org file - fontconfig-2.3.2,
and compiled and installed it.  Finally, it says that freetype is installed
when I run ./configure  in the cairo directory.  

So, I went back to the libgdiplus directory and ran ./configure again.
I get the same error message: 
configure: configuring in cairo
configure: running /bin/sh ./configure --prefix=/usr/local
--cache-file=/dev/null --srcdir=.
./configure: ./configure: No such file or directory
configure: error: /bin/sh ./configure failed for cairo

I even tried to run ./autogen.sh and it gave me: 
configure: configuring in cairo
configure: running /bin/sh ./configure --prefix=/usr/local
'--enable-ma

RE: [Mono-list] mod-mono apache issue

2006-02-03 Thread Jonel Rienton
what does your apache log tells you? before you start apache(2), do this
first:

tail the access.log and the error.log
start apache

also, what version of xsp/mod_mono are you using? were these installed
from source?

>  Original Message 
> Subject: [Mono-list] mod-mono apache issue
> From: "Vincent DiScipio" <[EMAIL PROTECTED]>
> Date: Fri, February 03, 2006 10:50 am
> To: 
> 
> Hi, 
> 
> I am new to the list so if this has been answered please point me to the post 
> and I will read it.
> 
> I have MONO 1.1.13 installed on SUSE Enterprise 9 and have installed mdid.  
> The MDID application works as expected when using the xsp webserver directly. 
>  It throws the following error (* See below *) when using the apache 
> mod_mono.  
> 
> Any help would be great
> vince
> 
> Here is the vhost:
> 
> Alias /mdid25/   /usr/local/mdid/mdid2-0.5.0/wwwroot/
> MonoApplications "/mdid25:/usr/local/mdid/mdid2-0.5.0/wwwroot/"
> 
> Options All 
> Order allow,deny
> Allow from all
> SetHandler mono
> DirectoryIndex default.aspx
> 
> 
> and the mod lives as /usr/lib/apache2/mod_mono.so
> 
> (* Begin error *)
> Data: 140.103.236.176 (140.103.236.176)
> Exception: System.IO.IOException: Read failure
> 
> Server stack trace: 
> in <0x000c3> System.Net.Sockets.NetworkStream:Read (System.Byte[] buffer, 
> Int32 offset, Int32 size)
> in <0x00045> System.IO.BinaryReader:FillBuffer (Int32 bytes)
> in <0x00011> System.IO.BinaryReader:ReadInt32 ()
> in <0x0001e> Mono.WebServer.ModMonoRequest:IsConnected ()
> in <0x00010> Mono.WebServer.ModMonoWorker:IsConnected ()
> in <0x00022> Mono.WebServer.BaseRequestBroker:IsConnected (Int32 requestId)
> in (wrapper remoting-invoke-with-check) 
> Mono.WebServer.BaseRequestBroker:IsConnected (int)
> in (wrapper xdomain-dispatch) Mono.WebServer.BaseRequestBroker:IsConnected 
> (object,byte[]&,byte[]&,int)
> 
> Exception rethrown at [0]: 
>  ---> System.Net.Sockets.SocketException: Operation on non-blocking socket 
> would block
> in <0x0006d> System.Net.Sockets.Socket:Receive_nochecks (System.Byte[] buf, 
> Int32 offset, Int32 size, SocketFlags flags)
> in <0x00064> System.Net.Sockets.Socket:Receive (System.Byte[] buf, Int32 
> offset, Int32 size, SocketFlags flags)
> in <0x00075> System.Net.Sockets.NetworkStream:Read (System.Byte[] buffer, 
> Int32 offset, Int32 size)--- End of inner exception stack trace ---
> 
> in (wrapper xdomain-invoke) Mono.WebServer.BaseRequestBroker:IsConnected (int)
> in (wrapper remoting-invoke-with-check) 
> Mono.WebServer.BaseRequestBroker:IsConnected (int)
> in <0x0001e> Mono.WebServer.ModMonoWorkerRequest:IsClientConnected ()
> in <0x00021> System.Web.HttpResponse:get_IsClientConnected ()
> in <0x006ca> Orciid.GetImage:GetImage_Init (System.Object sender, 
> System.EventArgs e)
> in (wrapper delegate-invoke) 
> System.MulticastDelegate:invoke_void_object_EventArgs 
> (object,System.EventArgs)
> in <0x00117> System.Web.UI.Control:OnInit (System.EventArgs e)
> in <0x00016> Orciid.GetImage:OnInit (System.EventArgs e)
> in <0x00235> System.Web.UI.Control:InitRecursive (System.Web.UI.Control 
> namingContainer)
> in <0x00045> System.Web.UI.Page:InternalProcessRequest ()
> in <0x000a1> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext 
> context)
> 
> 
> Vince DiScipio
> Director Networks, Telecommunications and Systems
> The College of Wooster
> Wooster Oh, 44691
> P - 330-263-2612
> F - 330-263-2666
> 
> ___
> 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] mod_mono and SQLite

2006-02-03 Thread Jonel Rienton
it's in Mono's website, SQLite3.dll has to be in your PATH or in the
current directory

>  Original Message 
> Subject: Re: [Mono-list] mod_mono and SQLite
> From: Duncan McQueen <[EMAIL PROTECTED]>
> Date: Fri, February 03, 2006 6:06 am
> To: Mono-list@lists.ximian.com
> 
> I noticed the same thing and did have SQlite3.dll in the /bin
> directory.  SQLite3.dll is an assembly - and I think you need to have
> it in your system path somewhere but not your assembly directory.
> 
> On 2/3/06, Everaldo Canuto <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > Please type a:
> >
> > `ls -l /home/sfbell/forums/bin/*'
> >
> > and send us the result.
> >
> > Everaldo.
> >
> >
> > Em Qui, 2006-02-02 às 23:26 -0500, Steven Bell escreveu:
> > > `/home/sfbell/forums/bin/
> >
> > ___
> > 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 maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] what structure should I use

2006-02-01 Thread Jonel Rienton
You're in the right direction. The Node class will work, however, instead of
using an Array I would use a strongly-typed class that inherits the
CollectionBase class for the collection of Nodes(maybe call it
NodeCollection).  Another class that reads the file would also be good. I
would also use a controller class that will glue all this classes together.

When you say store, do you mean persist to a relational db?

Regards,

Jonel Rienton

--
I know not english well, but I know 9 computer languages. 
Pinoy Ako!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Malte Dreschert
Sent: Wednesday, February 01, 2006 4:12 PM
To: mono-list@lists.ximian.com
Subject: [Mono-list] what structure should I use

Hi,

I have a slight problem with a program I want to write.

I want to read a textfile that contains the description of a hierarchy. 
The hierarchy has nodes, which hae certain Attributes like name, parentnode,
translation and orientation. What is the best way to store this kind of
information? I was wondering if I can create a class (ie. 
"node"), that has the Attributes as Members. I want to create an Object of
the class for each node in the file with the correct attributes and store
these Objects in an array. But I don't know if this is possible and a smart
thing to do.

Perhaps someone can give me a hint on how to do such a thing effectivley.

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

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.25/246 - Release Date: 1/30/2006
 

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


Re: [Mono-list] mono for Solaris?

2005-06-23 Thread Jonel Rienton
I was able to build mono on Solaris (Sparc). However I can't seem to  
have a parallel build on the x86 platform, I was trying to port it  
for CSW but still to no avail since it requires me to have builds for  
both x86 and sparc. Building it on the Sparc platform was straight  
forward.


I have also written a short guide for building mono in Solaris 10:

http://home.comcast.net/~jonel.rienton/2005/04/solaris-10-x86-and- 
mono.html


Good luck,

regards,
Jonel


On Jun 23, 2005, at 12:06 PM, Alex Kriegel wrote:

Is there a ported version of mono for Solaris? I'd be interested in  
running asp.net on apache under Solaris 9/10
I guess the source code could be tweaked to work there, but would  
rather use a ready solution.


Thanks,
-Alex
___
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] Smtp Trouble

2005-05-06 Thread Jonel Rienton
Anything not part of corlib you have reference explicitly during  
build.  I think the SDK would be the best to consult regarding the  
authentication.

regards,
Jonel
On May 6, 2005, at 12:37 PM, John Osborne wrote:
Thanks, that was magic!
What just happened there though? I thought if I did a "using  
System.Web" it was automatically referenced, but this doesn't  
appear to be the case...

Any idea about the password/authentication thing?
-John

Jonel Rienton wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
try mcs -r System.Web minitest.cs
assuming your code's filename is minitest.cs

regards,
- -
Jonel Rienton
http://homepage.mac.com/jrienton
Software Developer, *nix Advocate
On May 6, 2005, at 10:24 AM, John Osborne wrote:

I'm running into trouble with the following mini-test program:
using System;
using System.Web;
using System.Web.Mail;
public class SmtpTest {
  public static void Main (String[] args) {
  SmtpMail.SmtpServer = "foo.northwestern.edu";
  SmtpMail.Send ("[EMAIL PROTECTED]","j-  
[EMAIL PROTECTED]","Hello, E-Mail world!","This is a test   
mail.");
  }
}

because I get the following compilation errors:
SmtpTest.cs(3) error CS0234: The type or namespace name `Mail'   
could not be found in namespace `System.Web'
SmtpTest.cs(3) error CS0234: The type or namespace name `Mail'   
could not be found in namespace `System.Web'
SmtpTest.cs(3) error CS0246: The namespace `System.Web.Mail' can   
not be found (missing assembly reference?)

Two questions:
1) I'm running mono on the Mac, did the System.Web.Mail  
namespace  never get ported to the Mac and hence the compilation  
errors?
2) How do I authenicate against the SMTP server with a password?  
It  looks like on .NET there are some extra fields you can add  
but this  doesn't appear to be the case on mono.

-John
--
John Osborne
Senior Bioinformatics Analyst
Robert H. Lurie Cancer Center
Northwestern University
676 N. St. Clair Street, Suite 1216C
Chicago, Illinois 60611
[EMAIL PROTECTED]
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list



-BEGIN PGP SIGNATURE-
Version: PGP Desktop 9.0.0 (Build 2001)
iQA/AwUBQnudc+AwOVAnbsGCEQKD+ACeJpPpk0W7owMwDWL80X3WsujPVEkAoK+n
CRLDor7e+9tMcm0/arW+vwRK
=SOa1
-END PGP SIGNATURE-
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


--
John Osborne
Senior Bioinformatics Analyst
Robert H. Lurie Cancer Center
Northwestern University
676 N. St. Clair Street, Suite 1216C
Chicago, Illinois 60611
[EMAIL PROTECTED]
___
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] Smtp Trouble

2005-05-06 Thread Jonel Rienton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

try mcs -r System.Web minitest.cs

assuming your code's filename is minitest.cs



regards,

- -
Jonel Rienton
http://homepage.mac.com/jrienton
Software Developer, *nix Advocate

On May 6, 2005, at 10:24 AM, John Osborne wrote:

> I'm running into trouble with the following mini-test program:
>
> using System;
> using System.Web;
> using System.Web.Mail;
>
> public class SmtpTest {
>
>public static void Main (String[] args) {
>SmtpMail.SmtpServer = "foo.northwestern.edu";
>SmtpMail.Send ("[EMAIL PROTECTED]","j- 
> [EMAIL PROTECTED]","Hello, E-Mail world!","This is a test  
> mail.");
>}
> }
>
>
> because I get the following compilation errors:
> SmtpTest.cs(3) error CS0234: The type or namespace name `Mail'  
> could not be found in namespace `System.Web'
> SmtpTest.cs(3) error CS0234: The type or namespace name `Mail'  
> could not be found in namespace `System.Web'
> SmtpTest.cs(3) error CS0246: The namespace `System.Web.Mail' can  
> not be found (missing assembly reference?)
>
> Two questions:
> 1) I'm running mono on the Mac, did the System.Web.Mail namespace  
> never get ported to the Mac and hence the compilation errors?
> 2) How do I authenicate against the SMTP server with a password? It  
> looks like on .NET there are some extra fields you can add but this  
> doesn't appear to be the case on mono.
>
> -John
>
> -- 
> John Osborne
> Senior Bioinformatics Analyst
> Robert H. Lurie Cancer Center
> Northwestern University
> 676 N. St. Clair Street, Suite 1216C
> Chicago, Illinois 60611
> [EMAIL PROTECTED]
>
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
>


-BEGIN PGP SIGNATURE-
Version: PGP Desktop 9.0.0 (Build 2001)

iQA/AwUBQnudc+AwOVAnbsGCEQKD+ACeJpPpk0W7owMwDWL80X3WsujPVEkAoK+n
CRLDor7e+9tMcm0/arW+vwRK
=SOa1
-END PGP SIGNATURE-
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Mac OS X 10.4 and Mono

2005-05-02 Thread Jonel Rienton
Hi,
Just like to share that Mono 1.1.6 build successfully on Mac OS X  
10.4 (Tiger)

regards,
-
Jonel Rienton
http://homepage.mac.com/jrienton
Software Developer, *nix Advocate
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Solaris 10 x86 Mono 1.1.4 package

2005-03-10 Thread Jonel Rienton
I have created my first package for Solaris 10 x86 for Mono 1.1.4. If 
you guys interested, you can get it at:

x86: http://road14.com/~nelski/mono-1.1.4-SunOS5.10-i386-CSW.pkg.gz
i have also created a sparc-5.8 build but it's still in testing, just 
email me off the list if you like to test it on your test boxes.

regards,
-
Jonel Rienton
http://blogs.road14.com
Software Developer, *nix Advocate
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Mono build on an nfs share

2005-03-09 Thread Jonel Rienton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi guys,

anyone ever build mono on a directory which is actually an nfs share? I 
have just discovered this and I'd like to know if anyone have 
successfully built this this way? if none, i'll file a bug report on 
this. Seems to be related with sn.exe

regards,

- -----
Jonel Rienton
http://blogs.road14.com
Software Developer, *nix Advocate

-BEGIN PGP SIGNATURE-
Version: PGP 8.1

iQA/AwUBQi/YtOAwOVAnbsGCEQIVkgCfRiV+/hApeH6NZxmKFdOHoVgqd9oAoOwb
CxngtVfMQUQqurlO4qDV2KGQ
=y0Wg
-END PGP SIGNATURE-

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


Re: [Mono-list] mono 1.1.4 and solaris x86

2005-02-22 Thread Jonel Rienton
ok, will do. I'll probably file the issue with getpwuid_r also while 
i'm at it. thanks for responding, i think i'm the only one in this list 
trying to build Mono on a Solaris 10 x86 box.

regards,
-
Jonel Rienton
http://blogs.road14.com
Software Developer, *nix Advocate
On Feb 21, 2005, at 1:05 PM, Paolo Molaro wrote:
On 02/21/05 Jonel Rienton wrote:
I believe I have filed a bug report on this, but maybe like you said,
Let me know when you find the bug number.
it's not a mainstream architecture maybe it's not a priority.
This is not what I said: if you found an issue on your architecture
you can't expect anyone to fix it if you don't tell anyone about it.
lupus
--
-
[EMAIL PROTECTED] debian/rules
[EMAIL PROTECTED] Monkeys do it better
___
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 to build Mono on a Solaris 10 x86 box

2005-02-21 Thread Jonel Rienton
I'll file the bug report on this. Thanks again.
-
Jonel Rienton
http://blogs.road14.com
Software Developer, *nix Advocate
On Feb 21, 2005, at 10:27 AM, Paolo Molaro wrote:
On 02/20/05 Jonel Rienton wrote:
for those of  you running Solaris 10 in an x86 boxes, I have written
the steps I took to install Mono 1.1.4.
http://blogs.road14.com/archives/2005/02/20/solaris-x86-and-mono/
It looks like someone already told you that the -mt error
is because of a misconfiguration on your system: you need to use
the same compiler that was used to compile glib (yes, I don't like
this either, feel free to complain to the glib maintainers).
I hope some of you will find this useful. Thanks.
I would be actually useful if you told us what errors you get,
instead of just saying you got some:
There's at least 4 or 5 files which will have errors like this and
what I did was just take out the last argument from the functions. 
This
was the last build errors I encountered and everything went and build
properly.
We need file names and line numbers, so we can fix the code.
Thanks.
lupus
--
-
[EMAIL PROTECTED] debian/rules
[EMAIL PROTECTED] Monkeys do it better
___
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] mono 1.1.4 and solaris x86

2005-02-21 Thread Jonel Rienton
ok, will do. I'll probably file the issue with getpwuid_r also while 
i'm at it. thanks for responding, i think i'm the only one in this list 
trying to build Mono on a Solaris 10 x86 box.

regards,
-
Jonel Rienton
http://blogs.road14.com
Software Developer, *nix Advocate
On Feb 21, 2005, at 1:05 PM, Paolo Molaro wrote:
On 02/21/05 Jonel Rienton wrote:
I believe I have filed a bug report on this, but maybe like you said,
Let me know when you find the bug number.
it's not a mainstream architecture maybe it's not a priority.
This is not what I said: if you found an issue on your architecture
you can't expect anyone to fix it if you don't tell anyone about it.
lupus
--
-
[EMAIL PROTECTED] debian/rules
[EMAIL PROTECTED] Monkeys do it better
___
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] mono 1.1.4 and solaris x86

2005-02-21 Thread Jonel Rienton
I believe I have filed a bug report on this, but maybe like you said, 
it's not a mainstream architecture maybe it's not a priority.

-----
Jonel Rienton
http://blogs.road14.com
Software Developer, *nix Advocate
On Feb 21, 2005, at 9:49 AM, Paolo Molaro wrote:
On 02/19/05 Jonel Rienton wrote:
The reason I said the same behavior can be expected is because I've
been building through svn nightly and the same result happens. I
thought maybe the 1.1.4 might have been polished for a release 
version.
Just for the record: if you found a bug and you keep it for yourself
it's unlikely we'll fix it, especially if it's related to a
non-mainstream architecture.
lupus
--
-
[EMAIL PROTECTED] debian/rules
[EMAIL PROTECTED] Monkeys do it better
___
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 to build Mono on a Solaris 10 x86 box

2005-02-20 Thread Jonel Rienton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi guys,

for those of  you running Solaris 10 in an x86 boxes, I have written 
the steps I took to install Mono 1.1.4.

http://blogs.road14.com/archives/2005/02/20/solaris-x86-and-mono/

I hope some of you will find this useful. Thanks.

regards,

- -
Jonel Rienton
http://blogs.road14.com
Software Developer, *nix Advocate

-BEGIN PGP SIGNATURE-
Version: PGP 8.1

iQA/AwUBQhj0duAwOVAnbsGCEQILFQCfYJPBN9sXuYJkv7+/lSQGsUg5ZrwAn3Pl
al3Ei0dEUdQUHGyjzHlrrD3Y
=/HTm
-END PGP SIGNATURE-

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


Re: [Mono-list] mono 1.1.4 and solaris x86 (RESOLVED)

2005-02-19 Thread Jonel Rienton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


- -
Jonel Rienton
http://blogs.road14.com
Software Developer, *nix Advocate
On Feb 19, 2005, at 2:31 PM, Paul wrote:

> Hi,
>
>> Thanks Paul for all the help and pointers, the man page for getpwuid_r
>> et al helped a lot!
>
> Not a problem :-)
>
>> [1] I'll be posting on my blog the steps I did in installing Mono in a
>> Solaris x86 box. I  have also requested some tweak to the devel-list
>> regarding some flags for building in Solaris x86
>
> Any problems me copying it for my unofficial FAQ page?

Not at all, anything we can do help others make the transition :-)

>
>> Man I've been trying for so long to get this build to work and it
>> finally did. Thanks!
>
> Not a problem - we're a nice bunch :-)
>
> TTFN
>
> Paul
> -- 
> "I like blinking me" - Helen, Big Brother 2 contestant

-BEGIN PGP SIGNATURE-
Version: PGP 8.1

iQA/AwUBQheVuuAwOVAnbsGCEQK/dgCg9bYKGIoQ2VYpsIjsrAvjBvKQEv8AoK8N
xGawSL0XmcQ0jE4Ykvg9dIRz
=NbNj
-END PGP SIGNATURE-

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


Re: [Mono-list] mono 1.1.4 and solaris x86 (RESOLVED)

2005-02-19 Thread Jonel Rienton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thanks Paul for all the help and pointers, the man page for getpwuid_r 
et al helped a lot!

[EMAIL PROTECTED]:~> uname -a
SunOS blue 5.10 s10_69 i86pc i386 i86pc
[EMAIL PROTECTED]:~> mcs --version
Mono C# compiler version 1.1.4.0
[EMAIL PROTECTED]:~> mono --version
Mono JIT compiler version 1.1.4, (C) 2002-2004 Novell, Inc and 
Contributors. www.go-mono.com
 TLS:   normal
 GC:Included Boehm (with typed GC)
 SIGSEGV  : normal
 Globalization: none
[EMAIL PROTECTED]:~> mono hello.exe
Hello Solaris!
[EMAIL PROTECTED]:~>


[1] I'll be posting on my blog the steps I did in installing Mono in a 
Solaris x86 box. I  have also requested some tweak to the devel-list 
regarding some flags for building in Solaris x86

Man I've been trying for so long to get this build to work and it 
finally did. Thanks!


regards,

- -
Jonel Rienton
http://blogs.road14.com
Software Developer, *nix Advocate
On Feb 19, 2005, at 12:40 PM, Paul wrote:

> Hi,
>
>> i've managed to get rid of the previous error below, and I hit another
>> wall:
>>
>> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono
>> - -I../../libgc/include -I/opt/csw/include/glib-2.0
>> - -I/opt/csw/lib/glib-2.0/include -I/opt/csw/include/glib-2.0
>> - -I/opt/csw/lib/glib-2.0/include -DMONO_ASSEMBLIES=\"/usr/local/lib\"
>> - -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_SOLARIS_THREADS
>> - -DGC_SOLARIS_PTHREADS -D_REENTRANT -D_FILE_OFFSET_BITS=64
>> - -D_XOPEN_SOURCE=500 -D__EXTENSIONS__ -D_XOPEN_SOURCE_EXTENDED=1 -g 
>> -O2
>> - -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes
>> - -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes
>> - -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align
>> - -Wwrite-strings -Wno-char-subscripts -MT security.lo -MD -MP -MF
>> .deps/security.Tpo -c security.c  -fPIC -DPIC -o .libs/security.o
>> security.c: In function `GetTokenName':
>> security.c:139: error: too many arguments to function `getpwuid_r'
>
> In the source I have here (and checking man getpwuid_r), there are 5
> parameters expected and 5 supplied. Same applies to the next error.
>
> By the looks of it, something on your system is getting confused. Check
> whereever you have gcc installed what pwd.h has in there for the
> functions being moaned at. Do you have two versions of gcc on your box
> (or one which has been removed, but something left behind)?
>
> TTFN
>
> Paul
> -- 
> "I like blinking me" - Helen, Big Brother 2 contestant

-BEGIN PGP SIGNATURE-
Version: PGP 8.1

iQA/AwUBQheOxOAwOVAnbsGCEQKiyACgh3Op5SzVldZO0aENBLDx1EapEvEAoNAO
1mJPDMbKpHtsH9SLrm0Ro3te
=QG2e
-END PGP SIGNATURE-

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


Re: [Mono-list] mono 1.1.4 and solaris x86

2005-02-19 Thread Jonel Rienton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi again,

i've managed to get rid of the previous error below, and I hit another  
wall:

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono  
- -I../../libgc/include -I/opt/csw/include/glib-2.0  
- -I/opt/csw/lib/glib-2.0/include -I/opt/csw/include/glib-2.0  
- -I/opt/csw/lib/glib-2.0/include -DMONO_ASSEMBLIES=\"/usr/local/lib\"  
- -DMONO_CFG_DIR=\"/usr/local/etc\" -DGC_SOLARIS_THREADS  
- -DGC_SOLARIS_PTHREADS -D_REENTRANT -D_FILE_OFFSET_BITS=64  
- -D_XOPEN_SOURCE=500 -D__EXTENSIONS__ -D_XOPEN_SOURCE_EXTENDED=1 -g -O2  
- -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes  
- -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes  
- -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align  
- -Wwrite-strings -Wno-char-subscripts -MT security.lo -MD -MP -MF  
.deps/security.Tpo -c security.c  -fPIC -DPIC -o .libs/security.o
security.c: In function `GetTokenName':
security.c:139: error: too many arguments to function `getpwuid_r'
security.c:139: warning: assignment makes integer from pointer without  
a cast
security.c: In function `IsDefaultGroup':
security.c:206: error: too many arguments to function `getpwuid_r'
security.c:206: warning: assignment makes integer from pointer without  
a cast
security.c: In function  
`ves_icall_System_Security_Principal_WindowsIdentity_GetUserToken':
security.c:368: error: too many arguments to function `getpwnam_r'
security.c:368: warning: assignment makes integer from pointer without  
a cast
security.c: In function  
`ves_icall_System_Security_Principal_WindowsPrincipal_IsMemberOfGroupId' 
:
security.c:523: error: too many arguments to function `getgrgid_r'
security.c:523: warning: assignment makes integer from pointer without  
a cast
security.c: In function  
`ves_icall_System_Security_Principal_WindowsPrincipal_IsMemberOfGroupNam 
e':
security.c:575: error: too many arguments to function `getgrnam_r'
security.c:575: warning: assignment makes integer from pointer without  
a cast
gmake[3]: *** [security.lo] Error 1
gmake[3]: Leaving directory  
`/home/jonel/sandbox/mono-1.1.4/mono/metadata'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/home/jonel/sandbox/mono-1.1.4/mono'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/jonel/sandbox/mono-1.1.4'
gmake: *** [all] Error 2
[EMAIL PROTECTED]:~/sandbox/mono-1.1.4>


any help/pointers would be great, thanks!

regards,

- -
Jonel Rienton
http://blogs.road14.com
Software Developer, *nix Advocate
On Feb 19, 2005, at 11:25 AM, Jonel Rienton wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> The reason I said the same behavior can be expected is because I've
> been building through svn nightly and the same result happens. I
> thought maybe the 1.1.4 might have been polished for a release version.
>
> - -
> Jonel Rienton
> http://blogs.road14.com
> Software Developer, *nix Advocate
> On Feb 19, 2005, at 11:15 AM, Paul wrote:
>
>> Hi,
>>
>>> I was building from a tarball, I think i've googled enough but didn't
>>> get far enough.
>>
>> http://www.all-the-johnsons.co.uk/mono/mono-tarball.html
>>
>>> The same behavior can be expected if building from svn.
>>
>> Um, no. Unless you've built from svn, you can't say that. Remember,
>> unless you're using a nightly tarball, it's likely that you'll have
>> missed something. svn has things fixed *much* faster.
>>
>> TTFN
>>
>> Paul
>> -- 
>> "I like blinking me" - Helen, Big Brother 2 contestant
>
> -BEGIN PGP SIGNATURE-
> Version: PGP 8.1
>
> iQA/AwUBQhdom+AwOVAnbsGCEQIfPgCg/h65V6AkF0+28NkoOi5XKDKQyroAoPqq
> CzZrz9vmSu8vPLyMoVcIN4/j
> =vgW1
> -END PGP SIGNATURE-
>
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>

-BEGIN PGP SIGNATURE-
Version: PGP 8.1

iQA/AwUBQhd2SOAwOVAnbsGCEQIk7QCeOQSl09ZereGR/umzOCaU7XT+fA8AoPW+
/n+fnpwzHpf4IwoTf3A2lCWF
=Nmvg
-END PGP SIGNATURE-

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


Re: [Mono-list] mono 1.1.4 and solaris x86

2005-02-19 Thread Jonel Rienton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The reason I said the same behavior can be expected is because I've 
been building through svn nightly and the same result happens. I 
thought maybe the 1.1.4 might have been polished for a release version.

- -
Jonel Rienton
http://blogs.road14.com
Software Developer, *nix Advocate
On Feb 19, 2005, at 11:15 AM, Paul wrote:

> Hi,
>
>> I was building from a tarball, I think i've googled enough but didn't
>> get far enough.
>
> http://www.all-the-johnsons.co.uk/mono/mono-tarball.html
>
>> The same behavior can be expected if building from svn.
>
> Um, no. Unless you've built from svn, you can't say that. Remember,
> unless you're using a nightly tarball, it's likely that you'll have
> missed something. svn has things fixed *much* faster.
>
> TTFN
>
> Paul
> -- 
> "I like blinking me" - Helen, Big Brother 2 contestant

-BEGIN PGP SIGNATURE-
Version: PGP 8.1

iQA/AwUBQhdom+AwOVAnbsGCEQIfPgCg/h65V6AkF0+28NkoOi5XKDKQyroAoPqq
CzZrz9vmSu8vPLyMoVcIN4/j
=vgW1
-END PGP SIGNATURE-

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


Re: [Mono-list] mono 1.1.4 and solaris x86

2005-02-19 Thread Jonel Rienton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

Thanks for the response .

[EMAIL PROTECTED]:~> uname -a
SunOS blue 5.10 s10_69 i86pc i386 i86pc

[EMAIL PROTECTED]:~> gcc --version
gcc (GCC) 3.4.3
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is 
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
PURPOSE.

I was building from a tarball, I think i've googled enough but didn't 
get far enough.
The same behavior can be expected if building from svn.

regards,

- -----
Jonel Rienton
http://blogs.road14.com
Software Developer, *nix Advocate
On Feb 19, 2005, at 6:35 AM, Paul wrote:

> Hi,
>
>> Hi guys, I tried again in building mono 1.1.4 in my solaris x86 box 
>> and
>> it's still failing with the same message as before:
>>
>> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono
>> - -I../../libgc/include -mt -I/opt/csw/include/glib-2.0
>> - -I/opt/csw/lib/glib-2.0/include -I/opt/csw/include/glib-2.0
>> - -I/opt/csw/lib/glib-2.0/include -DGC_SOLARIS_THREADS
>> - -DGC_SOLARIS_PTHREADS -D_REENTRANT -D_FILE_OFFSET_BITS=64
>> - -D_XOPEN_SOURCE=500 -D__EXTENSIONS__ -D_XOPEN_SOURCE_EXTENDED=1 -g 
>> -O2
>> - -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes
>> - -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes
>> - -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align
>> - -Wwrite-strings -Wno-char-subscripts -MT mono-hash.lo -MD -MP -MF
>> .deps/mono-hash.Tpo -c mono-hash.c  -fPIC -DPIC -o .libs/mono-hash.o
>> cc1: error: invalid option `t'
>
> Which version of gcc are you using and is this from the tarballs or 
> from
> svn? If it's from svn, is it after an update (running make distclean
> usually fixes problems like this)?
>
> TTFN
>
> Paul
> -- 
> "I like blinking me" - Helen, Big Brother 2 contestant

-BEGIN PGP SIGNATURE-
Version: PGP 8.1

iQA/AwUBQhdeVuAwOVAnbsGCEQLcuQCfUITF+GmY1pS6gyug0TsysroraBEAnito
O7U+i75KZ1wSU1mP47TEwYXY
=uNay
-END PGP SIGNATURE-

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


[Mono-list] mono 1.1.4 and solaris x86

2005-02-18 Thread Jonel Rienton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi guys, I tried again in building mono 1.1.4 in my solaris x86 box and 
it's still failing with the same message as before:

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono 
- -I../../libgc/include -mt -I/opt/csw/include/glib-2.0 
- -I/opt/csw/lib/glib-2.0/include -I/opt/csw/include/glib-2.0 
- -I/opt/csw/lib/glib-2.0/include -DGC_SOLARIS_THREADS 
- -DGC_SOLARIS_PTHREADS -D_REENTRANT -D_FILE_OFFSET_BITS=64 
- -D_XOPEN_SOURCE=500 -D__EXTENSIONS__ -D_XOPEN_SOURCE_EXTENDED=1 -g -O2 
- -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes 
- -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes 
- -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align 
- -Wwrite-strings -Wno-char-subscripts -MT mono-hash.lo -MD -MP -MF 
.deps/mono-hash.Tpo -c mono-hash.c  -fPIC -DPIC -o .libs/mono-hash.o
cc1: error: invalid option `t'
gmake[3]: *** [mono-hash.lo] Error 1
gmake[3]: Leaving directory `/home/jonel/sandbox/mono-1.1.4/mono/utils'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/home/jonel/sandbox/mono-1.1.4/mono'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/jonel/sandbox/mono-1.1.4'
gmake: *** [all] Error 2


I have read that mono is available for Solaris as well, is it just for 
Sparc platform? Any help/pointers will be great.

regards,

- -
Jonel Rienton
http://blogs.road14.com
Software Developer, *nix Advocate

-BEGIN PGP SIGNATURE-
Version: PGP 8.1

iQA/AwUBQhaFzOAwOVAnbsGCEQLaAACg8//MDqbbsg2NTksvp7Xc3IOApuMAn08g
Xth90GN8QLOIhuOcAtPuN1Dt
=XEBV
-END PGP SIGNATURE-

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


[Mono-list] solaris 10 x86 build

2005-01-12 Thread Jonel Rienton
Hi, I was wondering if there's any news about building mono in a 
solaris 10 x86 box. I have recently grabbed a copy of the source 
through svn and the build is still stopping at cc1: invalid option `t', 
same result when i grab the tarball

regards,
Jonel
http://jonel.road14.com
--
I not know English well, but I know 7 computer languages.
anonymous
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Will Mono run on SuSe 8.x?

2005-01-10 Thread Jonel Rienton
it will probably compile from source provided all the dependencies are 
installed first

http://jonel.road14.com
--
I not know English well, but I know 7 computer languages.
anonymous
On Jan 10, 2005, at 10:40 AM, Fuller, Elmer O wrote:
I am just starting to look into Mono for a company project.  I see
In the documentation mention of SuSe 9.x but no mention (at least as 
far as I see)

of SuSe 8.x.  Does anybody know or has anyone gotten Mono to run on 
SuSe 8.x

 
Thanks very much
 
Elmer O. Fuller
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] mod_mono and webservices

2005-01-02 Thread Jonel Rienton
Just like to add, the same thing happen in my Debian installation.
regards,
http://jonel.road14.com
On Dec 29, 2004, at 9:53 PM, Jonel Rienton wrote:
Hi guys,
I recently deployed a webservice application in my mac, nothing fancy, 
just a test webservice with 2 webmethods that returns a string and a 
DataSet. However, when I try to test the webservice, I get the 
message:

Cookie domain not set. Parameter name: cookie
please see attachment.
Is there any additional configuration I should set for this web 
service? Thanks.

regards,
http://jonel.road14.com
--
I not know English well, but I know 7 computer languages.
anonymous
___
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] mod_mono and webservices

2004-12-31 Thread Jonel Rienton
Sorry bout that, atttachment is a screenshot
<>
http://jonel.road14.com
--
I not know English well, but I know 7 computer languages.
anonymous
On Dec 30, 2004, at 8:33 AM, Alejandro Mery wrote:

please see attachment.
nothing attached
--
Alejandro Mery
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] mod_mono and webservices

2004-12-29 Thread Jonel Rienton
Hi guys,
I recently deployed a webservice application in my mac, nothing fancy, 
just a test webservice with 2 webmethods that returns a string and a 
DataSet. However, when I try to test the webservice, I get the message:

Cookie domain not set. Parameter name: cookie
please see attachment.
Is there any additional configuration I should set for this web 
service? Thanks.

regards,
http://jonel.road14.com
--
I not know English well, but I know 7 computer languages.
anonymous
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Mono 1.0.5 and Solaris 10 x86

2004-12-23 Thread Jonel Rienton
Hi, has anyone build Mono 1.0.5 in a Solaris 10 x86 box? I'm getting 
stuck with the following error:

 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mono 
-I../../libgc/include -mt -I/opt/csw/include/glib-2.0 
-I/opt/csw/lib/glib-2.0/include -I/opt/csw/include/glib-2.0 
-I/opt/csw/lib/glib-2.0/include -DGC_SOLARIS_THREADS 
-DGC_SOLARIS_PTHREADS -D_REENTRANT -D_FILE_OFFSET_BITS=64 
-D_XOPEN_SOURCE=500 -D__EXTENSIONS__ -D_XOPEN_SOURCE_EXTENDED=1 -g -O2 
-fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes 
-Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes 
-Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align 
-Wwrite-strings -Wno-char-subscripts -MT mono-hash.lo -MD -MP -MF 
.deps/mono-hash.Tpo -c mono-hash.c  -fPIC -DPIC -o .libs/mono-hash.o
cc1: error: invalid option `t'
gmake[3]: *** [mono-hash.lo] Error 1
gmake[3]: Leaving directory `/home/jonel/build/mono-1.0.5/mono/utils'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/home/jonel/build/mono-1.0.5/mono'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/jonel/build/mono-1.0.5'

Note:
gcc version 3.4.2
regards,
http://jonel.road14.com
--
I not know English well, but I know 7 computer languages.
anonymous
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Installing multiiple Versions of mono, typo corrections

2004-11-10 Thread Jonel Rienton
corrections:
Hi,
I currently have the  same setup with you on my Mac, what i did was 
setup my .bash_profile with something like this:

#~/.bash_profile
test -r  ~/.monolatest && source  ~/.setmonolatest
#end ~/.bash_profile
~/.monolatest is nothing but an empty file which i can touch(touch) or 
remove(rm) depending on which environment i like to work with.

and in my ~/.setmonolatest, i place the path of my monolatest and all 
other necessary env vars

#~/.setmonolatest
export PATH=/path/to/monolatest/bin:$PATH
export ...
export ...
#end ~/.setmonolatest
cheers,
jonel
--
I not know English well, but I know 7 computer languages.
anonymous
On Nov 10, 2004, at 6:23 AM, Philipp Knecht wrote:
Thanks Jon
That cleared things up. Didn't know that there exists
a GAC in mono. Is mono using strongnamed assemblies?
One more question (remember i'm a newbie and learning
linux on my own)
Where can i set those enviroment variables (defaults)?
- .bashrc
- or profile.bashrc
- or rc.2,rc.3,... (runlevel scripts)
- or init.d
- somewhere else
I'm using putty with winxp to handle the
ubuntu-console so i don't wanna use any "click click
hooray!" stuff ;-)
i'm still a bit groggy with console commands but feel
this is the way to go.
Greets
Phil


 --- Jonathan Pryor <[EMAIL PROTECTED]> schrieb:
On Wed, 2004-11-10 at 05:25, Philipp Knecht wrote:
Hi
I wanna use 1.0.4 (stable) and latest on the same
box.
I use Ubuntu 4.10. I've already compiled and
installed
1.0.4 (libgdiplus,mono,mcs,xsp,gtk# in this
particular
order) with the prefix /usr/local.
Now i'll download the latest tarball and
compile/install it too. Are there any pitfalls
when i
use ./configure --prefix=/usr/local/monolatest?
Are there any enviroment variables to set? if yes
where?
Of course there are pitfalls.  There's always
pitfalls. :-)
The primary pitfall is maintaining your sanity.
Since you have to
modify environment variables to switch between the
two versions of mono,
your entire build environment then depends on the
environment
variables.  Change environments, and things change
-- for example, CVS
mono won't build from Mono 1.0.4 (sorta), so if Mono
1.0.4 is found in
your path, you get lots of build errors about how
the runtime versions
differ.
Once you stay consistent with the environments, you
only need to worry
about the environment variables.  You'll need to
modify:
MONO_PREFIX=/usr/local/monolatest
export PATH=$MONO_PREFIX/bin:$PATH
export
PKG_CONFIG_PATH=$MONO_PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH
export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MONO_PREFIX/lib
I do the same thing with my own build environment,
and things
work...when I remember to use the right environment.
:-)
You may also need to set MONO_GAC_PREFIX, so that
when you're using
"monolatest" you can continue to use the Mono
1.0.4-installed assemblies
(such as Gtk# 1.0.x when monolatest has Gtk# 1.9.x).
 Set
MONO_GAC_PREFIX to the prefix directory of your Mono
1.0.4 install:
export MONO_GAC_PREFIX=/usr
  # or whatever the prefix of your 1.0.4 install is
 - Jon
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


	
		
___
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier 
anmelden: http://mail.yahoo.de
___
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] Installing multiiple Versions of mono

2004-11-10 Thread Jonel Rienton
Hi,
I currently have the  same setup with you on my Mac, what i did was 
setup my .bash_profile with something like this:

#~/.bash_profile
test -r  ~/.monolatest && source  ~/.monolatest
#end ~/.bash_profile
~/.monolatest is nothing but an empty file which i can touch(touch) or 
remove(rm) depending on which environment i like to work with.

and in my ~/.monolatest, i place the path of my monolatest and all 
other necessary env vars

#~/.monolatest
export PATH=/path/to/monolatest/bin:$PATH
export ...
export ...
#end ~/.monolatest
cheers,
jonel
--
I not know English well, but I know 7 computer languages.
anonymous
On Nov 10, 2004, at 6:23 AM, Philipp Knecht wrote:
Thanks Jon
That cleared things up. Didn't know that there exists
a GAC in mono. Is mono using strongnamed assemblies?
One more question (remember i'm a newbie and learning
linux on my own)
Where can i set those enviroment variables (defaults)?
- .bashrc
- or profile.bashrc
- or rc.2,rc.3,... (runlevel scripts)
- or init.d
- somewhere else
I'm using putty with winxp to handle the
ubuntu-console so i don't wanna use any "click click
hooray!" stuff ;-)
i'm still a bit groggy with console commands but feel
this is the way to go.
Greets
Phil


 --- Jonathan Pryor <[EMAIL PROTECTED]> schrieb:
On Wed, 2004-11-10 at 05:25, Philipp Knecht wrote:
Hi
I wanna use 1.0.4 (stable) and latest on the same
box.
I use Ubuntu 4.10. I've already compiled and
installed
1.0.4 (libgdiplus,mono,mcs,xsp,gtk# in this
particular
order) with the prefix /usr/local.
Now i'll download the latest tarball and
compile/install it too. Are there any pitfalls
when i
use ./configure --prefix=/usr/local/monolatest?
Are there any enviroment variables to set? if yes
where?
Of course there are pitfalls.  There's always
pitfalls. :-)
The primary pitfall is maintaining your sanity.
Since you have to
modify environment variables to switch between the
two versions of mono,
your entire build environment then depends on the
environment
variables.  Change environments, and things change
-- for example, CVS
mono won't build from Mono 1.0.4 (sorta), so if Mono
1.0.4 is found in
your path, you get lots of build errors about how
the runtime versions
differ.
Once you stay consistent with the environments, you
only need to worry
about the environment variables.  You'll need to
modify:
MONO_PREFIX=/usr/local/monolatest
export PATH=$MONO_PREFIX/bin:$PATH
export
PKG_CONFIG_PATH=$MONO_PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH
export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MONO_PREFIX/lib
I do the same thing with my own build environment,
and things
work...when I remember to use the right environment.
:-)
You may also need to set MONO_GAC_PREFIX, so that
when you're using
"monolatest" you can continue to use the Mono
1.0.4-installed assemblies
(such as Gtk# 1.0.x when monolatest has Gtk# 1.9.x).
 Set
MONO_GAC_PREFIX to the prefix directory of your Mono
1.0.4 install:
export MONO_GAC_PREFIX=/usr
  # or whatever the prefix of your 1.0.4 install is
 - Jon
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


	
		
___
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier 
anmelden: http://mail.yahoo.de
___
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] monodevelop & Mac OS X

2004-10-08 Thread Jonel Rienton
Hi George, i replaced my harddrive recently and of course had to 
recompile monodevelop again through fink. however, when i ran the 
monodevelop app, splash screen pops up as usual but crash with the 
following message:



Picture 1.pdf
Description: Adobe PDF document
any help would be greatly appreciated. thanks!
On Sep 28, 2004, at 4:46 PM, George Birbilis wrote:
search the list archive, they were mentioning a GTK# installer for  
Windows,
maybe there's one for MacOS-X too

hi, i managed to install monodevelop in my mac, however, when i start
it, it's throwing a System.DllNotFoundException: gtksharpglue , have
anyone of you guys experience this?
I recently installed GTK# (without that installer from mono) and it  
was a
real pain, I had to install all sorts of GNU DLLs on my Windows machine
one-by-one. Luckily the instructions on what you need to install are  
good at
the GTK# website

see following e-mail from the list:
On Thu, 23 Sep 2004 00:33:55 -0400, Miguel de Icaza <[EMAIL PROTECTED]>
wrote:
Am sorry, we will update the pages swiftly:
http://www.go-mono.com/archive/1.0.2/gtk-sharp-1.0.2.tar.gz
Yeah, I found it (shortly after posting to the list... heh).  I'm
happy to report that everything (including the new monodevelop) builds
and upgrades nicely on Mac OS X 10.3.  I released updated Fink
packages for everything today.  Other than XSP crashing on some of the
examples (for which I still need to put together useful bug reports),
things seem to be doing pretty well.
~~
George Birbilis <[EMAIL PROTECTED]> [Microsoft MVP J#]
~~
+ QuickTime VCL and ActiveX controls (for PowerPoint/VB/Delphi etc.)
+ Plugs VCL and ActiveX controls (InterProcess/Internet communication)
+ TransFormations, VB6 forms to ASP.net WebForms convertion
http://www.kagi.com/birbilis
+ Robotics
http://www.mech.upatras.gr/~robgroup
... 
.

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


Re: [Mono-list] Client side validation

2004-10-08 Thread Jonel Rienton
Just to be on the safe side, make sure you also do a server validation 
since some browsers doesn't support the validation controls.

Something like,  test Page.IsValid on the page_load event
On Oct 8, 2004, at 9:21 AM, sarvesh wrote:
Hi,
 I have few question about how asp.net in mono handles Validation
 Controls. Now as we know the Validation Controls that MS ASP.Net
 provides does not work with non-Microsoft browsers. I am porting these
 application to mono ASP.Net and also need make sure that the
 application works with non-Microsoft browsers as well, do i need to
 take some extra steps ? Will all the Client side script inserted by
 the Validators work without any change?
 regards
sarvesh
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Create a DataAdapter using Npgsql

2004-10-01 Thread Jonel Rienton
awesome!
thanks,
j
On Oct 1, 2004, at 8:49 PM, Francisco Figueiredo Jr. wrote:
Jonel Rienton wrote:
hi again, how would one create a DataAdapter object in Npgsql? i've  
read through the docs and i can't seem to find one.
Hi Jonel.
You can create a data adapter directly:
NpgsqlDataAdapter da = new NpgsqlDataAdapter("select clause",  
NpgsqlConnection);

Please, have a look in Working with datasets in Npgsql user manual:
http://gborg.postgresql.org/project/npgsql/cvs/co.php/Npgsql/docs/ 
UserManual.htm

If you have any other doubt or problem, please, let me know.
Regards,
Francisco Figueiredo Jr.
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Create a DataAdapter using Npgsql

2004-10-01 Thread Jonel Rienton
hi again, how would one create a DataAdapter object in Npgsql? i've 
read through the docs and i can't seem to find one.

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


[Mono-list] cvs

2004-09-29 Thread Jonel Rienton
hi,
is the cvs down today?
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] monodoc error...

2004-09-28 Thread Jonel Rienton
yup, gotta love redcarpet... back to your issue,  it's usually a  
mismatch  dll mapping based on some research i did, since now that you  
have redcarpet installed, it would be more convenient if you can  
uninstall monodevelop and reinstall it via redcarpet or rug. i know i  
know it's not really solving the particular issue at hand but it's the  
most time efficient.

you can also look at /etc/mono/config file, that's where the dll  
mapping is declared.

regards,
Jonel
On Sep 28, 2004, at 1:21 PM, John Sanabria wrote:
Hi Jonel,
great software for to update... :D, already subscribe to Suse91-i586  
and
Suse91-kernel, mono and red carpet.

Ok, now follow with the error :)... i can run monodevelop, cool! but  
when
i try to run from it, monodoc this is the error:

[EMAIL PROTECTED]:~> monodevelop
Reading
/home/josanabr/.config/MonoDevelop/CodeCompletionData/ 
mscorlib_1.0.5000.0_b77a5c561934e089.pidb
Creating DefaultWorkbench
Reading
/home/josanabr/.config/MonoDevelop/CodeCompletionData/ 
mscorlib_1.0.5000.0_b77a5c561934e089.pidb
Parsing assembly: /usr/lib/mscorlib.dll

Unhandled Exception: System.DllNotFoundException: gtkhtml-3.0
in <0x00053> (wrapper managed-to-native) Gtk.HTML:gtk_html_new ()
in <0x0007d> Gtk.HTML:.ctor ()
in <0x00025> MonoDevelop.Gui.HelpViewer:.ctor ()
in <0x00213> MonoDevelop.Gui.Pads.HelpTree:ShowDocs
(string,Monodoc.Node,string)
in <0x001aa> MonoDevelop.Gui.Pads.HelpTree:RowActivated
(object,System.EventArgs)
in <0x00069> (wrapper delegate-invoke)
System.MulticastDelegate:invoke_void_object_EventArgs
(object,System.EventArgs)
in <0x0012d> GtkSharp.voidObjectSignal:voidObjectCallback (intptr,int)
in <0x0005a> (wrapper native-to-managed)
GtkSharp.voidObjectSignal:voidObjectCallback (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 <0x00701> MonoDevelop.Commands.StartWorkbenchCommand:Run ()
in <0x009db> MonoDevelop.SharpDevelopMain:Main (string[])
and now, when i try to see the the mono libraries, this is the error:
[EMAIL PROTECTED]:~> monodevelop
Reading
/home/josanabr/.config/MonoDevelop/CodeCompletionData/ 
mscorlib_1.0.5000.0_b77a5c561934e089.pidb
Creating DefaultWorkbench
Socket already in use

Unhandled Exception: System.DllNotFoundException: gtkhtml-3.0
in <0x00053> (wrapper managed-to-native) Gtk.HTML:gtk_html_new ()
in <0x0007d> Gtk.HTML:.ctor ()
in <0x00025> MonoDevelop.Gui.HelpViewer:.ctor ()
in <0x00213> MonoDevelop.Gui.Pads.HelpTree:ShowDocs
(string,Monodoc.Node,string)
in <0x001aa> MonoDevelop.Gui.Pads.HelpTree:RowActivated
(object,System.EventArgs)
in <0x00069> (wrapper delegate-invoke)
System.MulticastDelegate:invoke_void_object_EventArgs
(object,System.EventArgs)
in <0x0012d> GtkSharp.voidObjectSignal:voidObjectCallback (intptr,int)
in <0x0005a> (wrapper native-to-managed)
GtkSharp.voidObjectSignal:voidObjectCallback (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 <0x00701> MonoDevelop.Commands.StartWorkbenchCommand:Run ()
in <0x009db> MonoDevelop.SharpDevelopMain:Main (string[])
seems look, that gtkhml-3.0 is not installed. I'll try to install
monodevelop and monodoc from red-carpet. I'll coment you about it.
thanks for your comments.
___
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] monodoc error...

2004-09-28 Thread Jonel Rienton
Hi again John,
rug or redcarpet + rcd is a very good package management system. rcd 
provides you with channels that you can subscribe, for instance, the 
mono channel where you can get binaries from and rug or redcarpet will 
install them for you.

a link is actually availabe at mono-project which points to 
http://www.novell.com/products/desktop/update.html to get you started.

rug is the command-line front-end while red-carpet is the GUI 
front-end, it's really at your preference which one to choose, i like 
rug because it's quick and easy, red-carpet is also nice if you like 
gui's

regards,
Jonel
On Sep 28, 2004, at 8:25 AM, <[EMAIL PROTECTED]> wrote:
Hi Jonel,
thanks for your answer. Well, i had download the mono-all.zip and
uncompressed it in a directory and add it to yast (in software 
manager) in
order to yast look there the packages that i had decided to install.

really i have troubles with a library, guess is gtk-html, let me see 
later
at yast manager to comment you what is exactly the library with the
problem, basically is a version conflict with libraries distributed for
the rpms in mono-all. :(

but at the moment i have a question: what is rug & rcd?
thanks for your help and i'll write you later.
Hi John, how did you install monodoc? i'm also using Suse 9.1 and i
have installed and used monodoc without problems, i have used rug & rcd
 to install the binaries.
from the looks of your issue, it's either you haven't installed the
dependencies or there's an issue with your env var LD_LIBRARY_PATH
lemme know, maybe i can help you out.
On Sep 27, 2004, at 4:34 PM, John Sanabria wrote:
greetings,
this weekend i buy suse 9.1, because is look a serious distribution,
safety and mono project have rpms for this distribution :D
guys i have a problem when i try to run the monodoc program.
[EMAIL PROTECTED]:~> monodoc
Unhandled Exception: System.DllNotFoundException: gtkhtml-3.0
in <0x00053> (wrapper managed-to-native) Gtk.HTML:gtk_html_new () in
<0x0007d> Gtk.HTML:.ctor ()
in [0x001aa] (at
/home/duncan/conf/mono-conf/monodoc/BUILD/monodoc-1.0.2/browser/
browser.cs:225)
Monodoc.Browser:.ctor ()
in [0x0017a] (at
/home/duncan/conf/mono-conf/monodoc/BUILD/monodoc-1.0.2/browser/
browser.cs:95)
Monodoc.Driver:Main (string[])
suggestion? thanks for your time and attention, regards.
___
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 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] monodoc error...

2004-09-27 Thread Jonel Rienton
Hi John, how did you install monodoc? i'm also using Suse 9.1 and i  
have installed and used monodoc without problems, i have used rug & rcd  
to install the binaries.

from the looks of your issue, it's either you haven't installed the  
dependencies or there's an issue with your env var LD_LIBRARY_PATH

lemme know, maybe i can help you out.
On Sep 27, 2004, at 4:34 PM, John Sanabria wrote:
greetings,
this weekend i buy suse 9.1, because is look a serious distribution,
safety and mono project have rpms for this distribution :D
guys i have a problem when i try to run the monodoc program.
[EMAIL PROTECTED]:~> monodoc
Unhandled Exception: System.DllNotFoundException: gtkhtml-3.0
in <0x00053> (wrapper managed-to-native) Gtk.HTML:gtk_html_new ()
in <0x0007d> Gtk.HTML:.ctor ()
in [0x001aa] (at
/home/duncan/conf/mono-conf/monodoc/BUILD/monodoc-1.0.2/browser/ 
browser.cs:225)
Monodoc.Browser:.ctor ()
in [0x0017a] (at
/home/duncan/conf/mono-conf/monodoc/BUILD/monodoc-1.0.2/browser/ 
browser.cs:95)
Monodoc.Driver:Main (string[])

suggestion? thanks for your time and attention, regards.
___
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] monodevelop & Mac OS X

2004-09-25 Thread Jonel Rienton
hi, i managed to install monodevelop in my mac, however, when i start 
it, it's throwing a System.DllNotFoundException: gtksharpglue , have 
anyone of you guys experience this?

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


[Mono-list] redcarpet

2004-09-25 Thread Jonel Rienton
hi, when will be the 1.0.2 be applied to the redcarpet for Suse 9.1?
thanks,
jonel
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Reference failed...

2004-09-20 Thread Jonel Rienton
hi, shouldn't it at least look for a subdirectory with the same name as 
the class?

for instance:
AppBase: /
dog.dll resides in /dog/
my code in dog.cs is:
/** dog.cs */
using System;
namespace Panther
{
public class Dog
{
  public void Bark()
  {
Console.WriteLine("woof");
  }
}

/*main app*/
using System;
namespace Panther
{
public class App
{
 public static void Main()
 {
Dog dog = new Dog();
dog.Bark();
}
}
}
in ms .net's implementation, the loader looks in:
dog.dll
dog/dog.dll
dog.exe
dog/dog.exe
On Sep 20, 2004, at 1:16 PM, Tom Larsen wrote:
In general, the way .Net resolves/finds assemblies is dictated by 
.config files in the system.   Without trying it, there are two things 
you can do:

- place the Alchemi.Core.dll in the gac
- move the Alchemi.Core.dll and Demo.exe into the same directory
Doing either of these will help Mono locate the assemblies it needs to 
run.

Tom Larsen
On Mon, 20 Sep 2004, John Sanabria wrote:
Greetings,
I'm working with mono and i compiled a simple example, and i got it:
-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-
C:\Trabajo\Alchemi\Research>mcs -r:lib\Alchemi.Core.dll Demo.cs
Compilation succeeded
C:\Trabajo\Alchemi\Research>mono Demo.exe
** (Demo.exe:3248): WARNING **: Could not find assembly Alchemi.Core,
referenc
from C:\Trabajo\Alchemi\Research\Demo.exe (assemblyref_index=0)
Major/Minor: 0,8
Build:   0,31549
Token:
cannot open assembly Demo.exe
C:\Trabajo\Alchemi\Research>
-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-
This is a question, just releated with mono:
when i try to run, a simple example, that i had
compiled, of gtk#, i got it:
-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-
[EMAIL PROTECTED] Gtk#]$ mono Hello.exe
** (Hello.exe:10051): WARNING **: Could not find assembly gtk-sharp,
references from /home/josanabr/Trabajo/C#/Gtk#/Hello.exe
(assemblyref_index=1)
Major/Minor: 1,0
Build:   0,0
Token:   35e10195dab3c99f
cannot open assembly Hello.exe
[EMAIL PROTECTED] Gtk#]$
-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-
I send those problems, in the same mail, because i think that are
releated.
Any suggestions? Thanks a lot for your attention and help.
best regards.
___
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 maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Mac XCode 1.5 and Mono

2004-08-27 Thread Jonel Rienton
hi guys, a few months ago, i remembered somebody was doing some tweak
on XCode to make it a viable editor for C#, syntax coloring and
debugging et al;

any news about the initiative?

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


Re: [Mono-list] SqlConnection in Mac OS X

2004-08-27 Thread Jonel Rienton
Hi guys, has the patched been applied in the cvs?

thanks...

regards,
jonel

On Tue, 24 Aug 2004 18:39:01 -0400, Daniel Morgan
<[EMAIL PROTECTED]> wrote:
> If your patch to SqlClient works on Mac OS X, and it does not break
> anything on Windows nor Linux.  Then please go ahead and commit it.
> 
> Unless, Tim has any objections.
> 
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Andy Satori
> Sent: Tuesday, August 24, 2004 3:05 PM
> To: Jonel Rienton
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Mono-list] SqlConnection in Mac OS X
> 
> There is, as well as a proposed patch to Mono.Tds (which underlies
> this).  There is a ByteOrder problem with the SqlConnection.
> 
> Andy
> 
> bugzilla bugid= 62948
> -
> [EMAIL PROTECTED] - druware software designs http://www.druware.com On Aug
> 24, 2004, at 2:50 PM, Jonel Rienton wrote:
> 
> > hi guys, I was doing some testing in the System.Data namespace in my
> > mac and I got stuck to something. whenever i call the Open method of a
> 
> > SqlConnection object, the cpu goes up high and the application just
> > sits there with no messages.
> >
> > the same code compiled in my linux box works beautifully (thanks!)
> >
> > mac box: Mac OS X Panther in a PowerBook
> > linux box: RedHat 9 in an AMD 350 box
> >
> > Is there any bug open about this?
> >
> > regards,
> > --j
> > ___
> > 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 maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] SqlConnection in Mac OS X

2004-08-24 Thread Jonel Rienton
Thanks Andy, btw, the System.Data namespace works great with the beta
2 of MS SQL 2005 :-), just to let you guys know...

regards,
--j

On Tue, 24 Aug 2004 15:05:08 -0400, Andy Satori <[EMAIL PROTECTED]> wrote:
> There is, as well as a proposed patch to Mono.Tds (which underlies
> this).  There is a ByteOrder problem with the SqlConnection.
> 
> Andy
> 
> bugzilla bugid= 62948
> -
> [EMAIL PROTECTED] - druware software designs
> http://www.druware.com
> 
> 
> On Aug 24, 2004, at 2:50 PM, Jonel Rienton wrote:
> 
> > hi guys, I was doing some testing in the System.Data namespace in my
> > mac and I got stuck to something. whenever i call the Open method of a
> > SqlConnection object, the cpu goes up high and the application just
> > sits there with no messages.
> >
> > the same code compiled in my linux box works beautifully (thanks!)
> >
> > mac box: Mac OS X Panther in a PowerBook
> > linux box: RedHat 9 in an AMD 350 box
> >
> > Is there any bug open about this?
> >
> > regards,
> > --j
> > ___
> > 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] SqlConnection in Mac OS X

2004-08-24 Thread Jonel Rienton
hi guys, I was doing some testing in the System.Data namespace in my
mac and I got stuck to something. whenever i call the Open method of a
SqlConnection object, the cpu goes up high and the application just
sits there with no messages.

the same code compiled in my linux box works beautifully (thanks!)

mac box: Mac OS X Panther in a PowerBook
linux box: RedHat 9 in an AMD 350 box

Is there any bug open about this? 

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


[Mono-list] Mac OS X and Mono 1.0.1 and XSP 1.0.1

2004-08-11 Thread Jonel Rienton
Again, thanks guys for making XSP works on Mac OS X!! Great job...

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


[Mono-list] OT: A good java book

2004-07-14 Thread Jonel Rienton
hi guys, i'm not sure if any of you guys are java developer as well,
and if you are, i just like to know which book you guys recommend if
you're starting on learning the java language.

thanks much for your time.

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


Re: [Mono-list] Mono 1.0 & Mac OS X

2004-07-05 Thread Jonel Rienton
i just used the Mono installer from the downloads page.

On Mon, 5 Jul 2004 09:20:22 +0100, Tim Anderson <[EMAIL PROTECTED]> wrote:
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Jonel Rienton
> > Sent: 05 July 2004 04:10
> > To: [EMAIL PROTECTED]
> > Subject: [Mono-list] Mono 1.0 & Mac OS X
> >
> > Thanks for the hard work in having Mono run smoothly in Mac OS X!
> 
> Can it be made to work in 10.2? I got:
> 
> mono can't open library: /usr/lib/libiconv.2.dylib
> 
> I then installed Fink which provides this library, and copied it to
> /usr/lib. Now I get:
> 
> Undefined symbols:
> _nl_langinfo
> 
> Anyone help?
> 
> Tim
> 
> 
> 
> ___
> 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 1.0 & Mac OS X

2004-07-04 Thread Jonel Rienton
Thanks for the hard work in having Mono run smoothly in Mac OS X!
Jonel
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Mac OS X and 0.30

2004-02-03 Thread Jonel Rienton
After so many tries in compiling previous versions of mono from source, 
0.30 has finally compiled successfully on my Mac OS X Panther, great 
work!

thanks much,

Jonel

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


Re: [Mono-list] Building from CVS doesn't work

2004-01-30 Thread Jonel Rienton
I got the following after a fresh cvs update

checking for pkg-config... /local/bin/pkg-config
./configure: line 20045: syntax error near unexpected token 
`BASE_DEPENDENCIES,'
./configure: line 20045: `PKG_CHECK_MODULES(BASE_DEPENDENCIES, glib-2.0 
>= $GLIB_REQUIRED_VERSION)

i'm also using darwinports

On Jan 30, 2004, at 2:47 PM, Andy Satori wrote:

hmm, this is the same error I was seeing on OS X...

On Jan 30, 2004, at 11:05 AM, Sebastien Pouliot wrote:

For this error to appear you (strangely) do not seems to define either
NET_1_1 or NET_1_0 (HMAC class being only present in 1.2).
Are you sure all your makefiles are in synch with CVS ?
Sebastien Pouliot
home: [EMAIL PROTECTED]
blog: http://pages.infinit.net/ctech/poupou.html
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Pieter Laeremans
Sent: 30 janvier 2004 10:57
To: [EMAIL PROTECTED]
Subject: [Mono-list] Building from CVS doesn't work


I've get an error every time I'm trying to build mono from cvs.
First I've installed mono 0.28 on my system.  Which worked.  I can
compile a simple .cs file.
Then  I 've got mono and mcs from cvs but when I try a fullbuild I get
the following result :
[EMAIL PROTECTED]:~/mono/mono$ make fullbuild
rm ../mcs/class/lib/mscorlib.dll ../mcs/mcs/mcs.exe runtime/*dll
runtime/*.exe > /dev/null 2>&1; echo
(cd ../mcs/jay; make)
make[1]: Entering directory `/home/pieter/mono/mcs/jay'
make[1]: Leaving directory `/home/pieter/mono/mcs/jay'
(cd ../mcs/mcs; make MCS=mcs BOOTSTRAP_MCS=mcs)
make[1]: Entering directory `/home/pieter/mono/mcs/mcs'
mcs   /lib:/usr/local/lib -g /target:exe /out:mcs.exe AssemblyInfo.cs
anonymous.cs assign.cs attribute.cs driver.cs cs-tokenizer.cs cfold.cs
class.cs codegen.cs const.cs constant.cs convert.cs decl.cs 
delegate.cs
enum.cs ecore.cs expression.cs flowanalysis.cs genericparser.cs
interface.cs iterators.cs literal.cs location.cs modifiers.cs
namespace.cs parameter.cs pending.cs report.cs rootcontext.cs
statement.cs support.cs typemanager.cs symbolwriter.cs tree.cs
cs-parser.cs
Compilation succeeded
make[1]: Leaving directory `/home/pieter/mono/mcs/mcs'
(cd ../mcs/class/corlib; make MCS=mcs BOOTSTRAP_MCS=mcs)
make[1]: Entering directory `/home/pieter/mono/mcs/class/corlib'
mcs /nowarn:649 /nowarn:169 -d:INSIDE_CORLIB  /lib:/usr/local/lib -g
/noconfig /unsafe /nostdlib /target:library
/out:../../class/lib/mscorlib.dll 
@../../build/deps/corlib.dll.response
System.Security.Cryptography/HMACSHA1.cs(110) error CS0246: Cannot 
find
type `HMAC'
Compilation failed: 1 error(s), 0 warnings
make[1]: *** [../../class/lib/mscorlib.dll] Error 1
make[1]: Leaving directory `/home/pieter/mono/mcs/class/corlib'
make: *** [mcs-tree-safe-build] Error 2

What am I doing wrong ?

thanks in advance,

Pieter

___
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 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] asp.net or php

2004-01-19 Thread Jonel Rienton
i believe php is interpreted in contrast with asp.net which is compiled

On Jan 18, 2004, at 7:48 AM, Alejandro Sánchez wrote:

what are the advantages of asp.net over php?
--
Alejandro Sánchez
e-mail: [EMAIL PROTECTED]
jabber: [EMAIL PROTECTED]
___
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] Books

2003-11-27 Thread Jonel Rienton
Timothy Parez wrote:
Hi,
 
Can someone recommend me some good books
Currently I buy WROX books because I like the deep background they give,
not just simple tutorials with step by step guides.
 
But as WROX doesn't seem to be producing new books 
 
I would like books on the following subjects: (all C#)
 
- Complete software design (Database Driven)
  Explaining best practices to develop data driven apps with C#,
  not an ADO.NET tutorial
- Design Patterns
 
Thnx.
 
 
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.542 / Virus Database: 336 - Release Date: 18/11/2003
Timothy,

I've found applied microsoft .net framework programming by Jeff Richter 
very helpful in helping me learn C#. Though not for beginners, it helped 
me understand the inner working of the CLR.

C# and the .Net Platform by Troelsen is also a good choice.

For design patterns, you should definitely get the book on Design 
Patterns by the Big Four (Gamma et al). You can also get the Application 
Design Patterns provided by Microsoft in their MSDN website.

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


RE: [Mono-list] regsvr32

2003-03-15 Thread Jonel Rienton
regsvr32.exe registers(1) an ActiveX dll(COM) in the registry

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Richard Torkar
Sent: Friday, March 14, 2003 12:30 PM
To: [EMAIL PROTECTED]
Subject: Re: [Mono-list] regsvr32


On Fri, 2003-03-14 at 18:26, Paolo Molaro wrote:
> On 03/13/03 Daniel Grigoras wrote:
> > please, there is something similar with 
> > "regsvr32.exe MyProfiler.dll"(for Windows ),but in
> 
> I have no idea what regsvr32.exe does.

It's a tool you can use in Windows to register a global(?) dll/ocx
et.al.
I think it will disappear one day since we have the GAC and a different
way to do this? As you can see this is mostly guesses ;) 


/Richard
-- 
Ph.D. Student
Dept. of Informatics and Mathematics
HTU

___
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