> -----Original Message-----
> From: Pico [mailto:[EMAIL PROTECTED] 
> Sent: 06 December 2004 07:57
> To: Dave Page
> Cc: [EMAIL PROTECTED]
> Subject: RE: [pgadmin-support] crash
> 
> > > > What OS/version are you actually running?
> > > 
> > > Mandrake Linux 10.1
> > 
> > Ahh, OK. There's obviously a slightly odd set of package 
> versions on 
> > that platform. We had some commits for an MDK10.1 RPM 
> update the other 
> > day, so hopefully we'll have an appropriate RPM available 
> soon. In the 
> > meantime, can you compile from source OK?
> 
> So, I compile from source.
> 
> I download wxWidgets,  tar -xzf, I compile :
> 
> ./configure --with-gtk --enable-gtk2 --enable-unicode 
> --disable-shared --enable-debug --enable-mimetype=no make 
> sudo make install
> 
> 
> cd contrib/src/stc
> make
> sudo make install
> 
> 
> I download pgadmin3-1.2.0 sources, tar -xzf, 
> 
> ./configure --enable-static --enable-debug

Did you install wx into /usr? If so, you can point pgAdmin at it using
something like:

./configure --enable-static --enable-debug --with-wx=/usr

One of the changes that went in post-1.2.0 also changed the configure
script slightly - apparently on MDK10.1 (at least, in the wx RPM
distro), the libraries have slightly non-standard names - iirc, they
have underscores in them instead of hyphens. If you find you need this
update, please let me know.

In the meantime, I am trying to arrange to get MDK rpms made available.

Regards, Dave

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to