[Mono-list] Npgsql on Mono Class Library cvs news at www.postgresql.com

2003-01-30 Thread Francisco Figueiredo Jr.

Hi all,

Dave Page added this news about Npgsql on Mono Class Library cvs at
www.postgresql.com news. 
You can see his post at http://www.postgresql.com/news.php?NewsID=124

Thanks Daniel Morgan who helped us a lot.

Thanks all Mono team!


=
Regards,
Francisco Figueiredo Jr.

___
Busca Yahoo!
O serviço de busca mais completo da Internet. O que você pensar o Yahoo! encontra.
http://br.busca.yahoo.com/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list



Re: [Mono-list] GC error building mono on windows

2003-01-30 Thread Francisco Figueiredo Jr.
 --- John Duncan <[EMAIL PROTECTED]> escreveu: 


It seems the problem is in the test for gc.h in the configure script...

If you edit config.log in the mono dir you will see a message saying what test
failed. You will see that there is a error saying "GC_WIN32_THREADS is
redefined" and so, the script says it didn't find the header. 

I know this is ugly, but I could workaround this problem by commenting the line
in the gc.h file where it says:

#if defined(WIN32_THREADS)
# define GC_WIN32_THREADS<- this is the line which cause the error.
#endif

As the compiler is called with -DWIN32_THREADS and -DGC_WIN32_THREADS I think
this wouldn't hurt. 

I hope it helps.


> The regular make install for GC doesn't copy the files. Pick a place 
> where you usually find headers (/usr/local/include, or /usr/include) and 
> copy all the .h files from the gc6.1/include directory there.
> 
> John
> On Thursday, January 30, 2003, at 04:34 AM, John BouAntoun wrote:
> 
> > Hi guys,
> >
> > This is my first post to the mailing list. Appologies about the html 
> > mail, but i'm using the web interface to my office email.
> >
> > I am running the lateste mono-build-w32.sh and get the following error:
> >
> > ...
> > checking whether to build shared libraries... yes
> > checking whether to build static libraries... yes
> > creating libtool
> > checking for sys/filio.h... no
> > checking for sys/sockio.h... no
> > checking for netdb.h... no
> > checking for utime.h... no
> > checking for semaphore.h... no
> > checking for elf.h... no
> > checking for wchar.h... yes
> > checking size of void *... 4
> > checking for pkg-config... /usr/bin/pkg-config
> > checking for glib-2.0 >= 1.3.11... yes
> > checking BASE_DEPENDENCIES_CFLAGS... 
> > -I/monocvs/install/include/glib-2.0 -I/mono
> > cvs/install/lib/glib-2.0/include
> > checking BASE_DEPENDENCIES_LIBS... -L/monocvs/install/lib -lglib-2.0 
> > -lintl -lic
> > onv
> > checking for gc.h... no
> > checking for gc/gc.h... no
> > checking for GC_malloc in -lgc... yes
> > configure: error: Found libgc but not its header files! You may need to 
> > install
> > them by hand.
> >
> >
> > My setup is as follows:
> >  - full fresh mono, mcs and xsp get from cvs
> >  - /monocvs/mono, /monocvs/mcs, /monocvs/xsp folders contain cvs files
> >  - running /monocvs/mono-build-w32.sh
> >  - it creates a directory called /monocvs/install
> >
> > Help with this would be appreciated, I actually think it's a bug in the 
> > make file, but have no real idea how to read a make file.
> >
> > jba (aka SecretSquirrel)
> >
>  

=
Regards,
Francisco Figueiredo Jr.

___
Busca Yahoo!
O serviço de busca mais completo da Internet. O que você pensar o Yahoo! encontra.
http://br.busca.yahoo.com/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list



Re: [Mono-list] mono-build-w32.sh problems

2003-02-05 Thread Francisco Figueiredo Jr.
 --- John BouAntoun <[EMAIL PROTECTED]> escreveu: 
> so after applying the following changes to the gc.h file
> from:
> 
> #if defined(WIN32_THREADS)
> #define GC_WIN32_THREADS
> #endif
> 
> to:
> 
> #if defined(WIN32_THREADS)
> # ifndef GC_WIN32_THREADS
> #define GC_WIN32_THREADS
> # endif
> #endif
> 

Did you got the latest gc.dll from gonzalo site?

Also, check to see if you are using the ming-w32 linker. When executing the
build script, it will test for the linker.
I had some problems like yours when (I don't know why) the script was trying to
use the MS ld linker. :)
I did a fresh install of cygwin with the gcc and ming-w32 and everything worked
again.

I hope it helps.



=
Regards,
Francisco Figueiredo Jr.

___
Busca Yahoo!
O serviço de busca mais completo da Internet. O que você pensar o Yahoo! encontra.
http://br.busca.yahoo.com/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list



[Mono-list] Npgsql 0.4 development release is out!

2003-02-11 Thread Francisco Figueiredo Jr.


Hi all!

It's a great pleasure to say that Npgsql 0.4 development release is out!

>From README:

WHAT'S IT?
==
Npgsql (http://gborg.postgresql.org/project/npgsql/projdisplay.php) is a
.Net Data Provider for PostgreSQL(http://www.postgresql.org). It allows you to
connect to PostgreSQL server in .Net. 


>From RELEASENOTES:

What's new:
- Transaction support.
- Prepared statements support - only server versions 7.3+.
- Function call support.
- Now it compiles cleanly with Mono mcs.
- Npgsql is now strongly signed. (Thanks gilles_tschopp request id: 381)


Docs:
- There are some docs under development in the docs directory. Also,
additional information
about compiling and running Npgsql with Mono can be found at
http://www.go-mono.com/postgresql.html.

Many bug fixes (Thanks Beau Hall, Sami Kuhmonen)

TODO:
- Better datatype support. For now, just int and string are well supported. We
already received some improvements about this which will be available in the
next release. Victor is also working on this.

- Better support for the new features of 7.3+ server versions.

- Connection Pooling (Integrate work of Ulrich Sprick).

- And much more.


Thanks all for your help fixing bugs and sending your improvements. 
Thanks Daniel Morgan and Mono Team for supporting Npgsql!




=====
Regards,
Francisco Figueiredo Jr.

___
Busca Yahoo!
O serviço de busca mais completo da Internet. O que você pensar o Yahoo! encontra.
http://br.busca.yahoo.com/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list



[Mono-list] Npgsql-hackers mailing list created.

2003-02-27 Thread Francisco Figueiredo Jr.
 
 Hi all,
 It's a pleasure to say Npgsql project has a new mailing list: Npgsql-hackers!
 
 
 In this list we will discuss internals and implementation issues of Npgsql.
 The mailing list home page can be found at:
 <http://gborg.postgresql.org/mailman/listinfo/npgsql-hackers>
 
 Please, join in and start to send your comments, suggestions and bugfixes! :)
 
 Thanks all!

 Npgsql is a .net data provider for PostgreSQL.
 It works with Mono and MS .net framework.
 Project Homepage:
 <http://gborg.postgresql.org/project/npgsql>


=
Regards,
Francisco Figueiredo Jr.

___
Busca Yahoo!
O serviço de busca mais completo da Internet. O que você pensar o Yahoo! encontra.
http://br.busca.yahoo.com/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list