Re: Can not build pgadmin3-1.6.0

Поиск
Список
Период
Сортировка
От Bryan Wilkerson
Тема Re: Can not build pgadmin3-1.6.0
Дата
Msg-id 20061124195420.15595.qmail@web57005.mail.re3.yahoo.com
обсуждение исходный текст
Ответ на Can not build pgadmin3-1.6.0  (Bryan Wilkerson <bryanwilkerson@yahoo.com>)
Ответы Re: Can not build pgadmin3-1.6.0  (Dave Page <dpage@postgresql.org>)
Список pgadmin-support
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*,
constxmlChar*, const char*, ...)’ is initialized like a variable 
/usr/include/libxml2/libxml/xmlwriter.h:392: error: function ‘int xmlTextWriterWriteVFormatDTDAttlist(xmlTextWriter*,
constxmlChar*, 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
avariable 
/usr/local/include/wx-2.8/wx/fs_arc.h: In member function ‘wxArchiveFilenameHashMap_wxImplementation_HashTable::Node**
wxArchiveFilenameHashMap_wxImplementation_HashTable::GetNodePtr(constwxString&) 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@yahoo.com>
To: Bryan Wilkerson <bryanwilkerson@yahoo.com>; Dave Page <dpage@postgresql.org>
Cc: Devrim GUNDUZ <devrim@CommandPrompt.com>; pgadmin-support@postgresql.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
overlookedit somewhere.   

Thanks,

-bryan

----- Original Message ----
From: Bryan Wilkerson <bryanwilkerson@yahoo.com>
To: Dave Page <dpage@postgresql.org>
Cc: Devrim GUNDUZ <devrim@CommandPrompt.com>; pgadmin-support@postgresql.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
filewith the definitive instructions could be useful?   I 

----- Original Message ----
From: Dave Page <dpage@postgresql.org>
To: Bryan Wilkerson <bryanwilkerson@yahoo.com>
Cc: Devrim GUNDUZ <devrim@CommandPrompt.com>; pgadmin-support@postgresql.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











В списке pgadmin-support по дате отправления:

Предыдущее
От: Bryan Wilkerson
Дата:
Сообщение: Re: Can not build pgadmin3-1.6.0
Следующее
От: Dave Page
Дата:
Сообщение: Re: Can not build pgadmin3-1.6.0