Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
Re: Can not build pgadmin3-1.6.0

Re: Can not build pgadmin3-1.6.0



Still no joy.  I have followed all the instructions and now I get this error during compile (tail follows):

...
/usr/include/libxml2/libxml/xmlwriter.h:386: error: function ‘int xmlTextWriterWriteFormatDTDAttlist(xmlTextWriter*, const xmlChar*, const char*, ...)’ is initialized like a variable
/usr/include/libxml2/libxml/xmlwriter.h:392: error: function ‘int xmlTextWriterWriteVFormatDTDAttlist(xmlTextWriter*, const xmlChar*, const char*, char*)’ is initialized like a variable
/usr/include/libxml2/libxml/xmlwriter.h:417: error: function ‘int xmlTextWriterWriteFormatDTDInternalEntity(xmlTextWriter*, int, const xmlChar*, const char*, ...)’ is initialized like a variable
/usr/include/libxml2/libxml/xmlwriter.h:424: error: function ‘int xmlTextWriterWriteVFormatDTDInternalEntity(xmlTextWriter*, int, const xmlChar*, const char*, char*)’ is initialized like a variable
/usr/local/include/wx-2.8/wx/fs_arc.h: In member function ‘wxArchiveFilenameHashMap_wxImplementation_HashTable::Node** wxArchiveFilenameHashMap_wxImplementation_HashTable::GetNodePtr(const wxString&) const’:
/usr/local/include/wx-2.8/wx/fs_arc.h:20: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[2]: *** [pgAdmin3.o] Error 1
make[2]: Leaving directory `/home/bryanw/src/pgadmin3-1.6.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bryanw/src/pgadmin3-1.6.0'




----- Original Message ----
From: Bryan Wilkerson <bryanwilkerson(at)yahoo(dot)com>
To: Bryan Wilkerson <bryanwilkerson(at)yahoo(dot)com>; Dave Page <dpage(at)postgresql(dot)org>
Cc: Devrim GUNDUZ <devrim(at)CommandPrompt(dot)com>; pgadmin-support(at)postgresql(dot)org
Sent: Friday, November 24, 2006 11:37:58 AM
Subject: Re: [pgadmin-support] Can not build pgadmin3-1.6.0

Nevermind,  I found it at the bottom of the source download page: http://www.pgadmin.org/download/source.php  I knew I overlooked it somewhere.  

Thanks,

-bryan

----- Original Message ----
From: Bryan Wilkerson <bryanwilkerson(at)yahoo(dot)com>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: Devrim GUNDUZ <devrim(at)CommandPrompt(dot)com>; pgadmin-support(at)postgresql(dot)org
Sent: Friday, November 24, 2006 11:26:53 AM
Subject: Re: [pgadmin-support] Can not build pgadmin3-1.6.0


Dave Page wrote:
>TIP 4: Have you searched our list archives?
>
>               http://archives.postgresql.org

Yes and wxWidgets returned 801 hits.  Trying to piece together the requirements is time consuming.  An INSTALL text file with the definitive instructions could be useful?   I

----- Original Message ----
From: Dave Page <dpage(at)postgresql(dot)org>
To: Bryan Wilkerson <bryanwilkerson(at)yahoo(dot)com>
Cc: Devrim GUNDUZ <devrim(at)CommandPrompt(dot)com>; pgadmin-support(at)postgresql(dot)org
Sent: Friday, November 24, 2006 11:08:04 AM
Subject: Re: [pgadmin-support] Can not build pgadmin3-1.6.0

Bryan Wilkerson wrote:
> Thanks for the tips.  That got me past the ./configure of pgadmin3.  Now I get an error during compile:
> 
> ./pgAdmin3.cpp: In member function ‘virtual bool pgAdmin3::OnInit()’:
> 
> ./pgAdmin3.cpp:365: error: ‘wxOGLInitialize’ was not declared in this scope
> 
> Is there another flag I need to configure wxWidgets with?   Again,  I used 
>        ./configure --with-gtk --enable-gtk2 --enable-unicode --enable-mimetype=yes 
> to build wxWidgets-2.8.0-rc1.   I can't find the documents on compiling and installing.  I'm sure I missed them.
> 
> Full text of ./configure and make of pgAdmin below...

Looks like you forgot to build and install wxWidgets' contrib modules.

Regards, Dave.

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org












Home | Main Index | Thread Index

top