Re: [Mono-dev] Problem building mono from source

2013-09-16 Thread Luciano _
Hi Rodrigo, it works with:
CFLAGS=-m32 ./configure --host=i386-linux-gnu





Date: Tue, 10 Sep 2013 11:38:24 -0400
Subject: Re: [Mono-dev] Problem building mono from source
From: kump...@gmail.com
To: ln...@hotmail.com
CC: mono-devel-list@lists.ximian.com

It looks like you're either missing some headers or you misconfigured mono.

On Mon, Sep 9, 2013 at 5:21 PM, Luciano _ ln...@hotmail.com wrote:




Linux, Debian wheezy x86-64
 



Date: Sun, 8 Sep 2013 21:45:52 -0400
From: kump...@gmail.com
To: ln...@hotmail.com
CC: mono-devel-list@lists.ximian.com

Subject: Re: [Mono-dev] Problem building mono from source


What target are you trying to compile mono for?



On Sun, Sep 8, 2013 at 7:59 PM, Luciano _ ln...@hotmail.com wrote:





 
Hi, i’m having problems building mono from source. Could someone point me to 
the solution? Thanks.
 
 

 
Making all in utils
make[3]: se ingresa al directorio `/root/mono32/mono-3.2.0/mono/utils'
make  all-am
make[4]: se ingresa al directorio `/root/mono32/mono-3.2.0/mono/utils'
  CC   mono-md5.lo

  CC   mono-sha1.lo
  CC   mono-logger.lo
  CC   mono-codeman.lo
  CC   dlmalloc.lo
dlmalloc.c:2515:12: warning: ‘change_mparam’ defined but not used 
[-Wunused-function]
dlmalloc.c:2847:13: warning: ‘internal_malloc_stats’ defined but not used 
[-Wunused-function]

  CC   mono-counters.lo
  CC   mono-dl.lo
  CC   mono-internal-hash.lo
  CC   mono-io-portability.lo
  CC   monobitset.lo
  CC   mono-filemap.lo
  CC   mono-math.lo
  CC   mono-mmap.lo

  CC   mono-mutex.lo
  CC   mono-networkinterfaces.lo
  CC   mono-proclib.lo
  CC   mono-publib.lo
  CC   mono-time.lo
  CC   strtod.lo
strtod.c:2448:1: warning: ‘quorem’ defined but not used [-Wunused-function]

strtod.c:2596:1: warning: ‘nrv_alloc’ defined but not used [-Wunused-function]
strtod.c:2620:1: warning: ‘__freedtoa’ defined but not used [-Wunused-function]
  CC   strenc.lo
  CC   mono-uri.lo
  CC   mono-poll.lo

  CC   mono-path.lo
  CC   mono-semaphore.lo
  CC   mono-stdlib.lo
  CC   mono-property-hash.lo
  CC   mono-value-hash.lo
  CC   mono-error.lo
  CC   mach-support.lo
  CC   mono-context.lo

mono-context.c: In function ‘mono_sigctx_to_monoctx’:
mono-context.c:47:2: error: implicit declaration of function ‘UCONTEXT_REG_EAX’ 
[-Werror=implicit-function-declaration]
mono-context.c:47:2: warning: nested extern declaration of ‘UCONTEXT_REG_EAX’ 
[-Wnested-externs]

mono-context.c:48:2: error: implicit declaration of function ‘UCONTEXT_REG_EBX’ 
[-Werror=implicit-function-declaration]
mono-context.c:48:2: warning: nested extern declaration of ‘UCONTEXT_REG_EBX’ 
[-Wnested-externs]

mono-context.c:49:2: error: implicit declaration of function ‘UCONTEXT_REG_ECX’ 
[-Werror=implicit-function-declaration]
mono-context.c:49:2: warning: nested extern declaration of ‘UCONTEXT_REG_ECX’ 
[-Wnested-externs]

mono-context.c:50:2: error: implicit declaration of function ‘UCONTEXT_REG_EDX’ 
[-Werror=implicit-function-declaration]
mono-context.c:50:2: warning: nested extern declaration of ‘UCONTEXT_REG_EDX’ 
[-Wnested-externs]

mono-context.c:51:2: error: implicit declaration of function ‘UCONTEXT_REG_EBP’ 
[-Werror=implicit-function-declaration]
mono-context.c:51:2: warning: nested extern declaration of ‘UCONTEXT_REG_EBP’ 
[-Wnested-externs]

mono-context.c:52:2: error: implicit declaration of function ‘UCONTEXT_REG_ESP’ 
[-Werror=implicit-function-declaration]
mono-context.c:52:2: warning: nested extern declaration of ‘UCONTEXT_REG_ESP’ 
[-Wnested-externs]

mono-context.c:53:2: error: implicit declaration of function ‘UCONTEXT_REG_ESI’ 
[-Werror=implicit-function-declaration]
mono-context.c:53:2: warning: nested extern declaration of ‘UCONTEXT_REG_ESI’ 
[-Wnested-externs]

mono-context.c:54:2: error: implicit declaration of function ‘UCONTEXT_REG_EDI’ 
[-Werror=implicit-function-declaration]
mono-context.c:54:2: warning: nested extern declaration of ‘UCONTEXT_REG_EDI’ 
[-Wnested-externs]

mono-context.c:55:2: error: implicit declaration of function ‘UCONTEXT_REG_EIP’ 
[-Werror=implicit-function-declaration]
mono-context.c:55:2: warning: nested extern declaration of ‘UCONTEXT_REG_EIP’ 
[-Wnested-externs]

mono-context.c: In function ‘mono_monoctx_to_sigctx’:
mono-context.c:79:25: error: lvalue required as left operand of assignment
mono-context.c:80:25: error: lvalue required as left operand of assignment
mono-context.c:81:25: error: lvalue required as left operand of assignment

mono-context.c:82:25: error: lvalue required as left operand of assignment
mono-context.c:83:25: error: lvalue required as left operand of assignment
mono-context.c:84:25: error: lvalue required as left operand of assignment

mono-context.c:85:25: error: lvalue required as left operand of assignment
mono-context.c:86:25: error: lvalue required as left operand of assignment
mono-context.c:87:25: error: lvalue required as left operand

Re: [Mono-dev] Problem building mono from source

2013-09-09 Thread Luciano _
Linux, Debian wheezy x86-64
 



Date: Sun, 8 Sep 2013 21:45:52 -0400
From: kump...@gmail.com
To: ln...@hotmail.com
CC: mono-devel-list@lists.ximian.com
Subject: Re: [Mono-dev] Problem building mono from source


What target are you trying to compile mono for?



On Sun, Sep 8, 2013 at 7:59 PM, Luciano _ ln...@hotmail.com wrote:




 
Hi, i’m having problems building mono from source. Could someone point me to 
the solution? Thanks.
 
 

 
Making all in utils
make[3]: se ingresa al directorio `/root/mono32/mono-3.2.0/mono/utils'
make  all-am
make[4]: se ingresa al directorio `/root/mono32/mono-3.2.0/mono/utils'
  CC   mono-md5.lo
  CC   mono-sha1.lo
  CC   mono-logger.lo
  CC   mono-codeman.lo
  CC   dlmalloc.lo
dlmalloc.c:2515:12: warning: ‘change_mparam’ defined but not used 
[-Wunused-function]
dlmalloc.c:2847:13: warning: ‘internal_malloc_stats’ defined but not used 
[-Wunused-function]
  CC   mono-counters.lo
  CC   mono-dl.lo
  CC   mono-internal-hash.lo
  CC   mono-io-portability.lo
  CC   monobitset.lo
  CC   mono-filemap.lo
  CC   mono-math.lo
  CC   mono-mmap.lo
  CC   mono-mutex.lo
  CC   mono-networkinterfaces.lo
  CC   mono-proclib.lo
  CC   mono-publib.lo
  CC   mono-time.lo
  CC   strtod.lo
strtod.c:2448:1: warning: ‘quorem’ defined but not used [-Wunused-function]
strtod.c:2596:1: warning: ‘nrv_alloc’ defined but not used [-Wunused-function]
strtod.c:2620:1: warning: ‘__freedtoa’ defined but not used [-Wunused-function]
  CC   strenc.lo
  CC   mono-uri.lo
  CC   mono-poll.lo
  CC   mono-path.lo
  CC   mono-semaphore.lo
  CC   mono-stdlib.lo
  CC   mono-property-hash.lo
  CC   mono-value-hash.lo
  CC   mono-error.lo
  CC   mach-support.lo
  CC   mono-context.lo
mono-context.c: In function ‘mono_sigctx_to_monoctx’:
mono-context.c:47:2: error: implicit declaration of function ‘UCONTEXT_REG_EAX’ 
[-Werror=implicit-function-declaration]
mono-context.c:47:2: warning: nested extern declaration of ‘UCONTEXT_REG_EAX’ 
[-Wnested-externs]
mono-context.c:48:2: error: implicit declaration of function ‘UCONTEXT_REG_EBX’ 
[-Werror=implicit-function-declaration]
mono-context.c:48:2: warning: nested extern declaration of ‘UCONTEXT_REG_EBX’ 
[-Wnested-externs]
mono-context.c:49:2: error: implicit declaration of function ‘UCONTEXT_REG_ECX’ 
[-Werror=implicit-function-declaration]
mono-context.c:49:2: warning: nested extern declaration of ‘UCONTEXT_REG_ECX’ 
[-Wnested-externs]
mono-context.c:50:2: error: implicit declaration of function ‘UCONTEXT_REG_EDX’ 
[-Werror=implicit-function-declaration]
mono-context.c:50:2: warning: nested extern declaration of ‘UCONTEXT_REG_EDX’ 
[-Wnested-externs]
mono-context.c:51:2: error: implicit declaration of function ‘UCONTEXT_REG_EBP’ 
[-Werror=implicit-function-declaration]
mono-context.c:51:2: warning: nested extern declaration of ‘UCONTEXT_REG_EBP’ 
[-Wnested-externs]
mono-context.c:52:2: error: implicit declaration of function ‘UCONTEXT_REG_ESP’ 
[-Werror=implicit-function-declaration]
mono-context.c:52:2: warning: nested extern declaration of ‘UCONTEXT_REG_ESP’ 
[-Wnested-externs]
mono-context.c:53:2: error: implicit declaration of function ‘UCONTEXT_REG_ESI’ 
[-Werror=implicit-function-declaration]
mono-context.c:53:2: warning: nested extern declaration of ‘UCONTEXT_REG_ESI’ 
[-Wnested-externs]
mono-context.c:54:2: error: implicit declaration of function ‘UCONTEXT_REG_EDI’ 
[-Werror=implicit-function-declaration]
mono-context.c:54:2: warning: nested extern declaration of ‘UCONTEXT_REG_EDI’ 
[-Wnested-externs]
mono-context.c:55:2: error: implicit declaration of function ‘UCONTEXT_REG_EIP’ 
[-Werror=implicit-function-declaration]
mono-context.c:55:2: warning: nested extern declaration of ‘UCONTEXT_REG_EIP’ 
[-Wnested-externs]
mono-context.c: In function ‘mono_monoctx_to_sigctx’:
mono-context.c:79:25: error: lvalue required as left operand of assignment
mono-context.c:80:25: error: lvalue required as left operand of assignment
mono-context.c:81:25: error: lvalue required as left operand of assignment
mono-context.c:82:25: error: lvalue required as left operand of assignment
mono-context.c:83:25: error: lvalue required as left operand of assignment
mono-context.c:84:25: error: lvalue required as left operand of assignment
mono-context.c:85:25: error: lvalue required as left operand of assignment
mono-context.c:86:25: error: lvalue required as left operand of assignment
mono-context.c:87:25: error: lvalue required as left operand of assignment
cc1: some warnings being treated as errors
make[4]: *** [mono-context.lo] Error 1
make[4]: se sale del directorio `/root/mono32/mono-3.2.0/mono/utils'
make[3]: *** [all] Error 2
make[3]: se sale del directorio `/root/mono32/mono-3.2.0/mono/utils'
make[2]: *** [all-recursive] Error 1
make[2]: se sale del directorio `/root/mono32/mono-3.2.0/mono'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio

[Mono-dev] Problem building mono from source

2013-09-08 Thread Luciano _


Hi, i’m having problems building mono from source. Could someone point me to 
the solution? Thanks.





Making all in utils
make[3]: se ingresa al directorio `/root/mono32/mono-3.2.0/mono/utils'
make  all-am
make[4]: se ingresa al directorio `/root/mono32/mono-3.2.0/mono/utils'
  CC   mono-md5.lo
  CC   mono-sha1.lo
  CC   mono-logger.lo
  CC   mono-codeman.lo
  CC   dlmalloc.lo
dlmalloc.c:2515:12: warning: ‘change_mparam’ defined but not used 
[-Wunused-function]
dlmalloc.c:2847:13: warning: ‘internal_malloc_stats’ defined but not used 
[-Wunused-function]
  CC   mono-counters.lo
  CC   mono-dl.lo
  CC   mono-internal-hash.lo
  CC   mono-io-portability.lo
  CC   monobitset.lo
  CC   mono-filemap.lo
  CC   mono-math.lo
  CC   mono-mmap.lo
  CC   mono-mutex.lo
  CC   mono-networkinterfaces.lo
  CC   mono-proclib.lo
  CC   mono-publib.lo
  CC   mono-time.lo
  CC   strtod.lo
strtod.c:2448:1: warning: ‘quorem’ defined but not used [-Wunused-function]
strtod.c:2596:1: warning: ‘nrv_alloc’ defined but not used [-Wunused-function]
strtod.c:2620:1: warning: ‘__freedtoa’ defined but not used [-Wunused-function]
  CC   strenc.lo
  CC   mono-uri.lo
  CC   mono-poll.lo
  CC   mono-path.lo
  CC   mono-semaphore.lo
  CC   mono-stdlib.lo
  CC   mono-property-hash.lo
  CC   mono-value-hash.lo
  CC   mono-error.lo
  CC   mach-support.lo
  CC   mono-context.lo
mono-context.c: In function ‘mono_sigctx_to_monoctx’:
mono-context.c:47:2: error: implicit declaration of function ‘UCONTEXT_REG_EAX’ 
[-Werror=implicit-function-declaration]
mono-context.c:47:2: warning: nested extern declaration of ‘UCONTEXT_REG_EAX’ 
[-Wnested-externs]
mono-context.c:48:2: error: implicit declaration of function ‘UCONTEXT_REG_EBX’ 
[-Werror=implicit-function-declaration]
mono-context.c:48:2: warning: nested extern declaration of ‘UCONTEXT_REG_EBX’ 
[-Wnested-externs]
mono-context.c:49:2: error: implicit declaration of function ‘UCONTEXT_REG_ECX’ 
[-Werror=implicit-function-declaration]
mono-context.c:49:2: warning: nested extern declaration of ‘UCONTEXT_REG_ECX’ 
[-Wnested-externs]
mono-context.c:50:2: error: implicit declaration of function ‘UCONTEXT_REG_EDX’ 
[-Werror=implicit-function-declaration]
mono-context.c:50:2: warning: nested extern declaration of ‘UCONTEXT_REG_EDX’ 
[-Wnested-externs]
mono-context.c:51:2: error: implicit declaration of function ‘UCONTEXT_REG_EBP’ 
[-Werror=implicit-function-declaration]
mono-context.c:51:2: warning: nested extern declaration of ‘UCONTEXT_REG_EBP’ 
[-Wnested-externs]
mono-context.c:52:2: error: implicit declaration of function ‘UCONTEXT_REG_ESP’ 
[-Werror=implicit-function-declaration]
mono-context.c:52:2: warning: nested extern declaration of ‘UCONTEXT_REG_ESP’ 
[-Wnested-externs]
mono-context.c:53:2: error: implicit declaration of function ‘UCONTEXT_REG_ESI’ 
[-Werror=implicit-function-declaration]
mono-context.c:53:2: warning: nested extern declaration of ‘UCONTEXT_REG_ESI’ 
[-Wnested-externs]
mono-context.c:54:2: error: implicit declaration of function ‘UCONTEXT_REG_EDI’ 
[-Werror=implicit-function-declaration]
mono-context.c:54:2: warning: nested extern declaration of ‘UCONTEXT_REG_EDI’ 
[-Wnested-externs]
mono-context.c:55:2: error: implicit declaration of function ‘UCONTEXT_REG_EIP’ 
[-Werror=implicit-function-declaration]
mono-context.c:55:2: warning: nested extern declaration of ‘UCONTEXT_REG_EIP’ 
[-Wnested-externs]
mono-context.c: In function ‘mono_monoctx_to_sigctx’:
mono-context.c:79:25: error: lvalue required as left operand of assignment
mono-context.c:80:25: error: lvalue required as left operand of assignment
mono-context.c:81:25: error: lvalue required as left operand of assignment
mono-context.c:82:25: error: lvalue required as left operand of assignment
mono-context.c:83:25: error: lvalue required as left operand of assignment
mono-context.c:84:25: error: lvalue required as left operand of assignment
mono-context.c:85:25: error: lvalue required as left operand of assignment
mono-context.c:86:25: error: lvalue required as left operand of assignment
mono-context.c:87:25: error: lvalue required as left operand of assignment
cc1: some warnings being treated as errors
make[4]: *** [mono-context.lo] Error 1
make[4]: se sale del directorio `/root/mono32/mono-3.2.0/mono/utils'
make[3]: *** [all] Error 2
make[3]: se sale del directorio `/root/mono32/mono-3.2.0/mono/utils'
make[2]: *** [all-recursive] Error 1
make[2]: se sale del directorio `/root/mono32/mono-3.2.0/mono'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/root/mono32/mono-3.2.0'
make: *** [all] Error 2___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-list] Looking for advice on accessing MySQL database

