[pgadmin-hackers] Compilation problems

2004-03-21 Thread Diego
Hi everyone! I've had problems compiling pgadmin3 following the instructions on the web page. I sent a message to the pgadmin-support list and finally I could compile it using a patch created by Raphaël Enrici (available here: http://archives.postgresql.org/pgadmin-support/2004-02/msg00087.php). He

Re: [pgadmin-hackers] Further crashes

2004-03-21 Thread Andreas Pflug
Stefan Csomor wrote: true mac app. So most of the controls render transparently, and embedding controls like notebooks and group boxes have different shades of gray. I already suspected the color thing wouldn't be that easy. For the size of different controls: on mac we have two (on panther thr

Re: [pgadmin-hackers] [pgadmin-support] Compilation problems

2004-03-21 Thread Raphaël Enrici
Hi Diego, Diego wrote: Hi, Raphaël. At last I've been able to compile pgadmin using your patch, thank you. You're welcome. In my first attempt, I got an undefined reference to PQgetssl (the same error that Dirk Dil reports on the thread you pointed), but I solved it recompiling Postgresql with s

Re: [pgadmin-hackers] Further crashes

2004-03-21 Thread Stefan Csomor
> So we'll have to wait a bit. Stefan, it appears to me that that > MacPostControlCreate is just the right place to set the font to the > parent's font as default. I'm not sure about colours, maybe actually > InheritAttributes() is the correct thing to put here > (ShouldInheritColours should do the

Re: [pgadmin-hackers] Further crashes

2004-03-21 Thread Andreas Pflug
Stefan Csomor wrote: Hi This is probably our well-known font inheritance problem. Pplease verify this by adding SetFont(parent->GetFont()) in src/mac/control.cpp line 397 (after SetSize) The current state in CVS would not allow this to work, as I have not yet committed the changes to