Unix Technical Forum

Re: Missing make files, etc

This is a discussion on Re: Missing make files, etc within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> > -----Original Message----- > From: pgadmin-hackers-owner@postgresql.org > [mailto gadmin-hackers-owner@postgresql.org] On Behalf Of Susemail > Sent: 22 January 2006 21:08 ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces Pgadmin Hackers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 06:54 PM
Dave Page
 
Posts: n/a
Default Re: Missing make files, etc



> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailtogadmin-hackers-owner@postgresql.org] On Behalf Of Susemail
> Sent: 22 January 2006 21:08
> To: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Missing make files, etc
>
> On Sunday 22 January 2006 00:53, Dave Page wrote:
> > > -----Original Message-----
> > > From: pgadmin-hackers-owner@postgresql.org
> > > [mailtogadmin-hackers-owner@postgresql.org] On Behalf

> Of Susemail
> > > Sent: 22 January 2006 09:49
> > > To: pgadmin-hackers@postgresql.org
> > > Subject: [pgadmin-hackers] Missing make files, etc
> > >
> > > I'm missing some files I need in make all:
> > >

>
> > >
> > > there was no /pgAdmin3.cpp in pgadmin3-1.4.1 so I downloaded
> > > the latest
> > > (Revision: 4257) and added it to the src directory to see if
> > > it would work:

> >
> > Then you have a corrupted download/source tree - I just

> checked and it's
> > definitely there. Did you verify the integrity of the

> tarball against my
> > pgp key?
> >

> No, I didn't. I've spent the last hour looking for an
> example of how to do
> this. No luck. How do I verify the integrity of the
> tarball against your
> pgp key?


wget http://www.pgadmin.org/pgp/davepage.pgp
gpg --import davepage.pgp
gpg --verify pgadmin3-1.4.1.tar.gz.sig

You want it to say something like:

gpg: Good signature from "Dave Page <dpage@pgadmin.org>"

Somewhere in the four or five lines of output you'll probably get.

Regards, Dave.

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-17-2008, 06:55 PM
Susemail
 
Posts: n/a
Default Re: Missing make files, etc

On Sunday 22 January 2006 23:13, Dave Page wrote:
> > -----Original Message-----
> > From: pgadmin-hackers-owner@postgresql.org
> > [mailtogadmin-hackers-owner@postgresql.org] On Behalf Of Susemail
> > Sent: 22 January 2006 21:08
> > To: pgadmin-hackers@postgresql.org
> > Subject: Re: [pgadmin-hackers] Missing make files, etc
> >
> > On Sunday 22 January 2006 00:53, Dave Page wrote:
> > > > -----Original Message-----
> > > > From: pgadmin-hackers-owner@postgresql.org
> > > > [mailtogadmin-hackers-owner@postgresql.org] On Behalf

> >
> > Of Susemail
> >
> > > > Sent: 22 January 2006 09:49
> > > > To: pgadmin-hackers@postgresql.org
> > > > Subject: [pgadmin-hackers] Missing make files, etc
> > > >
> > > > I'm missing some files I need in make all:
> > >
> > > Then you have a corrupted download/source tree - I just

> > checked and it's
> > > definitely there. Did you verify the integrity of the

> > tarball against my
> > > pgp key?

> >
> > No, I didn't. I've spent the last hour looking for an
> > example of how to do
> > this. No luck. How do I verify the integrity of the
> > tarball against your
> > pgp key?

>
> wget http://www.pgadmin.org/pgp/davepage.pgp
> gpg --import davepage.pgp
> gpg --verify pgadmin3-1.4.1.tar.gz.sig
>
> You want it to say something like:
>
> gpg: Good signature from "Dave Page <dpage@pgadmin.org>"
>
> Somewhere in the four or five lines of output you'll probably get.
>
> Regards, Dave.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq


Thank you. Here is the output:

