From: | efesar <efesar(at)nmia(dot)com> |
---|---|
To: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, Pgadmin-Hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: can't compile |
Date: | 2003-03-27 20:20:52 |
Message-ID: | NGBBKFMOILMAGDABPFEGEEGIEAAA.efesar@nmia.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
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(at)postgresql(dot)org
> [mailto:pgadmin-hackers-owner(at)postgresql(dot)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(at)nmia(dot)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(at)postgresql(dot)org)
>
From | Date | Subject | |
---|---|---|---|
Next Message | efesar | 2003-03-27 20:23:15 | pga3 todo |
Previous Message | Dave Page | 2003-03-27 13:32:20 | Re: Work on pgAdmin3 |