Re: can't compile - Mailing list pgadmin-hackers

From Dave Page
Subject Re: can't compile
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B8259E87@mail.vale-housing.co.uk
Whole thread Raw
In response to can't compile  (efesar <efesar@nmia.com>)
Responses Re: can't compile  (Andreas Pflug <Andreas.Pflug@web.de>)
List pgadmin-hackers
Thanks Keith, I'll take a look when I get a mo.

> -----Original Message-----
> From: efesar [mailto:efesar@nmia.com]
> Sent: 27 March 2003 20:21
> To: Dave Page; Pgadmin-Hackers
> Subject: RE: [pgadmin-hackers] can't compile
>
>
>
> Dave,
>
> Sorry, I don't know how I missed this.
>
> I might be getting .NET Studio Professional, and hopefully I
> will be able to reproduce at least part of the problem.
>
>
>
> My compiler switches:
>
> C++:
>
> /nologo /MD /W3 /GX /O2 /Ob2 /I "include/" /I
> "c:/wxWindows_2.4.0/include" /I
> "c:/wxWindows_2.4.0/contrib/include" /I
> "c:/wxWindows_2.4.0/lib/mswd" /I "c:/postgresql/include" /D
> "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D
> "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D
> "STRICT" /FAcs /Fa"Release/" /FR"Release/" /Fo"Release/"
> /Fd"Release/" /FD /c
>
> Linker:
>
> kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
> advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
> odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib
> winmm.lib wxmsw.lib png.lib zlib.lib jpeg.lib tiff.lib
> stc.lib libpq.lib wxxrc.lib /nologo /subsystem:windows
> /incremental:no /pdb:"Release/pgAdmin3.pdb"
> /map:"Release/pgAdmin3.map" /machine:I386
> /nodefaultlib:"libc.lib" /nodefaultlib:"libci.lib"
> /nodefaultlib:"msvcrtd.lib" /out:"Release/pgAdmin3.exe"
> /libpath:"c:/wxWindows_2.4.0/lib"
> /libpath:"c:/wxWindows_2.4.0/contrib/lib"
> /libpath:"c:/postgresql/lib"
>
> Resources:
>
> /l 0x809 /fo"Release/pgAdmin3.res" /i
> "c:/wxWindows_2.4.0/include" /i
> "c:/wxWindows_2.4.0/contrib/include" /d "NDEBUG"
>
> MIDL:
>
> /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
>
> Browse Info:
>
> /nologo /o"Release/pgAdmin3.bsc"
>
> Custom/Prelink/Postbuild: nothing
>
> -Keith
>
> > -----Original Message-----
> > From: pgadmin-hackers-owner@postgresql.org
> > [mailto:pgadmin-hackers-owner@postgresql.org]On Behalf Of Dave Page
> > Sent: Friday, March 21, 2003 12:46 PM
> > To: efesar; Pgadmin-Hackers
> > Subject: Re: [pgadmin-hackers] can't compile
> >
> >
> >
> >
> > > -----Original Message-----
> > > From: efesar [mailto:efesar@nmia.com]
> > > Sent: 21 March 2003 18:11
> > > To: Dave Page; Pgadmin-Hackers
> > > Subject: can't compile
> > >
> > >
> > > Dave,
> > >
> > > I thought of one other thing ... I'm using MSVC Standard
> ... are you
> > > using the Pro version? Maybe there is something in global
> options,
> > > or some kind of compiler optimization. Since VC standard
> doesn't do
> > > compiler optimizations, it's possible that there's a bad
> > > optimization set for compilation on pro.
> > >
> > > ANyway, just a thought. Please keep me updated as to how
> things go
> > > on that side.
> >
> > Hmm, that is a thought as I'm using Enterprise. What are
> your compiler
> > and linker flags?
> >
> > Regards, Dave.
> >
> > ---------------------------(end of
> > broadcast)---------------------------
> > TIP 2: you can get off all lists at once with the unregister command
> >     (send "unregister YourEmailAddressHere" to
> majordomo@postgresql.org)
> >
>
>
>


pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: pga3 todo
Next
From: Andreas Pflug
Date:
Subject: Re: can't compile