@linux:~/bin> gpg --verify pgadmin3-1.4.1.tar.gz.sig
gpg: Signature made Sat 10 Dec 2005 04:47:04 AM HST using DSA key ID 1A19643B
gpg: Good signature from "Dave Page <dpage@pgadmin.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 752C 3D8A 5274 C381 9231 7EAA 9602 0E04 1A19 643B

So does this mean the copy of pgadmin3 I have is not corrupted? Or must I do
another check with the primary key fingerprint?
Jerome



---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-17-2008, 06:55 PM
Dave Page
 
Posts: n/a
Default Re: Missing make files, etc




On 23/1/06 19:02, "Susemail" <susemail@hawaii.rr.com> wrote:

> So does this mean the copy of pgadmin3 I have is not corrupted?


Yes. Which means that pgAdmin3.cpp must be in there somewhere!

Regards, Dave.


---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-17-2008, 06:55 PM
Susemail
 
Posts: n/a
Default Re: Missing make files, etc

On Monday 23 January 2006 10:23, Dave Page wrote:
> On 23/1/06 19:02, "Susemail" <susemail@hawaii.rr.com> wrote:
> > So does this mean the copy of pgadmin3 I have is not corrupted?

>
> Yes. Which means that pgAdmin3.cpp must be in there somewhere!
>
> Regards, Dave.

True, I found it. This is the error message I get from make all:

In file included from ../src/include/pgAdmin3.h:22,
from ./pgAdmin3.cpp:13:
.../src/include/ctl/ctlSQLBox.h:17:24: error: wx/stc/stc.h: No such file or
directory
../pgAdmin3.cpp:60:24: error: wx/ogl/ogl.h: No such file or directory
.../src/include/ctl/ctlSQLBox.h:23: error: expected class-name before ‘{’ token
../pgAdmin3.cpp: In member function ‘virtual bool pgAdmin3::OnInit()’:
../pgAdmin3.cpp:341: error: ‘wxOGLInitialize’ was not declared in this scope
make[2]: *** [pgAdmin3.o] Error 1
make[2]: Leaving directory `/home/adriel/bin/pgadmin3-1.4.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/adriel/bin/pgadmin3-1.4.1'
make: *** [all] Error 2

these files cannot be found:wx/stc/stc.h,wx/ogl/ogl.h.
Are they a part of wxWidgets? If they are and in this file
tree: /usr/local/include/wx-2.6/wx then there is nostc or ogl directory in
the wx directory.

As for ../src/include/ctl/ctlSQLBox.h:23: error: expected class-name before
‘{’ token
and
../pgAdmin3.cpp: In member function ‘virtual bool pgAdmin3::OnInit()’:
../pgAdmin3.cpp:341: error: ‘wxOGLInitialize’ was not declared in this scope

aren't these programming errors?

I'm using Suse 10.0. Are there any rpms I could use? I tried the Fedora Core
rpm but was blocked by unmet dependencies (libssl.so.5,libcryto.so.5)

Thanks, looking forward to using the program,
Jerome

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-17-2008, 06:55 PM
Miha Radej
 
Posts: n/a
Default Re: Missing make files, etc

hi!

Susemail wrote:
> I'm using Suse 10.0. Are there any rpms I could use? I tried the Fedora Core
> rpm but was blocked by unmet dependencies (libssl.so.5,libcryto.so.5)


on suse try using yast to install wxwidgets. from yast, install packages
as you need them: wxGTK (yast offers version 2.6.1 where pgadmin builds
just fine), wxGTK-copmat, wxGTK-devel, openssl-devel, postgresql-devel
and so on.

if it is of any help, i use these yast sources which surely must contain
all packages you might need:
http://ftp.opensuse.org/pub/opensuse...SS/inst-source
http://ftp.opensuse.org/pub/opensuse...st-source-java
ftp://ftp.suse.com/pub/suse/i386/10....x10.0-GM-Extra
http://packman.iu-bremen.de/suse/10.0

regards,
Miha

--
"... the small primitive tribes joined up and became huge, powerful
primitive tribes with more sophisticated weapons."
-- Terry Pratchett, Small Gods

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 01:35 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com