2008-11-03 Thread Luciano _
Hi:
I'm using MySql 5.2.0 and it works.
The only difference with your connection String is that i use Server instead 
of Data Source. 
You could try an alternative connections string like server=myServerHost;user 
id=myUser;pwd=pass;database=myDB (To test the connection, if it works, try the 
other parameters too after that)
If it doesn't help, a code or a Exception Message could help.Lucian0



 Date: Thu, 30 Oct 2008 14:27:30 -0700 From: [EMAIL PROTECTED] To: 
 mono-list@lists.ximian.com Subject: [Mono-list] Looking for advice on 
 accessing MySQL database   I have just started working with Mono using the 
 2.0.1 VMWare openSUSE 11.0 Image. I have gone through the basics and now 
 want to try one of my applications on Mono. It's a simple console app and 
 when I run it through Moma everything checks out.  I copied the executable 
 and MySQL.Data.dll over to openSuse and set up the shell script as 
 recommended. When I launch my app everything works right up until Open() is 
 called on the MySQLConnection object. It then throws an exception and states 
 that it could not connect to any of the MySQL databases.  I have tried 
 with MySQL.Data.dll versions 5.1.7 and 5.2.3. My connection string looks 
 like the following:  Database=dbname;Data Source=hostIp;User 
 ID=user;Password=password;Pooling=false;Connection Timeout=10;  I tried 
 also adding Protocol=socket;Port=3306; as recommended on someone's blog but 
 no luck there.  The MySQL database is on my dev machine that the VM is 
 running on. I can ping from the VM to the host with no issues and I can 
 access MySQL remotely from my application on another Windows machine using 
 the same credentials.  I'm sure that a ton of people must be using MySQL so 
 I'm hoping that I'm just missing something simple. --  View this message 
 in context: 
 http://www.nabble.com/Looking-for-advice-on-accessing-MySQL-database-tp20255843p20255843.html
  Sent from the Mono - General mailing list archive at Nabble.com.  
 ___ Mono-list maillist - 
 Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list
_
Get more from your digital life.  Find out how.
http://www.windowslive.com/default.html?ocid=TXT_TAGLM_WL_Home2_082008___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Looking for advice on accessing MySQL database

