Обсуждение: Some questions

Поиск
Список
Период
Сортировка

Some questions

От
Jyrki Wahlstedt
Дата:
Hi,
I have been trying to build pgAdmin3 in two OSs. Both have failed, 
however. One, Mac OS X, is nothing to wonder, because it is explicitly 
said that the port is experimental. The other, however, is FreeBSD 5.1. 
There wxwindows is not building, after downloading and configuring make 
fails because no input files are specified. The binary package would 
probably be ok, but the library dependencies are strict and I have 
newer packages than required and I do not want to build old packages 
just to make this program run (other packages want the later ones!).
Has anyone anywhere seen anything like this?
!
! Jyrki Wahlstedt
! Viialankatu 15 as 8        mob. +358-40-502 0164
! FI-32700 Huittinen
!
! Our life is no dream; but it ought to become one and perhaps will.



Re: Some questions

От
Andreas Pflug
Дата:
Jyrki Wahlstedt wrote:

> Hi,
> I have been trying to build pgAdmin3 in two OSs. Both have failed, 
> however. One, Mac OS X, is nothing to wonder, because it is explicitly 
> said that the port is experimental. The other, however, is FreeBSD 
> 5.1. There wxwindows is not building, after downloading and 
> configuring make fails because no input files are specified. The 
> binary package would probably be ok, but the library dependencies are 
> strict and I have newer packages than required 

Maybe you simply can create the missing libraries by creating symlinks 
to the existing ones?

You'll need to give more details about what's failing. Are you using our 
wx snapshot?

Regards,
Andreas




Re: Some questions

От
Jyrki Wahlstedt
Дата:
Hi,
I downloaded wxWindows-pgAdmin3-20031010-7.tar.bz2. But I just noticed 
that if I invoke gmake, I'll get the compilation running. So I had a 
version of make not understanding the Makefile built:-( For the time 
being I am satisfied, the error was mine (though it could be good to 
make sure to use gmake if it exists?).
!
! Jyrki Wahlstedt
! Viialankatu 15 as 8        mob. +358-40-502 0164
! FI-32700 Huittinen
!
! Our life is no dream; but it ought to become one and perhaps will.

On 8.12.2003, at 12:41, Andreas Pflug wrote:

> You'll need to give more details about what's failing. Are you using 
> our wx snapshot?



Re: Some questions

От
Andreas Pflug
Дата:
Jyrki Wahlstedt wrote:

> Hi,
> I downloaded wxWindows-pgAdmin3-20031010-7.tar.bz2. But I just noticed 
> that if I invoke gmake, I'll get the compilation running. So I had a 
> version of make not understanding the Makefile built:-( For the time 
> being I am satisfied, the error was mine (though it could be good to 
> make sure to use gmake if it exists?).

I don't quite understand what you did, did you run ./configure 
appropriately before making?


Regards,
Andreas



Re: Some questions

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
> Sent: 08 December 2003 12:03
> To: Jyrki Wahlstedt
> Cc: pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] Some questions
>
> Jyrki Wahlstedt wrote:
>
> > Hi,
> > I downloaded wxWindows-pgAdmin3-20031010-7.tar.bz2. But I
> just noticed
> > that if I invoke gmake, I'll get the compilation running.
> So I had a
> > version of make not understanding the Makefile built:-( For
> the time
> > being I am satisfied, the error was mine (though it could
> be good to
> > make sure to use gmake if it exists?).
>
> I don't quite understand what you did, did you run
> ./configure appropriately before making?

Make doesn't work on FreeBSD (for wx anyway) - you must use gmake.

Regards, Dave.


Re: Some questions

От
Jyrki Wahlstedt
Дата:
Definitely,
according to the documentation (CC to use the latest compiler):
./configure --with-gtk --enable-gtk2 --enable-unicode --disable-shared
--enable-debug CC=gcc33 CXX=g++33
After this 'make' leads to error, gmake starts compiling…
PS I read Dave's message while writing this, so it seems the
documentation should be updated!?
!
! Jyrki Wahlstedt
! Viialankatu 15 as 8        mob. +358-40-502 0164
! FI-32700 Huittinen
!
! Our life is no dream; but it ought to become one and perhaps will.

On 8.12.2003, at 14:02, Andreas Pflug wrote:

> Jyrki Wahlstedt wrote:
>
>> Hi,
>> I downloaded wxWindows-pgAdmin3-20031010-7.tar.bz2. But I just
>> noticed that if I invoke gmake, I'll get the compilation running. So
>> I had a version of make not understanding the Makefile built:-( For
>> the time being I am satisfied, the error was mine (though it could be
>> good to make sure to use gmake if it exists?).
>
> I don't quite understand what you did, did you run ./configure
> appropriately before making?
>
>
> Regards,
> Andreas
>



Re: Some questions

От
"Adam H. Pendleton"
Дата:
Jyrki Wahlstedt wrote:

> Hi,
> I downloaded wxWindows-pgAdmin3-20031010-7.tar.bz2. But I just noticed 
> that if I invoke gmake, I'll get the compilation running. So I had a 
> version of make not understanding the Makefile built:-( For the time 
> being I am satisfied, the error was mine (though it could be good to 
> make sure to use gmake if it exists?).

FreeBSD (all the *BSD's for that matter) use BSD make, not GNU make.  
GNU make is definitely required for building pgAdmin3.

ahp