Thread: Re: [INTERFACES] bcc32 libpq compile problem
All OK with libpq, what can i do to work under windows with ecpg ? Thanks a lot Fabio > Fabio Guidi wrote: > > the compiler build correctly the package without error message ? > > > > Bruce Momjian ha scritto: > > > > >I downloaded the Borland compiler and am running build tests now. > > I finally got it working. I had to make major changes to the build > file. The new attached bcc32.mak should build on your 8.0.X system, and > this file will be in 8.0.3. > > -- > Bruce Momjian | http://candle.pha.pa.us > pgman@candle.pha.pa.us | (610) 359-1001 > + If your life is a hard drive, | 13 Roberts Road > + Christ can be your backup. | Newtown Square, Pennsylvania 19073 > ____________________________________________________________ Navighi a 4 MEGA e i primi 3 mesi sono GRATIS. Scegli Libero Adsl Flat senza limiti su http://www.libero.it
f.guidi@libero.it wrote: > All OK with libpq, what can i do to work under windows with ecpg ? Uh, we don't have any ecpg makefiles for MSC or BCC. I am afraid you will have to take the psql or libpq bcc32.mak and try to hack it around to work, but it isn't going to be simple. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
The change to include pthread.h i done by myself when i try to build again, no problem for ecpg i change my source to run only with libpq, thanks a lot for help ...
bye
Fabio
Bruce Momjian ha scritto:
bye
Fabio
Bruce Momjian ha scritto:
f.guidi@libero.it wrote:All OK with libpq, what can i do to work under windows with ecpg ?Uh, we don't have any ecpg makefiles for MSC or BCC. I am afraid you will have to take the psql or libpq bcc32.mak and try to hack it around to work, but it isn't going to be simple.
Fabio Guidi wrote: > The change to include pthread.h i done by myself when i try to build > again, no problem for ecpg i change my source to run only with libpq, > thanks a lot for help ... Great. I figured you had made that change on your end. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
yes.
bye
Fabio
Bruce Momjian ha scritto:
bye
Fabio
Bruce Momjian ha scritto:
Fabio Guidi wrote:The change to include pthread.h i done by myself when i try to build again, no problem for ecpg i change my source to run only with libpq, thanks a lot for help ...Great. I figured you had made that change on your end.