2008-11-03 Thread Luciano _
I guess that is VM problem, i had the same issue with VirtualBox, maybe: from 
your Windows Linux box you can't connect to MySql on Linux Box, in the other 
side you can? i read about it, it was VM issue (all the VM's programs) beacause 
the Network adapter is created on user space and not in Kernel space (mode) 
or something like this. In your other box you have something like 10.0.0.x and 
in the guest you have 10.0.1.x.I guess this is the problem, try ping this IP 
and see if you get any success on the response.
 
Lucian0



 Date: Mon, 3 Nov 2008 06:41:35 -0800 From: [EMAIL PROTECTED] To: 
 mono-list@lists.ximian.com Subject: Re: [Mono-list] Looking for advice on 
 accessing MySQL database   I changed my connection string from Data 
 Source to Server as Luciano suggested but that has not fixed the problem. 
 Here is a code sample that works in Windows but not Mono 2.0.1 for me:  
 using System.Data; using MySql.Data.MySqlClient;  Code inside of a 
 method:  string connectionString = Database=mysql;Server=10.0.1.106;User 
 ID=user;Password=password; + Pooling=false;Connection Timeout=10;; 
 DataTable myTable = new DataTable(); using (MySqlConnection myConnection= 
 new MySqlConnection(connectionString)) { Console.WriteLine(Opening MySql 
 database connection); myConnection.Open(); 
 Console.WriteLine(Connection Opened.); using (MySqlCommand myCommand = new 
 MySqlCommand(SELECT * FROM user,myConnection)) { using (MySqlDataAdapter 
 myAdapter = new MySqlDataAdapter(myCommand)) { try { 
 myAdapter.Fill(myTable); } catch(Exception ex) { Console.WriteLine(An 
 exception occurred while filling the datatable:  + ex.Message); 
 Console.WriteLine(ex.InnerException); } } }  } if (myTable.Rows.Count  
 0) { Console.WriteLine(There are  + myTable.Rows.Count.ToString() +  
 rows in the mysql.user table); }   When MyConnection.Open() is executed 
 I get the following exception:  Unhandled Exception: 
 MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the 
 specified MySQL hosts. --- System.Exception: Exception of type 
 'System.Exception' was thrown. at MySql.Data.MySqlClient.NativeDriver.Open 
 () [0x0]  --- End of inner exception stack trace --- at 
 MySql.Data.MySqlClient.NativeDriver.Open () [0x0]  at 
 MySql.Data.MySqlClient.Driver.Create 
 (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x0]  at 
 MySql.Data.MySqlClient.MySqlConnection.Open () [0x0]   --  View this 
 message in context: 
 http://www.nabble.com/Looking-for-advice-on-accessing-MySQL-database-tp20255843p20303964.html
  Sent from the Mono - General mailing list archive at Nabble.com.  
 ___ Mono-list maillist - 
 Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list
_
Get more from your digital life.  Find out how.
http://www.windowslive.com/default.html?ocid=TXT_TAGLM_WL_Home2_082008___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] MDB won't compile/install

2008-10-20 Thread Luciano _
I had the same issue on Ubuntu, i couldn't fix it, so, i install Debuger 2.0 
which has released in the Mono 2.0 release.



Date: Sat, 18 Oct 2008 21:19:35 -0500From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: [Mono-list] MDB won't compile/install
Hi, I am trying to compile the debugger, but when I run make, I get the 
following error...make[2]: Entering directory 
`/home/bperry/Projects/mono-2-0/debugger/build'sed -e '[EMAIL 
PROTECTED]@^/usr/local/lib/mono/2.0^g' \-e '[EMAIL 
PROTECTED]@^/usr/local/lib^g' \ ./mdb.in  mdb.tmp \ mv mdb.tmp 
mdb builddir=.. ; the_builddir=`cd $builddir  pwd` ; \sed -e '[EMAIL 
PROTECTED]@^/opt/mono/lib/mono/2.0/nunit-console.exe^g' \-e '[EMAIL 
PROTECTED]@^/opt/mono/bin/mono^g' \-e '[EMAIL PROTECTED]@^^g' \
-e [EMAIL PROTECTED]@^$the_builddir^g \ ./runtests.in  runtests.tmp 
\ mv runtests.tmp runtests  chmod 755 runtestscp 
/opt/mono/lib/mono/gac/Mono.Cecil/0.6.8.8607__0738eb9f132ed756/Mono.Cecil.dll 
cp: missing destination file operand after 
`/opt/mono/lib/mono/gac/Mono.Cecil/0.6.8.8607__0738eb9f132ed756/Mono.Cecil.dll'Try
 `cp --help' for more information.make[2]: *** [Mono.Cecil.dll] Error 1make[2]: 
Leaving directory `/home/bperry/Projects/mono-2-0/debugger/build'make[1]: *** 
[all-recursive] Error 1make[1]: Leaving directory 
`/home/bperry/Projects/mono-2-0/debugger'make: *** [all] Error 2[mono] 
~/Projects/mono-2-0/debugger @ This is with the latest SVN checkout. Any 
thoughts?-- http://www.volatileminds.net
_
Your PC, mobile phone, and online services work together like never before.
http://clk.atdmt.com/MRT/go/108587394/direct/01/___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-dev] Compiling mono from the repository

2008-10-10 Thread Luciano _
 
I have mono from source (svn) on ubuntu, you need to checkout this 3 items:
  svn co svn://anonsvn.mono-project.com/source/trunk/mono  svn co 
svn://anonsvn.mono-project.com/source/trunk/mcs  svn co 
svn://anonsvn.mono-project.com/source/trunk/libgdiplusSome days ago, i add 
reference to Compiling [1] on IncompletePackage [2] wiki page beacause i was 
having the same issue.
[1] http://www.mono-project.com/Compiling_Mono
[2] http://www.mono-project.com/IncompletePackage
 



 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu, 9 Oct 2008 
 17:14:18 -0400 CC: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] 
 Compiling mono from the repository  Did you make sure to checkout mcs too? 
  On Oct 9, 2008, at 11:49 AM, Bas Smit [EMAIL PROTECTED] wrote:Hi 
 guys,   First off, im new to mono and ubuntu so I might be missing 
 something  obvious. Im trying to compile mono from the repository, on 
 ubuntu.   I've  followed the instructions on 
 http://www.mono-project.com/Compiling_Mono   but  when I autogen I get 
 the following error:   ...  ...  checking for ieeefp.h... no  
 checking for isinf... yes  checking for void *... yes  checking size of 
 void *... 4  checking for -Wdeclaration-after-statement option to gcc... 
 yes  checking integrity of package... configure: error: Your mono   
 distribution is  incomplete; if unpacking from a tar file, make sure you 
 use GNU   tar; see  http://www.mono-project.com/IncompletePackage for 
 more details   Ive tried creating a new checkout, but the package really 
 seems   incomplete.  Im 99% sure I've got mono, mcs, glib and pkg-config 
 installed   correctly.  Could someone point out what I could be doing 
 wrong?   Many thanks, Bas  --   View this message in context: 
 http://www.nabble.com/Compiling-mono-from-the-repository-tp19901757p19901757.html
   Sent from the Mono - Dev mailing list archive at Nabble.com.   
 ___  Mono-devel-list mailing 
 list  Mono-devel-list@lists.ximian.com  
 http://lists.ximian.com/mailman/listinfo/mono-devel-list  
 ___ Mono-devel-list mailing 
 list Mono-devel-list@lists.ximian.com 
 http://lists.ximian.com/mailman/listinfo/mono-devel-list
_
Reveal your inner athlete and share it with friends on Windows Live.
http://revealyourinnerathlete.windowslive.com?locale=en-usocid=TXT_TAGLM_WLYIA_whichathlete_us___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Compile monodevelop-debugger from SVN on Debian

2008-10-09 Thread Luciano _
Hi:To run mono-debugger you need Mono from svn or mono 2.0 and 
Mono-debugger 2.0. (Which i think it is not present on Debian/Ubuntu Repository)
An alternative could be to run:./configure --prefix=/usr --select
this let you select which package you will build, and you can disable the 
debugger Addin.
 
 My recomendation: Setup a parallel mono environment [*], if you have any 
version of mono installed, maybe some applications could depend on that 
installation, and if you break it you will have problem with other installed 
applications. (I've got this problem some times ago on Ubuntu)
 
Bye
 
[*] http://www.mono-project.com/Parallel_Mono_Environments
 



 From: [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Date: Wed, 8 
 Oct 2008 18:30:07 +0400 Subject: [Mono-dev] Compile monodevelop-debugger 
 from SVN on Debian  Hello! I'm windows developer and new for Linux, that's 
 why I cannot resolve next problem. Help me a bit, please.  Debian's 
 repository contains only Monodevelop 1.0. I want to try Monodevelop 2.0 and 
 going to compile it from the source.  $ svn co 
 svn://anonsvn.mono-project.com/source/trunk/monodevelop $ cd monodevelop $ 
 ./configure --prefix=/usr Checking for package 'mono-debugger'.. ERROR: 
 Package named 'mono-debugger' = 0.80 not found.  Ok, I understand. Need 
 to download, compile and install monodevelop-debugger  $ svn co 
 svn://anonsvn.mono-project.com/source/trunk/debugger $ cd debugger $ 
 ./autogen.sh --prefix=/usr configure: error: Cannot find termcap library  
 Debian's FAQ said: Debian uses the terminfo database and the ncurses library 
 of terminal interface routes, rather than the termcap database and the 
 termcap library. Users who are compiling programs that require some 
 knowledge of the terminal interface should replace references to libtermcap 
 with references to libncurses.  To support binaries that have already been 
 linked with the termcap library, and for which you do not have the source, 
 Debian provides a package called termcap-compat. This provides both 
 libtermcap.so.2 and /etc/termcap. Install this package if the program fails 
 to run with the error message can't load library 'libtermcap.so.2', or 
 complains about a missing /etc/termcap file.  I have installed 
 libtermcap-compat and its dependencies manually, but autogen script has the 
 same error: Cannot find termcap library  What I have to do?  === Best 
 regards, Alexander M. Batishchev   
 ___ Mono-devel-list mailing 
 list Mono-devel-list@lists.ximian.com 
 http://lists.ximian.com/mailman/listinfo/mono-devel-list
_
Your PC, mobile phone, and online services work together like never before.
http://clk.atdmt.com/MRT/go/108587394/direct/01/___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-list] MySql and System.Transactions

2008-10-01 Thread Luciano _

Hi:
Is System.Transactions Support with MySql Connector? I try it and i get and 
error, my (test) code is something like this:

using (System.Transactions.TransactionScope scope = new 
System.Transactions.TransactionScope()) {
MySqlConnection connection = new 
MySqlConnection (server=localhost;user id=myUser pwd=myPassdatabase=test);
connection.Open ();
MySqlCommand cmd = connection.CreateCommand ();
cmd.CommandText = INSERT INTO test(valor) 
VALUE('uno');;
cmd.CommandType = CommandType.Text;
cmd.ExecuteNonQuery ();
connection.Close ();

// scope.Complete(); //
}

I get:

Unhandled Exception: System.NotImplementedException: The requested feature is 
not implemented.
  at System.Transactions.Transaction.EnlistPromotableSinglePhase 
(IPromotableSinglePhaseNotification notification) [0x0] 
  at MySql.Data.MySqlClient.MySqlConnection.EnlistTransaction 
(System.Transactions.Transaction transaction) [0x0] 
  at MySql.Data.MySqlClient.MySqlConnection.Open () [0x0] 
  at TestTransaction.MainClass.Main (System.String[] args) [0x00037] in 
../TestTransaction/TestTransaction/Main.cs:39

I read in the mono site and i guess that is supported.

Thanks in advance.

Luciano
_
Got Game? Win Prizes in the Windows Live Hotmail Mobile Summer Games Trivia 
Contest
http://www.gowindowslive.com/summergames?ocid=TXT_TAGHM
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Gecko WebControl

2008-07-03 Thread Luciano _

Hi All, I don't know if this is the correct place to ask this, if it is not, 
please point me to the correct place.

I'm trying to use Gecko WebControl with Gtk#, the first i try is to test Mono 
sample (i found on svn), and i try to run GtkMozApp.exe and WebThumbnailer.exe 
and both app, compiled with mono, doesn't show the WebControl. I was googling a 
lot, and i found something that says that i need to setup my MOZILLA_FIVE_HOME 
var, but after trying all the possible combinations (All that i found) i can't 
really make this sample to work. (I need to know how to run this app to make my 
own one).
I try to run monodevelop from a console, and it says that Mozilla Directory 
cannot be found, so i guess that doesn't exists.
How is the correct way to setup? I'm using Ubuntu 8.04 Hardy Heron. Is there 
other WebControl to use other than this? I have the same problem on Windows, 
the Mozilla path cannot be found, so my own app on windows cannot be run.

Thanks
Luciano

_
Send funny voice messages packed with tidbits from MSN. Everyone wants to be 
ready.
http://www.noonewantstolookdumb.com?OCID=T001MSN54N1613A___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-dev] Bug in mod_mono?

2008-06-13 Thread Luciano _
Hi:If this isn't a correct place to make this kind of question, about a bug 
found in mod_mono, on Ubuntu (Server and Desktop 8.04) point me to the correct 
place please.I've got now installed and running properly my apache with 
Mod_mono 2 (at least the samples works). But when i install, i add 
mono+gtk+monodevelop and mono-apache-server2 and xsp2 and xsp2_base (this are 
the names of the Ubuntu package on an official repository and in the debian 
repository too) with aptitude. After the installation, all works great, except 
mod_mono. I try everything, and finally found my solution in apache error log. 
(/var/log/apache2/error.log). I found that mod_mono was calling 
/bin/mod-mono-server and the real name was /bin/mono-apache-server2) I finally 
resolve this by making a link (ln -s mono-apache-server mono-apache-server2).
Is this a mod_mono bug or maybe it is a bug from ubuntu package? (I think that 
is a mod_mono error, beacause i try to compile from source and i have the some 
problem.Do i fill a bug report?Thanks a lot.
Luciano
_
Send funny voice messages packed with tidbits from MSN. Everyone wants to be 
ready.
http://www.noonewantstolookdumb.com?OCID=T001MSN54N1613A___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-list] Web Services asynchronously

2008-06-11 Thread Luciano _
Hi: I have a question about the Web Services, and how it works on mono.
 
I have a WebServices (running in apache with mod_mono) that use MySqlConnector 
to connect mysql server on the same machine. Within this WS i make some 
operations (Insert's and update's) in a transaction operation. 
I'm consuming this WS with a GtkSharp app, this app calls the WS 
asynchronously, with CallBack. My Question is, if the services is aborted in 
the middle of the transaction, the transaction will be rolled back? Or not? I 
test it, and i think yes, but i need to know if always be rolled back, or maybe 
sometimes no. My doubt is that maybe if the operation has terminated the 
transaction but the services is not finished and services is aborted, the 
services will be aborted but the transaction will be commited. Is the 
connection (i use a Using statement) correctly disposed?
 
The WS method (pseudo-code) will be like this:[WebMethod()]
public void TestAsync()
{
using(MySqlConnection conn = new MySqlConnection(ConnectionString...))
{
 conn.Open();
 MySqlTransaction myTran = conn.BeginTransaction();
 
 MySqlCommand cmd = new mySqlCommand();
 cmd.Transaction = myTran;
 cmd.CommandText = INSERT INTO SOME TABLE;
 cmd.ExecuteNonQuery();
 
 // If the abort call is in this moment, the transaction is rolled 
back? The connection is correctly disposed and closed?
 
 MySqlCommand cmd2 = new mySqlCommand();
 cmd2.Transaction = myTran;
 cmd2.CommandText = UPDATE SOME TABLE;
 cmd2.ExecuteNonQuery();
 
 // If the abort call is at this moment the transaction is rolled 
back?
 myTran.Commit();
  
 // If the abort call is at this moment the transaction is NOT 
rolled back?
 conn.Close();
} 
   // The Using Statement is executing the Dispose method if i call Abort() ?
 
}
 
 
Thanks a lot in advanced, i will really appreciate help.
Luciano
_
Stop squinting -- view your photos on your TV.  Learn more.
http://www.microsoft.com/windows/digitallife/default.mspx?deepLink=photos___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Web Services asynchronously

2008-06-11 Thread Luciano _
Hi:
Right, i didn't think that, but i was viewing the MySql Connector source code, 
and it actually do Nothing the Transaction finalizer (Dispose), i will use 
Using statement, but, probably is Always? :)If i call Abort() on the Gtk app, 
the services keep running but i lost the references or WS receipt some type of 
Abort Signal and really abort the operation? when i get the WebException 
Exception, it is already aborted and rolled back? (Rolled back of course, if i 
call the abort, and the Transaction wasn't commited already)
Thanks



 Date: Wed, 11 Jun 2008 17:24:46 +0200 From: [EMAIL PROTECTED] To: [EMAIL 
 PROTECTED] CC: mono-list@lists.ximian.com Subject: Re: [Mono-list] Web 
 Services asynchronously  Hi!  Most probably the transaction will be 
 rolled back when myTran will be  finalized. You should wrap myTrans, cmd, 
 cmd2, etc with using so as not to be  dependent on the finalizer.  
 Cheers! Michał Ziemski  Luciano _ pisze:  Hi:  I have a question about 
 the Web Services, and how it works on mono.I have a WebServices 
 (running in apache with mod_mono) that use   MySqlConnector to connect 
 mysql server on the same machine. Within   this WS i make some operations 
 (Insert's and update's) in a   transaction operation.   I'm consuming 
 this WS with a GtkSharp app, this app calls the WS   asynchronously, with 
 CallBack.  My Question is, if the services is aborted in the middle of the 
   transaction, the transaction will be rolled back? Or not? I test it,   
 and i think yes, but i need to know if always be rolled back, or maybe   
 sometimes no. My doubt is that maybe if the operation has terminated   the 
 transaction but the services is not finished and services is   aborted, the 
 services will be aborted but the transaction will be   commited. Is the 
 connection (i use a Using statement) correctly disposed?The WS method 
 (pseudo-code) will be like this:   [WebMethod()]  public void 
 TestAsync()  {  using(MySqlConnection conn = new   
 MySqlConnection(ConnectionString...))  {  conn.Open();  
 MySqlTransaction myTran = conn.BeginTransaction();MySqlCommand cmd = 
 new mySqlCommand();  cmd.Transaction = myTran;  cmd.CommandText = INSERT 
 INTO SOME TABLE;  cmd.ExecuteNonQuery();// If the abort call is in 
 this moment, the transaction   is rolled back? The connection is correctly 
 disposed and closed?MySqlCommand cmd2 = new mySqlCommand();  
 cmd2.Transaction = myTran;  cmd2.CommandText = UPDATE SOME TABLE;  
 cmd2.ExecuteNonQuery();// If the abort call is at this moment the 
 transaction is   rolled back?  myTran.Commit();// If the abort 
 call is at this moment the transaction is   NOT rolled back?  
 conn.Close();  }  // The Using Statement is executing the Dispose method 
 if i call   Abort() ?}  Thanks a lot in advanced, i will 
 really appreciate help.   Luciano   
   
 Stop squinting -- view your photos on your TV. Learn more   
 http://www.microsoft.com/windows/digitallife/default.mspx?deepLink=photos  
   
   
  ___  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
_
Get your fix of news, sports, entertainment and more on MSN Mobile
http://www.msnmobilefix.com/Default.aspx___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Gtk# Datagrid? Reporting?

2007-04-10 Thread Luciano _
The best place to ask this is gtksharp-list
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
but,
You could use a custom control to replace a datagrid (which is more 
powerfull), you can use as example this link:
http://www.koders.com/csharp/fid35B0BB6652E5E3DC79DA1B7EA402F777E1912A84.aspx?s=datagrid+Gtk
It use a Gtk.VBox to make the datagrid.

Bye
Luciano


From: Austin Winstanley [EMAIL PROTECTED]
To: Mono-list@lists.ximian.com
Subject: [Mono-list] Gtk# Datagrid? Reporting?
Date: Tue, 10 Apr 2007 15:08:44 -0500
MIME-Version: 1.0
Received: from lists.ximian.com ([130.57.169.22]) by 
bay0-mc1-f16.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Tue, 
10 Apr 2007 13:08:55 -0700
Received: from galactus.ximian.com (localhost.localdomain [127.0.0.1])by 
lists.ximian.com (Postfix) with ESMTP id 3F2771CFBA8;Tue, 10 Apr 2007 
17:58:04 -0400 (EDT)
Received: from herald.ximian.com (frontgate.ximian.com [130.57.169.19])by 
lists.ximian.com (Postfix) with ESMTP id E0AC71CFB94for 
Mono-list@lists.ximian.com; Tue, 10 Apr 2007 17:58:02 -0400 (EDT)
Received: by herald.ximian.com (Postfix, from userid 2601)id 2FE6F700B3; 
Tue, 10 Apr 2007 16:08:47 -0400 (EDT)
Received: from nz-out-0506.google.com (nz-out-0506.google.com 
[64.233.162.233])by herald.ximian.com (Postfix) with ESMTP id 5EC36700B8for 
Mono-list@lists.ximian.com; Tue, 10 Apr 2007 16:08:45 -0400 (EDT)
Received: by nz-out-0506.google.com with SMTP id f1so1316875nzcfor 
Mono-list@lists.ximian.com; Tue, 10 Apr 2007 13:08:44 -0700 (PDT)
Received: by 10.114.79.1 with SMTP id c1mr2939651wab.1176235724283;Tue, 10 
Apr 2007 13:08:44 -0700 (PDT)
Received: by 10.114.144.15 with HTTP; Tue, 10 Apr 2007 13:08:44 -0700 (PDT)
X-Message-Info: 
txF49lGdW42fmXRoBuf3XqulTQ1J3oGJmtHw2c282BJuNQtWLvmDvaOLKwWkPdcC
X-Original-To: Mono-list@lists.ximian.com
Delivered-To: Mono-list@lists.ximian.com
X-Google-Sender-Auth: ae825a8c10238547
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on 
frontgate.ximian.com
X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 
tests=HTML_00_10,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS 
version=3.0.3
X-BeenThere: mono-list@lists.ximian.com
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: Mono Developer Discussion List mono-list.lists.ximian.com
List-Unsubscribe: 
http://lists.ximian.com/mailman/listinfo/mono-list,mailto:[EMAIL PROTECTED]
List-Archive: http://lists.ximian.com/pipermail/mono-list
List-Post: mailto:mono-list@lists.ximian.com
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
http://lists.ximian.com/mailman/listinfo/mono-list,mailto:[EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 10 Apr 2007 20:08:55.0175 (UTC) 
FILETIME=[10EA9970:01C77BAC]

Is there a good Gtk# Datagrid available? And what about Gtk# Reporting? I 
am
trying to create a business application and I would like to use Gtk# to do
it, but a good Datagrid and Reporting are imperative to the project...

--
Thanks,
Austin Winstanley
Tradelogic Software Group


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

_
Visita MSN Latino Entretenimiento: ¡música, cine, chismes, TV y más...! 
http://latino.msn.com/entretenimiento/

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


Re: [Mono-list] Liststore not appending correctly

2007-03-21 Thread Luciano _
maybe Gtk-sharp list is better place to ask this, but, (i'm not really sure 
about this)
the problem i guess is that Gtk.Application.Invokes, execute in main thread, 
when it can be executed, but not sequentially. Maybe, the Gtk Thread is 
making some Re-paint or something else, and does not work like you want. I'm 
not really sure, i was having this problem (that i descript) and i fix it by 
using Lock (threads).

Bye
Luciano


From: Nil Gradisnik [EMAIL PROTECTED]
To: mono-list@lists.ximian.com
Subject: [Mono-list] Liststore not appending correctly
Date: Wed, 21 Mar 2007 19:25:31 +0100
MIME-Version: 1.0
Received: from lists.ximian.com ([130.57.169.22]) by 
bay0-mc4-f14.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Wed, 
21 Mar 2007 11:24:03 -0700
Received: from galactus.ximian.com (localhost.localdomain [127.0.0.1])by 
lists.ximian.com (Postfix) with ESMTP id A39861CFBDB;Wed, 21 Mar 2007 
16:05:54 -0400 (EDT)
Received: from herald.ximian.com (frontgate.ximian.com [130.57.169.19])by 
lists.ximian.com (Postfix) with ESMTP id 16D681CFBD5for 
mono-list@lists.ximian.com; Wed, 21 Mar 2007 16:05:53 -0400 (EDT)
Received: by herald.ximian.com (Postfix, from userid 2601)id 4B40F700C2; 
Wed, 21 Mar 2007 13:23:52 -0500 (EST)
Received: from mu-out-0910.google.com (mu-out-0910.google.com 
[209.85.134.186])by herald.ximian.com (Postfix) with ESMTP id E7F7A700C2for 
mono-list@lists.ximian.com; Wed, 21 Mar 2007 13:23:48 -0500 (EST)
Received: by mu-out-0910.google.com with SMTP id i2so589794muefor 
mono-list@lists.ximian.com; Wed, 21 Mar 2007 11:23:47 -0700 (PDT)
Received: by 10.82.146.14 with SMTP id t14mr2212125bud.1174501423296;Wed, 
21 Mar 2007 11:23:43 -0700 (PDT)
Received: from ?192.168.1.4? ( [195.210.246.130])by mx.google.com with 
ESMTP id w5sm7994538mue.2007.03.21.11.23.42;Wed, 21 Mar 2007 11:23:42 -0700 
(PDT)
X-Message-Info: 
txF49lGdW41PiY++DHdEakZftiq+hFZVIZ/MSj+RNwy4Y1T3HH+ONmwdZpr5qsUj
X-Original-To: mono-list@lists.ximian.com
Delivered-To: mono-list@lists.ximian.com
X-Mailer: Evolution 2.8.3 (2.8.3-1.fc6) X-Spam-Checker-Version: 
SpamAssassin 3.0.3 (2005-04-27) on frontgate.ximian.com
X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 
tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS version=3.0.3
X-BeenThere: mono-list@lists.ximian.com
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: Mono Developer Discussion List mono-list.lists.ximian.com
List-Unsubscribe: 
http://lists.ximian.com/mailman/listinfo/mono-list,mailto:[EMAIL PROTECTED]
List-Archive: http://lists.ximian.com/pipermail/mono-list
List-Post: mailto:mono-list@lists.ximian.com
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
http://lists.ximian.com/mailman/listinfo/mono-list,mailto:[EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 21 Mar 2007 18:24:04.0020 (UTC) 
FILETIME=[1AD58740:01C76BE6]

I need your opinion on this one. I'm running a Thread which starts this
function named PopulateTreevew() and in there this is what happens:

//populate treeview
public void PopulateTreeviewThreadRoutine()
{
   Gtk.Application.Invoke (delegate {
   liststore.Clear();
   });

   for (int i = 0; i  10; i++) {

   Console.WriteLine (i); //THIS one works
   Gtk.Application.Invoke (delegate {
   Console.WriteLine (i); //THIS one sometimes works
   liststore.AppendValues (i);
   });
   }

   Gtk.Application.Invoke (delegate {
   Treeview1.Model = liststore;
   });
}

My main problem is that I sometimes get all the same(the last) contents
of my variable array to my Treeview, using liststore.AppendValues... I
tested this values with Console.WriteLine.
As you can see I'm using Gtk.Application.Invoke, because I'm running a
Thread outside the main GTK thread.

So basically I narrowed it down to this, that if I print out those
variables(arrays) before the Gtk.Application.Invoke, it always prints
out OK, the numbers(i) are 0,1,2,3,4,5,6...9. But If I print them out
inside Gtk.Application.Invoke I sometimes(randomly) get just all 9s !
That is 9,9,9,9,9...9.

Why is that ? What could cause this problem, I don't understand.
It looks like a bug in Gtk.Application.Invoke or something.

Can I use something else than Gtk.Application.Invoke, so that I get out
the correct array?
Because it looks like the Gtk.Application.Invoke messes up things
randomly.


Please advise

Thanks


Nil Gradisnik

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

_
Consigue aquí las mejores y mas recientes ofertas de trabajo EE.UU. 
http://latino.msn.com/empleos

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


Re: [Mono-list] Liststore not appending correctly

2007-03-21 Thread Luciano _
Read this:
http://www.mono-project.com/ThreadsBeginnersGuide

Maybe something like this:
object delegate_done = new object();
Gtk.Application.Invoke( delegate {
   // Your 
Operations
lock(delegate_done) Monitor.Pulse(delegate_done);
});
lock(delegate_done) Monitor.Wait(delegate_done);

Hope it helps
Luciano


From: Nil Gradisnik [EMAIL PROTECTED]
To: Luciano _ [EMAIL PROTECTED]
CC: mono-list@lists.ximian.com
Subject: RE: [Mono-list] Liststore not appending correctly
Date: Wed, 21 Mar 2007 22:51:11 +0100
MIME-Version: 1.0
Received: from nf-out-0910.google.com ([64.233.182.189]) by 
bay0-mc9-f12.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Wed, 
21 Mar 2007 14:49:19 -0700
Received: by nf-out-0910.google.com with SMTP id a4so1138233nfcfor 
[EMAIL PROTECTED]; Wed, 21 Mar 2007 14:49:19 -0700 (PDT)
Received: by 10.82.107.15 with SMTP id f15mr2584233buc.1174513758843;   
  Wed, 21 Mar 2007 14:49:18 -0700 (PDT)
Received: from ?192.168.1.4? ( [195.210.246.130])by mx.google.com 
with ESMTP id y23sm6799606nfb.2007.03.21.14.49.17;Wed, 21 Mar 2007 
14:49:18 -0700 (PDT)
X-Message-Info: 
5ZHoJh3ZkQ2beHhjtR/Lqw+jGgHyYqvlcOX901YQIttX/7kYcd+iVW3Tpx/DmeMS
DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed;d=gmail.com; s=beta;  
   
h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding;
 

b=G4x4rJt/Zef3obVm2a6PDH29fwzFdsL6cXc782r/MakFg5igmIpZGfriVWGMLRNd/1EPGbt3DWeRDwpJCuGImAT5hgPlKzY3micSrP1JswZvvSDs/suIQrYdlSZd86jIWZMaIDXafkk7jlklX5E5ce4KYYtNgVLrzT76dPCv2ro=
DomainKey-Signature: a=rsa-sha1; c=nofws;d=gmail.com; s=beta;   
  
h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding;
 

b=SrM1dv7OK2DjbbV3Bmynn2ZU7rNOkHMx6qr1KAJfouD/88GyRCeWq8IyFVQ8R6tjF0UOkguQCQcAJsaEQGePN4BT0Xii5BKRQduqA7o+QfnQ44gnm7p/G5AkFNoYSO2AsQz2qLz+zlIN0ympXHp8pk3gwZIIizBDeIz5VouVU/E=
Return-Path: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
X-Mailer: Evolution 2.8.3 (2.8.3-1.fc6) X-OriginalArrivalTime: 21 Mar 2007 
21:49:19.0600 (UTC) FILETIME=[C77DE700:01C76C02]

I see, thank you I'll try to ask on gtk-sharp list.

But can you give me more details on how you fixed this issue by using
Lock ?
What is that and how should I use it.


Thanks

Nil Gradisnik


On Wed, 2007-03-21 at 21:36 +, Luciano _ wrote:
  maybe Gtk-sharp list is better place to ask this, but, (i'm not really 
sure
  about this)
  the problem i guess is that Gtk.Application.Invokes, execute in main 
thread,
  when it can be executed, but not sequentially. Maybe, the Gtk Thread is
  making some Re-paint or something else, and does not work like you want. 
I'm
  not really sure, i was having this problem (that i descript) and i fix 
it by
  using Lock (threads).
 
  Bye
  Luciano
 
 
  From: Nil Gradisnik [EMAIL PROTECTED]
  To: mono-list@lists.ximian.com
  Subject: [Mono-list] Liststore not appending correctly
  Date: Wed, 21 Mar 2007 19:25:31 +0100
  MIME-Version: 1.0
  Received: from lists.ximian.com ([130.57.169.22]) by
  bay0-mc4-f14.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); 
Wed,
  21 Mar 2007 11:24:03 -0700
  Received: from galactus.ximian.com (localhost.localdomain 
[127.0.0.1])by
  lists.ximian.com (Postfix) with ESMTP id A39861CFBDB;Wed, 21 Mar 2007
  16:05:54 -0400 (EDT)
  Received: from herald.ximian.com (frontgate.ximian.com 
[130.57.169.19])by
  lists.ximian.com (Postfix) with ESMTP id 16D681CFBD5for
  mono-list@lists.ximian.com; Wed, 21 Mar 2007 16:05:53 -0400 (EDT)
  Received: by herald.ximian.com (Postfix, from userid 2601)id 
4B40F700C2;
  Wed, 21 Mar 2007 13:23:52 -0500 (EST)
  Received: from mu-out-0910.google.com (mu-out-0910.google.com
  [209.85.134.186])by herald.ximian.com (Postfix) with ESMTP id 
E7F7A700C2for
  mono-list@lists.ximian.com; Wed, 21 Mar 2007 13:23:48 -0500 (EST)
  Received: by mu-out-0910.google.com with SMTP id i2so589794muefor
  mono-list@lists.ximian.com; Wed, 21 Mar 2007 11:23:47 -0700 (PDT)
  Received: by 10.82.146.14 with SMTP id 
t14mr2212125bud.1174501423296;Wed,
  21 Mar 2007 11:23:43 -0700 (PDT)
  Received: from ?192.168.1.4? ( [195.210.246.130])by mx.google.com with
  ESMTP id w5sm7994538mue.2007.03.21.11.23.42;Wed, 21 Mar 2007 11:23:42 
-0700
  (PDT)
  X-Message-Info:
  txF49lGdW41PiY++DHdEakZftiq+hFZVIZ/MSj+RNwy4Y1T3HH+ONmwdZpr5qsUj
  X-Original-To: mono-list@lists.ximian.com
  Delivered-To: mono-list@lists.ximian.com
  X-Mailer: Evolution 2.8.3 (2.8.3-1.fc6) X-Spam-Checker-Version:
  SpamAssassin 3.0.3 (2005-04-27) on frontgate.ximian.com
  X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0
  tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS version=3.0.3
  X-BeenThere: mono-list@lists.ximian.com

Re: [Mono-docs-list] Adding a link to StudentProjectsinContributingand ThreadsBeginnersGuide

2007-03-15 Thread Luciano _

I get no password or even write access :)
So, i attach a text file with the info to add to this article.

Bye
Luciano




From: Miguel de Icaza [EMAIL PROTECTED]
To: Luciano _ [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], mono-docs-list@lists.ximian.com
Subject: Re: [Mono-docs-list] Adding a link to 
StudentProjectsinContributingand ThreadsBeginnersGuide

Date: Tue, 13 Mar 2007 12:45:30 -0400
MIME-Version: 1.0
Received: from erandi.dom ([130.57.22.201]) by 
bay0-mc5-f11.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Tue, 
13 Mar 2007 09:46:55 -0700
Received: by erandi.dom (Postfix, from userid 500)id A086ACDB11; Tue, 13 
Mar 2007 12:45:30 -0400 (EDT)
X-Message-Info: 
LsUYwwHHNt3660MmjhEvYg2f34OAemlK+ZzoV09lDsZmbz8QigGIQtU5Yvr3lK0P

References: [EMAIL PROTECTED]
Organization: Novell, Inc. X-Mailer: Evolution 2.6.0 Return-Path: 
[EMAIL PROTECTED]
X-OriginalArrivalTime: 13 Mar 2007 16:46:55.0972 (UTC) 
FILETIME=[35BDFA40:01C7658F]


Hey,

 It is an excelent article. I was looking for this info in the past, and
 someone help me with this at #Irc. Could i improved a little bit? Like
 adding info about passing info to thread method? How do i do this? I 
haven't

 got write access.

Send me your full name and I can set up an account for you



_
Visita MSN Latino Noticias: Todo lo que pasa en el mundo y en tu paín, ¡en 
tu idioma! http://latino.msn.com/noticias/

Passing parameters to threads
The ThreadStart delegate doesn't take any parameters, so, the parameters 
must be stored in somewhere else.
A good way to do this, is to create a new object which contains the async 
method, and store the parameters in some of

it properties.
An example of this is:

using System;
using System.Threading;

namespace ThreadGuideSamples
{
class ThreadCaller
{
static void Main()
{
ThreadCaller myCaller = new ThreadCaller();
}

public ThreadCaller()
{
SecondThreadObject myThreadObject = new SecondThreadObject(Test 
Param); // Constructor get the parameter
myThreadObject.Parameter2 = 10; // Another value, not assigned at 
constructor
Thread myThread = new Thread(new 
ThreadStart(myThreadObject.MyAsyncMethod));

myThread.Start();
}
}

class SecondThreadObject
{
protected string Param1;
protected int Param2;

public SecondThreadObject(string parameter1)
{
this.Param1 = parameter1;
}

public int Parameter2
{
set
{
this.Param2 = value;
}
}

public void MyAsyncMethod()
{
Console.WriteLine(The value passed in the Constructor is '{0}', 
this.Param1);
Console.WriteLine(The value passed in the Property is '{0}', 
this.Param2);

for(int x = 0; x  50; x++)
Console.WriteLine(x);
Console.ReadKey();
}
}
}

Accessing to main thread with callback
In some applications you need to access to the caller thread (the main 
thread) [0]. In this case you can use

a callback delegate to access to it, like this:

using System;
using System.Threading;

namespace ThreadGuideSamples
{
public delegate void MyCallBack(int Response);

class ThreadCaller
{
static void Main()
{
ThreadCaller myCaller = new ThreadCaller();
}

public ThreadCaller()
{
SecondThreadObject myThreadObject = new 
SecondThreadObject(this.OnResponse); // Constructor get the callback 
parameter
Thread myThread = new Thread(new 
ThreadStart(myThreadObject.MyAsyncMethod));

myThread.Start();
}

protected void OnResponse(int response)
{
Console.WriteLine(Value returned to main thread 
{0}, response);
/*
If you on Gtk# you can use like:
Gtk.Application.Invoke ( delegate {
// My Changes to the gui
});

 */

}
}

class

Re: [Mono-docs-list] Adding a link to StudentProjectsin Contributingand ThreadsBeginnersGuide

2007-03-13 Thread Luciano _
Hi.
It is an excelent article. I was looking for this info in the past, and 
someone help me with this at #Irc. Could i improved a little bit? Like 
adding info about passing info to thread method? How do i do this? I haven't 
got write access.

Luciano



From: Miguel de Icaza [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
CC: mono-docs-list@lists.ximian.com
Subject: Re: [Mono-docs-list] Adding a link to 
StudentProjectsin  Contributingand ThreadsBeginnersGuide
Date: Mon, 12 Mar 2007 12:35:03 -0400
MIME-Version: 1.0
Received: from lists.ximian.com ([130.57.169.22]) by 
bay0-mc10-f23.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Mon, 
12 Mar 2007 09:36:32 -0700
Received: from galactus.ximian.com (localhost.localdomain [127.0.0.1])by 
lists.ximian.com (Postfix) with ESMTP id 8C7C41CFC48;Mon, 12 Mar 2007 
14:15:15 -0400 (EDT)
Received: from herald.ximian.com (frontgate.ximian.com [130.57.169.19])by 
lists.ximian.com (Postfix) with ESMTP id 0BD6A1CFC33for 
mono-docs-list@lists.ximian.com;Mon, 12 Mar 2007 14:15:14 -0400 (EDT)
Received: by herald.ximian.com (Postfix, from userid 2601)id 4E20D70029; 
Mon, 12 Mar 2007 11:36:30 -0500 (EST)
Received: from erandi.dom (c-24-218-111-14.hsd1.ma.comcast.net 
[24.218.111.14])by herald.ximian.com (Postfix) with ESMTP id AC1C270015for 
mono-docs-list@lists.ximian.com;Mon, 12 Mar 2007 11:36:25 -0500 (EST)
Received: by erandi.dom (Postfix, from userid 500)id A6E6ACDB73; Mon, 12 
Mar 2007 12:35:03 -0400 (EDT)
X-Message-Info: LsUYwwHHNt169mR9bh+0jhddDFc+lkC1ygEJEsvoWRw=
X-Original-To: mono-docs-list@lists.ximian.com
Delivered-To: mono-docs-list@lists.ximian.com
References: [EMAIL PROTECTED]
Organization: Novell, Inc. X-Mailer: Evolution 2.6.0 
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on 
frontgate.ximian.com
X-Spam-Level: ***
X-Spam-Status: No, score=3.2 required=5.0 tests=AWL, FORGED_RCVD_HELO, 
MY_OBFUY,RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL version=3.0.3
X-BeenThere: mono-docs-list@lists.ximian.com
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: Documentation for Mono. mono-docs-list.lists.ximian.com
List-Unsubscribe: 
http://lists.ximian.com/mailman/listinfo/mono-docs-list,mailto:[EMAIL 
PROTECTED]
List-Archive: http://lists.ximian.com/pipermail/mono-docs-list
List-Post: mailto:mono-docs-list@lists.ximian.com
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
http://lists.ximian.com/mailman/listinfo/mono-docs-list,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 12 Mar 2007 16:36:32.0401 (UTC) 
FILETIME=[97A6D810:01C764C4]

Hello,

  The educational way is an interesting one, because you pick a 
technology you
  are interested in, and work on that technology to learn the technology.
 
  But I wasn't sure if this is wanted or if I'm allowed to do so since it 
is one
  of the topmost pages, therefore I'm asking for someones approval and/or
  comments on that idea.

Go ahead.

  In addition the ThreadsBeginnersGuide
  (http://mono-project.com/ThreadsBeginnersGuide) has been finished and I 
would
  like you to take a look at it (as always). Maybe it could be mentioned 
on the
  articles page if it is wanted and good enough to be mentioned there.

Yes, I agree, lets do it.
___
Mono-docs-list maillist  -  Mono-docs-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-docs-list

_
Latinos en EE.UU: noticias y artículos de interés para ti 
http://latino.msn.com/noticias/latinoseneeuu

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


Re: [Mono-list] Trouble starting the mono vmware image

2007-03-08 Thread Luciano _
I had this problem sometimes too, but if you reset your VMWare station, or 
even close and re-open, it works. (Works for my). Sometimes you let this for 
some time and works too, i don't know how happend.

Luciano


From: Wade Berrier [EMAIL PROTECTED]
To: Stelian Iancu [EMAIL PROTECTED]
CC: mono-list mono-list@lists.ximian.com
Subject: Re: [Mono-list] Trouble starting the mono vmware image
Date: Wed, 07 Mar 2007 15:26:52 -0700
MIME-Version: 1.0
Received: from lists.ximian.com ([130.57.169.22]) by 
bay0-mc6-f10.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Wed, 7 
Mar 2007 14:26:57 -0800
Received: from galactus.ximian.com (localhost.localdomain [127.0.0.1])by 
lists.ximian.com (Postfix) with ESMTP id E9AE31CFBA0;Wed,  7 Mar 2007 
19:03:49 -0500 (EST)
Received: from herald.ximian.com (frontgate.ximian.com [130.57.169.19])by 
lists.ximian.com (Postfix) with ESMTP id E31E91CFB57for 
mono-list@lists.ximian.com; Wed,  7 Mar 2007 19:03:47 -0500 (EST)
Received: by herald.ximian.com (Postfix, from userid 2601)id 9E5AD70033; 
Wed,  7 Mar 2007 17:26:47 -0500 (EST)
Received: from victor.provo.novell.com 
(victor.provo.novell.com[137.65.250.26])by herald.ximian.com (Postfix) with 
ESMTP id 9D2997001Bfor mono-list@lists.ximian.com; Wed,  7 Mar 2007 
17:26:43 -0500 (EST)
Received: from [137.65.65.37] 
(prv-dmz-foundry1.gns.novell.com[137.65.251.211])by victor.provo.novell.com 
with ESMTP (TLS encrypted);Wed, 07 Mar 2007 15:26:30 -0700
X-Message-Info: LsUYwwHHNt1wmAzwnuYCK+zExkVw5GnMpkMVEdhsChs=
X-Original-To: mono-list@lists.ximian.com
Delivered-To: mono-list@lists.ximian.com
References: [EMAIL PROTECTED]
X-Mailer: Evolution 2.8.2 X-Spam-Checker-Version: SpamAssassin 3.0.3 
(2005-04-27) on frontgate.ximian.com
X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=AWL 
version=3.0.3
X-BeenThere: mono-list@lists.ximian.com
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: Mono Developer Discussion List mono-list.lists.ximian.com
List-Unsubscribe: 
http://lists.ximian.com/mailman/listinfo/mono-list,mailto:[EMAIL PROTECTED]
List-Archive: http://lists.ximian.com/pipermail/mono-list
List-Post: mailto:mono-list@lists.ximian.com
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
http://lists.ximian.com/mailman/listinfo/mono-list,mailto:[EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 07 Mar 2007 22:26:57.0392 (UTC) 
FILETIME=[B7751F00:01C76107]

Hi,

What version of the vmware image do you have?  Could you verify your
download with md5sum?

Look at http://www.mono-project.com/VMware_Image for md5sums.

Wade

On Thu, 2007-03-01 at 10:38 +0100, Stelian Iancu wrote:
  Hello all,
 
  I have just downloaded the mono vmware image from the mono website and
  I am trying to use it on vmware server on windows xp sp2. The machine
  on which I run the vmware server is a pentium 4 with 1 GB of RAM.
 
  When I power on the vm (with the boot option splash=0), I get to the
  point where I can see the following:
 
  initrd /boot/initrd-2.6.18.2-34-default
   [Linux-initrd @ 0x1fbbd000, 0x3222b3 bytes]
 
  and that's it, it doesn't go any further. I haven't tried to run any
  other virtual machines (just installed vmware server) so I don't know
  if this is a general or specific issue with this particular vm.
 
  Any help is greatly appreciated to get this thing to work.
 
  Best regards,
  Stelian
  ___
  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

_
MSN Latino: el sitio MSN para los hispanos en EE.UU. http://latino.msn.com/

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


[Mono-list] ANNOUNCE: gComandos 0.1 has been released

2007-02-17 Thread Luciano _
Hi,

This mail is to announce gComandos.
gComandos is a two panels like file system manager for Gnome, designed to be 
easy to use, and powerfull for beginers/advanced users.

At this moment, gComandos is really under deployment, most common operation 
are supported:
* Copy/Move files in between panels.
* Edit Files
* Permission changed.
* Create new Files/Directories
* Delete files/directories
* Select/Undo Select files
* Search for files.
* Mount/Unmount/Eject drives

Futures like: View Compressed files/Image files ; AddIn System ; Favourite 
menu ; and others are planned for the future.

Requeriments are:
* Mono 1.2.3
* GConf-Sharp 2.8.0
* Gdk-Shrp 2.8.0
* GLib-Sharp 2.8.0
* Gnome-Sharp 2.8.0
* GnomeVfs-Sharp 2.8.0
* Gtk-Sharp 2.8.0
* Mono.Posix
* Pango-Sharp 2.8.0


Download Page:
http://sourceforge.net/project/showfiles.php?group_id=183985

Project:
http://sourceforge.net/project/gcomandos

Web:
http://gcomandos.sourceforge.net/

WikiWeb:
http://gcomandos.sourceforge.net/wiki

Developers:
gComandos is being written in pure C#. Developers who want to join the 
project, don't doubt to ask me. There are many task to do.

Thanks to all the people who help me on the mono-list / gtk-sharp list / 
#mono channel / #monodevelop change. They are part of this project too.

Luciano

_
Visita MSN Latino Entretenimiento: ¡música, cine, chismes, TV y más...! 
http://latino.msn.com/entretenimiento/

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


Re: [Mono-list] (no subject)

2007-02-05 Thread Luciano _
I guess that the problem is not MonoDevelop, is mcs, which it does not 
support Generics, you need to use gmcs instead. You could configure this in 
project preference, setting the targe to 2.0 framework. MonoDevelop 0,12 
does not properly works on syntaxis highlighting with Generics, but gmcs 
compile it great.

Luciano


From: Tigran Martirosyan [EMAIL PROTECTED]
To: mono-list@lists.ximian.com
Subject: [Mono-list] (no subject)
Date: Mon, 5 Feb 2007 09:11:43 +0100
MIME-Version: 1.0
Received: from lists.ximian.com ([130.57.169.22]) by 
bay0-mc11-f10.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Mon, 
5 Feb 2007 00:12:00 -0800
Received: from galactus.ximian.com (localhost.localdomain [127.0.0.1])by 
lists.ximian.com (Postfix) with ESMTP id 3DB7D1CFC5C;Mon,  5 Feb 2007 
04:37:46 -0500 (EST)
Received: from herald.ximian.com (frontgate.ximian.com [130.57.169.19])by 
lists.ximian.com (Postfix) with ESMTP id 81BC91CFBCDfor 
mono-list@lists.ximian.com; Mon,  5 Feb 2007 04:37:44 -0500 (EST)
Received: by herald.ximian.com (Postfix, from userid 2601)id ABC3C70088; 
Mon,  5 Feb 2007 03:11:49 -0500 (EST)
Received: from wx-out-0506.google.com (wx-out-0506.google.com 
[66.249.82.234])by herald.ximian.com (Postfix) with ESMTP id 237B070087for 
mono-list@lists.ximian.com; Mon,  5 Feb 2007 03:11:45 -0500 (EST)
Received: by wx-out-0506.google.com with SMTP id h30so1472481wxdfor 
mono-list@lists.ximian.com; Mon, 05 Feb 2007 00:11:45 -0800 (PST)
Received: by 10.70.92.12 with SMTP id p12mr11837396wxb.1170663103963;Mon, 
05 Feb 2007 00:11:43 -0800 (PST)
Received: by 10.70.108.14 with HTTP; Mon, 5 Feb 2007 00:11:43 -0800 (PST)
X-Message-Info: LsUYwwHHNt2MgNWBXmOonFPSoYbUsPkRxbDMoMWlhHc=
X-Original-To: mono-list@lists.ximian.com
Delivered-To: mono-list@lists.ximian.com
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on 
frontgate.ximian.com
X-Spam-Level: **
X-Spam-Status: No, score=2.4 required=5.0 
tests=HTML_20_30,HTML_MESSAGE,MISSING_SUBJECT,RCVD_BY_IP,RM_bw_Generic,SPF_HELO_PASS,SPF_PASS
 
version=3.0.3
X-BeenThere: mono-list@lists.ximian.com
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: Mono Developer Discussion List mono-list.lists.ximian.com
List-Unsubscribe: 
http://lists.ximian.com/mailman/listinfo/mono-list,mailto:[EMAIL PROTECTED]
List-Archive: http://lists.ximian.com/pipermail/mono-list
List-Post: mailto:mono-list@lists.ximian.com
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
http://lists.ximian.com/mailman/listinfo/mono-list,mailto:[EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 05 Feb 2007 08:12:00.0568 (UTC) 
FILETIME=[4FC67380:01C748FD]

Hi.
I'm newbie in Mono . I downloaded vmware version of the Suse with the all
necessary tools already installed in for developing with c# .
But I can not compile genrics under the monodevelop  . Is there some
additional things that I have to do , for compiling the generics under the
monodevelop ?

Thank you .


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

_
Acepta el reto MSN Premium: Correos más divertidos con fotos y textos 
increíbles en MSN Premium. Descárgalo y pruébalo 2 meses gratis. 
http://join.msn.com?XAPID=1697DI=1055HL=Footer_mailsenviados_correosmasdivertidos

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


[Mono-dev] System.IO or Mono.Unix

2006-12-22 Thread Luciano _
Hi.
First: I'm developing an application that use System.IO and i read that 
there are some IO operation classes in the Mono.Unix namespace. Which is the 
best solution? System.IO or Mono.Unix? I'm developing a Linux-Only 
Application.

Second: Could someone explain (example) how 
Mono.Unix.DirectoryInfo.GetEntries works?  i need to get all the 
directories/files/symbolic links and: length, datetime creation and 
modified, fullpath, etc.  I don't understand how to use the returned value 
(Mono.Unix.Native.Dirent) and how to convert to UnixFileInfo or 
UnixSymbolicLinkInfo.

Thanks you in advance
Luciano

_
Latinos en EE.UU: noticias y artículos de interés para ti 
http://latino.msn.com/noticias/latinoseneeuu

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


Re: [Mono-dev] System.IO or Mono.Unix

2006-12-22 Thread Luciano _
Thanks to you and jonathan.
You are right, i don't need (at this moment) any native calls, maybe in the 
future i will use mixed solution. i was thinking that maybe it was faster 
Mono.Unix than System.IO.

Thanks!
Bye.
Luciano


From: David Brown [EMAIL PROTECTED]
To: Luciano _ [EMAIL PROTECTED]
CC: mono-devel-list@lists.ximian.com
Subject: Re: [Mono-dev] System.IO or Mono.Unix
Date: Fri, 22 Dec 2006 10:58:19 -0800
MIME-Version: 1.0
Received: from mail.davidb.org ([66.93.32.219]) by 
bay0-mc9-f7.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Fri, 22 
Dec 2006 10:59:05 -0800
Received: from a64.davidb.org ([66.93.32.226])by mail.davidb.org with 
esmtpa (Exim 4.62 #1 (Debian))id 1Gxpb1-w0-Lx; Fri, 22 Dec 2006 
10:58:19 -0800
X-Message-Info: LsUYwwHHNt3660MmjhEvYg2f34OAemlK3oXsmRrh6gU=
User-Agent: Thunderbird 1.5.0.8 (X11/2006)
References: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 22 Dec 2006 18:59:06.0315 (UTC) 
FILETIME=[412289B0:01C725FB]

Luciano _ wrote:

  First: I'm developing an application that use System.IO and i read that
  there are some IO operation classes in the Mono.Unix namespace. Which
is the
  best solution? System.IO or Mono.Unix? I'm developing a Linux-Only
  Application.

The simple answer would be: does your application depend on knowledge of
the specifics of Linux or Unix filesystem semantics?  If so, you should use
the native calls.  Otherwise, use the portable calls.

For example, writing Linux backup software would definitely need to use the
Mono.Unix calls, since the program needs to accurately backup the
information directly.

  Second: Could someone explain (example) how
  Mono.Unix.DirectoryInfo.GetEntries works?  i need to get all the
  directories/files/symbolic links and: length, datetime creation and
  modified, fullpath, etc.  I don't understand how to use the returned
value
  (Mono.Unix.Native.Dirent) and how to convert to UnixFileInfo or
  UnixSymbolicLinkInfo.

The only portable field in the Dirent is d_name, which will give you a
string.  Use Mono.Unix.Native.lstat to get the rest of the information.
The names UnixSymbolicLinkInfo and UnixFileInfo are kind of misleading.  I
personally think that wrapper is more confusing than it is worth.  The
lstat will fill in a Mono.Unix.Native.Stat which will have what you want.
Remember, you might need the routines in Mono.Unix.Marshal to convert the
Posix time fields to something useful in the rest of Mono.  I have not had
success doing these conversions without confusion between localtime and
UTC, though.

The question you are asking suggests you need to use the native calls.

Dave


_
Visita MSN Latino Entretenimiento: ¡música, cine, chismes, TV y más...! 
http://latino.msn.com/entretenimiento/

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


Re: [Mono-dev] System.IO.Directory.CreateDirectory bug!

2006-12-16 Thread Luciano Callero
Thanks, i will test when the next mono release. Thanks.



From: Robert Jordan [EMAIL PROTECTED]
To: mono-devel-list@lists.ximian.com
Subject: Re: [Mono-dev] System.IO.Directory.CreateDirectory bug!
Date: Sat, 16 Dec 2006 15:36:01 +0100
MIME-Version: 1.0
Received: from lists.ximian.com ([130.57.169.22]) by 
bay0-mc8-f13.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Sat, 
16 Dec 2006 06:36:32 -0800
Received: from galactus.ximian.com (localhost.localdomain [127.0.0.1])by 
lists.ximian.com (Postfix) with ESMTP id 099A41CFB98;Sat, 16 Dec 2006 
10:43:57 -0500 (EST)
Received: from herald.ximian.com (frontgate.ximian.com [130.57.169.19])by 
lists.ximian.com (Postfix) with ESMTP id A1C1B1CFB54for 
mono-devel-list@lists.ximian.com;Sat, 16 Dec 2006 10:43:55 -0500 (EST)
Received: by herald.ximian.com (Postfix, from userid 2601)id 1F73670044; 
Sat, 16 Dec 2006 09:36:25 -0500 (EST)
Received: from ciao.gmane.org (main.gmane.org [80.91.229.2])by 
herald.ximian.com (Postfix) with ESMTP id 4041570044for 
mono-devel-list@lists.ximian.com;Sat, 16 Dec 2006 09:36:22 -0500 (EST)
Received: from list by ciao.gmane.org with local (Exim 4.43)id 
1Gvae6-00068b-43for mono-devel-list@lists.ximian.com; Sat, 16 Dec 2006 
15:36:14 +0100
Received: from p548b66a4.dip.t-dialin.net ([84.139.102.164])by 
main.gmane.org with esmtp (Gmexim 0.1 (Debian))id 1AlnuQ-0007hv-00for 
mono-devel-list@lists.ximian.com; Sat, 16 Dec 2006 15:36:14 +0100
Received: from robertj by p548b66a4.dip.t-dialin.net with local (Gmexim 
0.1(Debian)) id 1AlnuQ-0007hv-00for mono-devel-list@lists.ximian.com; 
Sat, 16 Dec 2006 15:36:14 +0100
X-Message-Info: txF49lGdW43toKDsUtl/QwfnK8MPE/0PcJJ2poq/dP4=
X-Original-To: mono-devel-list@lists.ximian.com
Delivered-To: mono-devel-list@lists.ximian.com
X-Injected-Via-Gmane: http://gmane.org/
Lines: 10
References: 
[EMAIL PROTECTED][EMAIL PROTECTED]
X-Complaints-To: [EMAIL PROTECTED]
X-Gmane-NNTP-Posting-Host: p548b66a4.dip.t-dialin.net
User-Agent: Thunderbird 1.5.0.8 (Windows/20061025)
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on 
frontgate.ximian.com
X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 
tests=AWL,SPF_HELO_PASS,SPF_PASS version=3.0.3
X-BeenThere: mono-devel-list@lists.ximian.com
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: Mono Development mono-devel-list.lists.ximian.com
List-Unsubscribe: 
http://lists.ximian.com/mailman/listinfo/mono-devel-list, 
mailto:[EMAIL PROTECTED]
List-Archive: http://lists.ximian.com/pipermail/mono-devel-list
List-Post: mailto:mono-devel-list@lists.ximian.com
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: 
http://lists.ximian.com/mailman/listinfo/mono-devel-list,mailto:[EMAIL 
PROTECTED]
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 16 Dec 2006 14:36:32.0802 (UTC) 
FILETIME=[94D4B820:01C7211F]

Leszek Ciesielski wrote:
  Do i fill a bug report? is it correct this behavior?
 
  Just checked on MS.Net 2.0, an exception is thrown when you try to
  create a directory with a same name as file. I guess we have to stick
  with MS behaviour, not MSDN, if they differ. So this is a bug.

This bug has been fixed a couple of weeks ago.

Robert

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

_
Latinos en EE.UU: noticias y artículos de interés para ti 
http://latino.msn.com/noticias/latinoseneeuu

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


[Mono-dev] System.IO.Directory.CreateDirectory bug!

2006-12-15 Thread Luciano Callero
Hi:
   I'm using mono 1.1.17.1.
   I have a problem with System.IO.Directory.CreateDirectory method.
  The problem is: if i create a file in somewhere with some name, and then 
create a folder in the same place with the same (file) name, the folder is 
not created (wich is correct) but no exception is throw. This is correct? 
(If i create first the directory and then the file, the 
System.IO.File.Create method throw a correct System.IO.IOException).
The code to test is:

namespace test
{
class MainClass
{
public static void Main(string[] args)
{
File.Create(/tmp/test);
Console.WriteLine(String.Format(File Exists? {0}, 
File.Exists(/tmp/test).ToString()));
Directory.CreateDirectory(/tmp/test); // An 
IOException must be throw 
here.
Console.WriteLine(String.Format(Folder Exists? {0}, 
Directory.Exists(/tmp/test).ToString()));

}
}
}


Do i fill a bug report? is it correct this behavior?

Thanks in advanced
Luciano

_
Visita MSN Latino Noticias: Todo lo que pasa en el mundo y en tu paín, ¡en 
tu idioma! http://latino.msn.com/noticias/

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


[Mono-dev] System Icon For a File

2006-12-04 Thread Luciano Callero
Hi, sorry if this isn't the correct List.
The question, is:
I'm developing an application with MonoDevelop, with GTK. The question:
I need to obtain the icon for a file. If it is a *tar* or pdf file (example) 
i need to obtain the icon that gnome gave to this file, and then assign it 
to a TreeView ListStore. If this possible? how do i do?. my application is 
Linux-only, maybe using some library and P/Invoke? or maybe something with 
mime/types.

Thanks in advanced.
Luciano

_
¿Cuánto vale tu auto? Tips para mantener tu carro. ¡De todo en MSN Latino 
Autos! http://latino.msn.com/autos/

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


Re: [Mono-list] XSP and mod_mono binaries

2006-07-24 Thread Luciano Lemberg




I had already installed linux-installer, but it doesn't include
mod_mono (but does include xsp and mod-mono-server).

Is it mandatory to compile mod_mono (in order to match exactly the
apache version) or is it just an omission?

Thanks,
Luciano

Eduardo Snchez M. escribi:

  
-Original Message-
From: [EMAIL PROTECTED]

  
  [mailto:[EMAIL PROTECTED]] On Behalf Of Luciano Lemberg
  
  
[..]
[..]
I can't find a XSP and mod_mono precompiled binaries for Apache 2.0 on

  
  generic Linux on i386 (actually, a Debian Sarge on i686). Are them available
but not linked from http://www.mono-project.com/Downloads ?
  
  
You can use the available Linux installer:
ftp://www.go-mono.com/archive/1.1.13.8/linux-installer/0/mono-1.1.13.8_0-ins
taller.bin

Hope this helps,
regards,
  -eduardo s.m.


  



-- 
Luciano Lemberg - [EMAIL PROTECTED]
Europa Press - Departamento de Sistemas
Paseo de la Castellana, 210 - 3 Planta - 28046 Madrid
Tlf: 91 350 76 98 - Fax: 91 345 19 43



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


[Mono-list] XSP and mod_mono binaries

2006-07-22 Thread Luciano Lemberg
I can't find a XSP and mod_mono precompiled binaries for Apache 2.0 on 
generic Linux on i386 (actually, a Debian Sarge on i686). Are them 
available but not linked from http://www.mono-project.com/Downloads ?

I know I can download the sources and compile them, but I wanted to 
avoid compilation.

Thanks in advance.

-- 
Luciano Lemberg - [EMAIL PROTECTED]


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


Re: [Mono-list] Monodoc 0.9 installation

2004-01-15 Thread Luciano Callero
I Have this problem to, long time ago, i was missing some RPM's (Source)

perl-XML-LibXML-1.53-1.i386.rpm
perl-XML-LibXML-Common-0.12-1.i386.rpm
perl-XML-LibXML-Common-0.12-1.i386.rpm
perl-XML-SAX-0.12-1.i386.rpm
May be are this or other library, Like GtkHtml





From: Zonnet [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
CC: Chris Vickerson [EMAIL PROTECTED]
Subject: Re: [Mono-list] Monodoc 0.9 installation
Date: Thu, 15 Jan 2004 11:01:08 +0100
MIME-Version: 1.0
Received: from mc8-f15.hotmail.com ([65.54.253.151]) by mc8-s15.hotmail.com 
with Microsoft SMTPSVC(5.0.2195.6824); Thu, 15 Jan 2004 02:06:11 -0800
Received: from lists.ximian.com ([130.57.169.17]) by mc8-f15.hotmail.com 
with Microsoft SMTPSVC(5.0.2195.6824); Thu, 15 Jan 2004 02:06:23 -0800
Received: from headcheese.ximian.com (localhost [127.0.0.1])by 
lists.ximian.com (Postfix) with ESMTPid A3387124362; Thu, 15 Jan 2004 
05:06:05 -0500 (EST)
Received: by lists.ximian.com (Postfix, from userid 38)id 525E31243A3; Thu, 
15 Jan 2004 05:03:22 -0500 (EST)
Received: from smtp06.wxs.nl (smtp06.wxs.nl [195.121.6.58])by 
lists.ximian.com (Postfix) with ESMTP id 0A6FB1243B0for 
[EMAIL PROTECTED]; Thu, 15 Jan 2004 05:02:51 -0500 (EST)
Received: from zonnet.nl (ip503d7125.speed.planet.nl [80.61.113.37]) by 
smtp06.wxs.nl (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 
2003)) with ESMTP id [EMAIL PROTECTED] for 
[EMAIL PROTECTED]; Thu, 15 Jan 2004 10:57:50 +0100 (MET)
X-Message-Info: wCrlMA1YA+jAiGPT9GWwCidEHtnkPIMiTXD9ti96tc8=
In-reply-to: [EMAIL PROTECTED]
Message-id: [EMAIL PROTECTED]
X-Accept-Language: nl, en-gb, en-us, en
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7a) Gecko/20031230
References: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-31.9 
required=5.0tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, 
 REPLY_WITH_QUOTES,USER_AGENT_MOZILLA_UAversion=2.53
X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53 
(1.174.2.15-2003-03-30-exp)
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.13
Precedence: bulk
List-Help: mailto:[EMAIL PROTECTED]
List-Post: mailto:[EMAIL PROTECTED]
List-Subscribe: 
http://lists.ximian.com/mailman/listinfo/mono-list,mailto:[EMAIL PROTECTED]
List-Id: Mono Developer Discussion List mono-list.lists.ximian.com
List-Unsubscribe: 
http://lists.ximian.com/mailman/listinfo/mono-list,mailto:[EMAIL PROTECTED]
List-Archive: http://lists.ximian.com/archives/public/mono-list/
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 15 Jan 2004 10:06:24.0046 (UTC) 
FILETIME=[3B4F54E0:01C3DB4F]

Sorry, last post to Chris was to short...
make fails on my machine as well. It hangs when it is doing the
Processing of the namespace System.Xml:
Processing namespace System.Xml
Processing input file EntityHandling.xml
Processing input file Formatting.xml
Processing input file IHasXmlNode.xml
Processing input file IXmlLineInfo.xml
Processing input file NameTable.xml
Processing input file ReadState.xml
Processing input file ValidationType.xml
Processing input file VirtualAttribute.xml
Processing input file WhitespaceHandling.xml
Processing input file WriteState.xml
make[1]: *** [netdocs.tree] Killed
make: *** [all-recursive] Interrupt
I had to stop the process because it took too long...
wkr,
Gerke
Chris Vickerson wrote:

 hope this is the right list... I'm trying to do an install of the new
 monodoc-0.9 and keep getting some sort of dependency error.  I do the
 following:

 1. ./configure
 2. make - and it blows up here.

 I've tried to figure this out on my own for several hours now and to
 my ability it looks like everything is in the right places.

 Any help is appreciated.

 The message become error message and spit out this:

 *

 error CS0006: Cannot find assembly `gtkhtml-sharp.dll'
 Log:

 error CS0006: Cannot find assembly `gtk-sharp.dll'
 Log:

 error CS0006: Cannot find assembly `glade-sharp.dll'
 Log:

 error CS0006: Cannot find assembly `glib-sharp.dll'
 Log:

 error CS0006: Cannot find assembly `pango-sharp.dll'
 Log:

 error CS0006: Cannot find assembly `gdk-sharp.dll'
 Log:

 error CS0006: Cannot find assembly `atk-sharp.dll'
 Log:

 Compilation failed: 7 error(s), 0 warnings
 make[1]: *** [browser.exe] Error 1
 make[1]: Leaving directory `/usr/src/monodoc-0.9/browser'
 make: *** [all-recursive] Error 1
 

 ___
 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
_
Charla con tus amigos en línea mediante MSN Messenger: 
http://messenger.latam.msn.com/

___
Mono-list maillist  -  [EMAIL 

Re: [Mono-list] Use of mcs sources

2003-11-11 Thread Luciano Callero
Look at this: http://csharp-studio.sourceforge.net/

maybe it is that you want to do. It does not have code-autocomplete, but it 
have Syntaxys highligthing.



From: [EMAIL PROTECTED]
To: Jonathan Pryor [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: [Mono-list] Use of mcs sources
Date: Mon, 10 Nov 2003 14:09:28 +0100
MIME-Version: 1.0
Received: from mc9-f4.hotmail.com ([65.54.166.11]) by mc9-s16.hotmail.com 
with Microsoft SMTPSVC(5.0.2195.5600); Mon, 10 Nov 2003 05:11:18 -0800
Received: from listsmx.ximian.com ([141.154.95.15]) by mc9-f4.hotmail.com 
with Microsoft SMTPSVC(5.0.2195.5600); Mon, 10 Nov 2003 05:11:10 -0800
Received: from headcheese.ximian.com (localhost [127.0.0.1])by 
listsmx.ximian.com (Postfix) with ESMTPid 9EFB21240D1; Mon, 10 Nov 2003 
08:11:03 -0500 (EST)
Received: by listsmx.ximian.com (Postfix, from userid 38)id 72B2B12406B; 
Mon, 10 Nov 2003 08:10:04 -0500 (EST)
Received: from netmail.tiscalinet.es (upop2.tiscalinet.es 
[212.166.64.98])by listsmx.ximian.com (Postfix) with ESMTP id 
B9F1C12401Afor [EMAIL PROTECTED]; Mon, 10 Nov 2003 08:09:33 
-0500 (EST)
Received: from [217.172.69.41] by netmail.tiscalinet.es with HTTP; Mon, 10 
Nov 2003 14:09:28 +0100
X-Message-Info: GQXpnklFM/fMmJzwb6EbufxKTNCRwfiRurOd1ehiNG0=
Message-ID: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-18.8 
required=5.0tests=EMAIL_ATTRIBUTION,IN_REP_TO,NO_REAL_NAME,QUOTED_EMAIL_TEXT, 
 REPLY_WITH_QUOTESversion=2.53
X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53 
(1.174.2.15-2003-03-30-exp)
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.13
Precedence: bulk
List-Help: mailto:[EMAIL PROTECTED]
List-Post: mailto:[EMAIL PROTECTED]
List-Subscribe: 
http://lists.ximian.com/mailman/listinfo/mono-list,mailto:[EMAIL PROTECTED]
List-Id: Mono Developer Discussion List mono-list.lists.ximian.com
List-Unsubscribe: 
http://lists.ximian.com/mailman/listinfo/mono-list,mailto:[EMAIL PROTECTED]
List-Archive: http://lists.ximian.com/archives/public/mono-list/
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 10 Nov 2003 13:11:18.0105 (UTC) 
FILETIME=[209EE490:01C3A78C]

I want to write a C# editor tool as Visual Studio or SharpDevelop, but 
specialized
on Mono and GTk# enviroment. I would need a C# parser and some .cs files
of the mcs sources (/mcs directory) that are exactly that I'm looking for
(using it, I could implement code analysis or autocompletion). I don't know
if I could include some files of the sources on my own project (making 
clear
where I find it), if I have to notify to the user to download the mcs 
sources
to compile my project or if I cannot use it anyway r:-/ Do I have to change
my project to GPL license?

thanks!
Manuel Castrillo
-- Mensaje Original --
Subject: Re: [Mono-list] Use of mcs sources
From: Jonathan Pryor [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Date: Mon, 10 Nov 2003 07:19:29 -0500


You didn't specify which parts of mcs source code you wanted to use;
this could refer to either the mcs.exe (the C# compiler) sources, or to
the class library sources (which are in the mcs CVS repository).
Thus, I will clarify things.
Licens
s are a per-assembly construct, not a per-repository construct.
So, in the mcs CVS repository, the mcs.exe assembly (sources in /mcs)
is GPL.  Many (but not all, IIRC) of the tools (sources in /tools) are
also GPL, but some are MIT X11 (again, I
RC).
The class libraries (sources in /class) are MIT X11.

In general, .exe's are GPL, and .dll's are MIT X11.  The only exceptions
to this rule are some .exe's (which are X11); all .dll's should be X11.
Of course, this doesn't affect fair us
 of the source code.  You
should be able to use GPL source code to determine how it works, and use
that knowledge in new code; literal copying generally isn't permitted.
Fair use might allow some literal copying, though; this gets into a lot
of g
ay areas of copyright law, so it's probably best to just avoid it.
Or, write GPL code and use the existing mcs.exe code as much as you
want.
 - Jon

On Mon, 2003-11-10 at 02:50, [EMAIL PROTECTED] wrote:
 Hi list!

 I'm a bit confused
bout licenses... Can I use parts of the mcs source code
 (GPL License) in a BSD proyect? Can I simply use parts of mcs sources?

 Thanks!


 PRUEBA TISCALI ADSL HASTA 6 MESES
 SIN CUOTAS FIJAS, SIN COMPROMISO

 PONNOS A PRUEBA


 http://acceso.tiscali.es/pag-acceso-adsl-Prueba.jsp?did=adp-7530007







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


PRUEBA TISCALI ADSL HASTA 6 MESES
SIN CUOTAS FIJAS, SIN COMPROMISO
PONNOS A PRUEBA

http://acceso.tiscali.es/pag-acceso-adsl-Prueba.jsp?did=adp-7530007







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

Re: [Mono-docs-list] problem reading mono docs from port 8080

2003-11-04 Thread Luciano Callero
I Have the same problem, it' will be great to have the monodoc on port 80.



From: Rafi Mizrahi [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Mono-docs-list] problem reading mono docs from port 8080
Date: Tue, 4 Nov 2003 14:52:55 +0200
MIME-Version: 1.0
Received: from listsmx.ximian.com ([141.154.95.15]) by mc3-f1.hotmail.com 
with Microsoft SMTPSVC(5.0.2195.6713); Tue, 4 Nov 2003 04:57:12 -0800
Received: from headcheese.ximian.com (localhost [127.0.0.1])by 
listsmx.ximian.com (Postfix) with ESMTPid D95BF124598; Tue,  4 Nov 2003 
07:54:01 -0500 (EST)
Received: by listsmx.ximian.com (Postfix, from userid 38)id D7976124009; 
Tue,  4 Nov 2003 07:53:31 -0500 (EST)
Received: from russel.il.mainsoft.com (unknown [213.31.213.10])by 
listsmx.ximian.com (Postfix) with ESMTP id F07CB124322for 
[EMAIL PROTECTED]; Tue,  4 Nov 2003 07:52:58 -0500 (EST)
Received: from rafim2k (rafim-2k.il.mainsoft.com [172.17.1.103])by 
russel.il.mainsoft.com (8.9.3/8.9.3) with ESMTP id OAA08330for 
[EMAIL PROTECTED]; Tue, 4 Nov 2003 14:52:41 +0200
X-Message-Info: vAu4ZEtdRiiZrZ1Gx3lNgtCbrE3Lw445
Message-ID: [EMAIL PROTECTED]
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.2627
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Importance: Normal
X-Spam-Status: No, hits=0.6 
required=5.0tests=HTML_80_90,HTML_MESSAGEversion=2.53
X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53 
(1.174.2.15-2003-03-30-exp)
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.13
Precedence: bulk
List-Help: mailto:[EMAIL PROTECTED]
List-Post: mailto:[EMAIL PROTECTED]
List-Subscribe: 
http://lists.ximian.com/mailman/listinfo/mono-docs-list,mailto:[EMAIL PROTECTED]
List-Id: mono-docs-list.lists.ximian.com
List-Unsubscribe: 
http://lists.ximian.com/mailman/listinfo/mono-docs-list,mailto:[EMAIL PROTECTED]
List-Archive: http://lists.ximian.com/archives/public/mono-docs-list/
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 04 Nov 2003 12:57:12.0288 (UTC) 
FILETIME=[29FEF600:01C3A2D3]

Mono doc is published at http://www.go-mono.com:8080/
Our company fire-wall prevents us from using this port.
Can I please ask mono to publish the mono doc on a regular port 80 url ?

--
Mizrahi Rafael
Sr. Dev/QA Developer
[EMAIL PROTECTED]
Mainsoft Corporation. - The Software Porting Company
Ofek 2 Bld., North Industrial Area
Lod  71293, Israel
Direct: (+972) 8 9781300 ext. 381 Fax: (+972) 8 9219389
Mobile: (+972) 51 296305
--
_
¿Estás buscando un auto nuevo?  http://www.yupimsn.com/autos/
___
Mono-docs-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-docs-list


RE: [Mono-devel-list] RE: [Mono-list] Npgsql sources finally updated!!

2003-10-17 Thread Luciano Callero


The default postgre port is 5432. If postgre is configured properly, it will 
be listening on this port, and you do not need to open a port.

From: Daniel Morgan [EMAIL PROTECTED]
To: Francisco Figueiredo Jr. [EMAIL PROTECTED]
CC: mono-devel mailing list 
[EMAIL PROTECTED],Mono-List [EMAIL PROTECTED]
Subject: RE: [Mono-devel-list] RE: [Mono-list] Npgsql sources finally 
updated!!
Date: Thu, 16 Oct 2003 19:02:34 -0400
MIME-Version: 1.0
Received: from mc11-f36.hotmail.com ([65.54.167.43]) by 
mc11-s18.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Thu, 16 Oct 
2003 16:07:53 -0700
Received: from listsmx.ximian.com ([141.154.95.15]) by mc11-f36.hotmail.com 
with Microsoft SMTPSVC(5.0.2195.5600); Thu, 16 Oct 2003 16:04:10 -0700
Received: from headcheese.ximian.com (localhost [127.0.0.1])by 
listsmx.ximian.com (Postfix) with ESMTPid A300B1248F0; Thu, 16 Oct 2003 
19:04:05 -0400 (EDT)
Received: by listsmx.ximian.com (Postfix, from userid 38)id B5C2C1248F0; 
Thu, 16 Oct 2003 19:03:20 -0400 (EDT)
Received: from out005.verizon.net (out005pub.verizon.net 
[206.46.170.143])by listsmx.ximian.com (Postfix) with ESMTP id 
F05B91241DEfor [EMAIL PROTECTED]; Thu, 16 Oct 2003 
19:02:48 -0400 (EDT)
Received: from tracie ([141.152.14.97]) by out005.verizon.net  
(InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP  
id [EMAIL PROTECTED];  Thu, 16 
Oct 2003 18:02:48 -0500
X-Message-Info: BVVQfv+dWoNxOoiPiJ3589bRbkrbHRZrV5lUHaOHZiI=
Message-ID: [EMAIL PROTECTED]
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
In-Reply-To: [EMAIL PROTECTED]
Importance: Normal
X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from 
[141.152.14.97] at Thu, 16 Oct 2003 18:02:47 -0500
X-Spam-Status: No, hits=-27.1 
required=5.0tests=EMAIL_ATTRIBUTION,IN_REP_TO,MSGID_GOOD_EXCHANGE,  
ORIGINAL_MESSAGE,QUOTED_EMAIL_TEXT,RCVD_IN_NJABL,  
REPLY_WITH_QUOTES,X_NJABL_DIALUPversion=2.53
X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53 
(1.174.2.15-2003-03-30-exp)
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.13
Precedence: bulk
List-Help: mailto:[EMAIL PROTECTED]
List-Post: mailto:[EMAIL PROTECTED]
List-Subscribe: 
http://lists.ximian.com/mailman/listinfo/mono-devel-list,mailto:[EMAIL PROTECTED]
List-Id: Mono Development mono-devel-list.lists.ximian.com
List-Unsubscribe: 
http://lists.ximian.com/mailman/listinfo/mono-devel-list,mailto:[EMAIL PROTECTED]
List-Archive: http://lists.ximian.com/archives/public/mono-devel-list/
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 16 Oct 2003 23:04:13.0592 (UTC) 
FILETIME=[D0EFA980:01C39439]

How would you enable port 5432 in Red Hat Linux 9?

-Original Message-
From: Francisco Figueiredo Jr. [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 16, 2003 10:03 AM
To: Daniel Morgan
Cc: mono-devel mailing list; Mono-List
Subject: Re: [Mono-devel-list] RE: [Mono-list] Npgsql sources finally
updated!!
Daniel Morgan wrote:
 Hi Francisco,

Hi Daniel Morgan!! :)

 With PostgreSQL 7.3.2 and mono from yesterday's cvs built on Red Hat 
linux
 7.2, I having a problem connecting to PostgreSQL via Npgsql.  I am 
getting
a
 socket exception: connection refused.  I tried modifying the postgres
.conf
 file.. pg_hba.conf I think, but I still can not connect.


Uh... are you using server name or ip address? Did you try with ip
address?
 What do I need to do to connect to PostgreSQL using Npgsql?  Its been
awhile
 for me.

You only need the Npgsql and Mono runtime to use it. And now, with ssl
support, of Carlos Guzman's tls library in the Lib folder.
The only thing coming to my mind, but I think you already tried this, is
to check if postgresql is listening in the 5432 tcp port.
I sometimes have this problem because I forget to enable it.
Please, let me know if you still get the problem.

Regards,

Francisco Figueiredo Jr.

___
Mono-devel-list mailing list
[EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-devel-list
_
¿Estás buscando un auto nuevo?  http://www.yupimsn.com/autos/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] gtk sharp

2003-10-16 Thread Luciano Callero
You does not install any binding, you must install the Gtk-Sharp..
You can download from 
http://sourceforge.net/project/showfiles.php?group_id=40240
You have rpm and rpm-src and tar.gz.. Remember install first perl-modules   
perl-XML-LibXML-1.53-1.i386.rpm, perl-XML-LibXML-1.53-1.src.rpm, 
perl-XML-LibXML-Common-0.12-1.i386.rpm and the others. They are in the same 
url.
You must first install (or maybe you already have) gda, gtk+, and other 
package...

kat0.


From: Shawn Vose [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Mono-list] gtk sharp
Date: 16 Oct 2003 08:29:49 -0400
MIME-Version: 1.0
Received: from mc9-f28.hotmail.com ([65.54.166.35]) by mc9-s21.hotmail.com 
with Microsoft SMTPSVC(5.0.2195.5600); Thu, 16 Oct 2003 05:55:42 -0700
Received: from listsmx.ximian.com ([141.154.95.15]) by mc9-f28.hotmail.com 
with Microsoft SMTPSVC(5.0.2195.5600); Thu, 16 Oct 2003 05:31:11 -0700
Received: from headcheese.ximian.com (localhost [127.0.0.1])by 
listsmx.ximian.com (Postfix) with ESMTPid 57CC9124818; Thu, 16 Oct 2003 
08:31:06 -0400 (EDT)
Received: by listsmx.ximian.com (Postfix, from userid 38)id BAFD4124812; 
Thu, 16 Oct 2003 08:30:51 -0400 (EDT)
Received: from admin2.4tcb.com (unknown [216.52.199.92])by 
listsmx.ximian.com (Postfix) with SMTP id D3A3912480Efor 
[EMAIL PROTECTED]; Thu, 16 Oct 2003 08:30:18 -0400 (EDT)
Received: (qmail 32152 invoked from network); 16 Oct 2003 10:38:00 -
Received: from user81.net480.nc.sprint-hsd.net (HELO ?192.168.2.110?) 
(65.40.165.81)  by admin2.4tcb.com with SMTP; 16 Oct 2003 10:38:00 -
X-Message-Info: g+YnDTwJTP61Dh5IlwE6h+nRZ5+9fOpLvsHCawqs+wY=
Organization: ProgrammerForRent.com
Message-Id: [EMAIL PROTECTED]
X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) X-Spam-Status: No, hits=-6.3 
required=5.0tests=USER_AGENT_XIMIANversion=2.53
X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53 
(1.174.2.15-2003-03-30-exp)
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.13
Precedence: bulk
List-Help: mailto:[EMAIL PROTECTED]
List-Post: mailto:[EMAIL PROTECTED]
List-Subscribe: 
http://lists.ximian.com/mailman/listinfo/mono-list,mailto:[EMAIL PROTECTED]
List-Id: Mono Developer Discussion List mono-list.lists.ximian.com
List-Unsubscribe: 
http://lists.ximian.com/mailman/listinfo/mono-list,mailto:[EMAIL PROTECTED]
List-Archive: http://lists.ximian.com/archives/public/mono-list/
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 16 Oct 2003 12:31:14.0429 (UTC) 
FILETIME=[63974AD0:01C393E1]

I installed the latest mono rpms last week.
mono-0.28-1.ximian.6.1.i386.rpm
mono-devel-0.28-1.ximian.6.1.i386.rpm
mono-debuginfo-0.28-1.i386.rpm
mono-wine-20030318-1.ximian.6.4.i386.rpm
mono-wine-debuginfo-20030318-1.ximian.6.4.i386.rpm
do these contain the gtk bindings?

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
_
¿Estás buscando un auto nuevo?  http://www.yupimsn.com/autos/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] CVS build instructions

2003-10-15 Thread Luciano Callero
I Was having problem with mono-monodoc, and others.. And i did this:

I install Gtk 2, GtkHTML, Glib and all of other package in RPM format. 
(Download from ftp.gnome.org/pub)

Then, Compile Mono.
./configure
make
make install
Then, MCS:
makefile
Then Gtk-Sharp:
./configure
make
make install
Then Monodoc..

Make sure to have the RPM package for Perl (They're available in 
gtk-sharp.sf.net) before install monodoc.. if you don't the monodoc crash 
(this was my problem)

perl-XML-LibXML-1.53-1.i386.rpm
perl-XML-LibXML-1.53-1.src.rpm
perl-XML-LibXML-Common-0.12-1.i386.rpm
perl-XML-LibXML-Common-0.12-1.src.rpm
perl-XML-NamespaceSupport-1.08-1.i386.rpm
perl-XML-NamespaceSupport-1.08-1.src.rpm
perl-XML-SAX-0.12-1.i386.rpm
perl-XML-SAX-0.12-1.src.rpm



From: Karl Waclawek [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Mono-list] CVS build instructions
Date: Wed, 15 Oct 2003 12:23:36 -0400
MIME-Version: 1.0
Received: from mc4-f23.hotmail.com ([65.54.237.158]) by mc4-s15.hotmail.com 
with Microsoft SMTPSVC(5.0.2195.5600); Wed, 15 Oct 2003 09:32:40 -0700
Received: from listsmx.ximian.com ([141.154.95.15]) by mc4-f23.hotmail.com 
with Microsoft SMTPSVC(5.0.2195.5600); Wed, 15 Oct 2003 09:28:52 -0700
Received: from headcheese.ximian.com (localhost [127.0.0.1])by 
listsmx.ximian.com (Postfix) with ESMTPid 2DE2A124515; Wed, 15 Oct 2003 
12:25:20 -0400 (EDT)
Received: by listsmx.ximian.com (Postfix, from userid 38)id 22D691241B1; 
Wed, 15 Oct 2003 12:24:52 -0400 (EDT)
Received: from skeptopotamus.ximian.com (skeptopotamus.ximian.com 
[141.154.95.14])by listsmx.ximian.com (Postfix) with ESMTP id 
4E471124515for [EMAIL PROTECTED]; Wed, 15 Oct 2003 12:24:21 
-0400 (EDT)
Received: from mailrelay2.thestar.ca (mailrelay2.thestar.ca 
[192.206.151.161])by skeptopotamus.ximian.com (Postfix) with ESMTP id 
C5700630BCfor [EMAIL PROTECTED]; Wed, 15 Oct 2003 12:24:18 -0400 
(EDT)
Received: from [Masked] by mailrelay2.thestar.ca with SMTP id foujrcaa for 
[EMAIL PROTECTED]; Wed, 15 Oct 2003 12:23:37 -0400
X-Message-Info: g+YnDTwJTP5AhXKthN6Kkb1jli/hiCoKk71OV1jZ47Q=
Message-ID: [EMAIL PROTECTED]
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
X-AntiVirus: Checked for viruses by Gordano's AntiVirus Software
X-Spam-Status: No, hits=0.0 required=5.0tests=noneversion=2.53
X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53 
(1.174.2.15-2003-03-30-exp)
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.13
Precedence: bulk
List-Help: mailto:[EMAIL PROTECTED]
List-Post: mailto:[EMAIL PROTECTED]
List-Subscribe: 
http://lists.ximian.com/mailman/listinfo/mono-list,mailto:[EMAIL PROTECTED]
List-Id: Mono Developer Discussion List mono-list.lists.ximian.com
List-Unsubscribe: 
http://lists.ximian.com/mailman/listinfo/mono-list,mailto:[EMAIL PROTECTED]
List-Archive: http://lists.ximian.com/archives/public/mono-list/
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 15 Oct 2003 16:28:55.0031 (UTC) 
FILETIME=[6D28B870:01C39339]

As a Mono newbie I found it quite difficult to build from CVS.
It isn't really documented what you need.
Here is what finally succeeded (RH 9).
- glib update (don't remember which version)
- install all mono 0.28 RPMs
- install all Cairo and ICU related packages from red carpet
  (maybe not all needed, but didn't want to go through too many re-tries)
- cd to ../mcs and build mcs first (contrary to instructions,
  as I would get corlib.dll out of sync with ../mono/make fullbuild
  even after copying all current monocharge files over the ones from the 
RPMs)
- cd to ../gtk-sharp and do the same (don't know if necessary)
- cd to ../mono and run the recommended
  ./autogen.sh --prefix=/usr/local
  make fullbuild

Did I do anything fundamentally wrong?

Karl
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
_
Charla con tus amigos en línea mediante MSN Messenger: 
http://messenger.yupimsn.com/

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


[Mono-docs-list] Instalation Problem under RedHat 9

2003-08-14 Thread Luciano Callero
Hi.

I install all of package for Mono in RPM Format, except MonoDoc, beacause it 
tell me that need gtkHtml3.0.xx And  I Have gtkHtml3.3.xx.
Then I try to install from the source. I do configure, and when i do make, 
it starts, and start processing XML's files. But stop and does not continue 
in one of the XML files (some file like AssemblyInfo..xml).

Someone can tell me what can be?
Thks a lot.
_
Charla con tus amigos en línea mediante MSN Messenger: 
http://messenger.yupimsn.com/

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