pgadmin3 1.6.1 build error on FC6

Поиск
Список
Период
Сортировка
От Devrim GUNDUZ
Тема pgadmin3 1.6.1 build error on FC6
Дата
Msg-id 1166651000.3075.22.camel@laptop.gunduz.org
обсуждение исходный текст
Ответы Re: pgadmin3 1.6.1 build error on FC6  (Dave Page <dpage@postgresql.org>)
Список pgadmin-hackers
Hi,

I'm trying to build 1.6.1 RPM on FC6 (Yes, I built wx on FC6). I got
this error:

<snip>

rm -f ".deps/frmEditGrid.Tpo"; exit 1; fi
/usr/include/wx-2.8/wx/hashmap.h: In member function 'wxLongToLongHashMap_wxImplementation_HashTable::Node**
wxLongToLongHashMap_wxImplementation_HashTable::GetNodePtr(constlong int&) const': 
/usr/include/wx-2.8/wx/hashmap.h:714: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/include/wx-2.8/wx/clntdata.h: In member function 'wxShadowObjectMethods_wxImplementation_HashTable::Node**
wxShadowObjectMethods_wxImplementation_HashTable::GetNodePtr(constwxString&) const': 
/usr/include/wx-2.8/wx/clntdata.h:20: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/include/wx-2.8/wx/clntdata.h: In member function 'wxShadowObjectFields_wxImplementation_HashTable::Node**
wxShadowObjectFields_wxImplementation_HashTable::GetNodePtr(constwxString&) const': 
/usr/include/wx-2.8/wx/clntdata.h:25: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/include/wx-2.8/wx/gdicmn.h: In member function 'wxStringToColourHashMap_wxImplementation_HashTable::Node**
wxStringToColourHashMap_wxImplementation_HashTable::GetNodePtr(constwxString&) const': 
/usr/include/wx-2.8/wx/gdicmn.h:540: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/include/wx-2.8/wx/image.h: In member function 'wxImageHistogramBase_wxImplementation_HashTable::Node**
wxImageHistogramBase_wxImplementation_HashTable::GetNodePtr(constlong unsigned int&) const': 
/usr/include/wx-2.8/wx/image.h:136: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/include/wx-2.8/wx/filesys.h: In member function 'wxFSHandlerHash_wxImplementation_HashTable::Node**
wxFSHandlerHash_wxImplementation_HashTable::GetNodePtr(constvoid* const&) const': 
/usr/include/wx-2.8/wx/filesys.h:176: warning: dereferencing type-punned pointer will break strict-aliasing rules
./frm/frmEditGrid.cpp: At global scope:
./frm/frmEditGrid.cpp:78: error: 'EVT_AUI_PANEBUTTON' was not declared in this scope
./frm/frmEditGrid.cpp:79: error: expected `}' before 'wxEventTableEntry'
./frm/frmEditGrid.cpp:79: error: expected ',' or ';' before 'wxEventTableEntry'
./frm/frmEditGrid.cpp:79: error: expected declaration before '}' token
../src/include/images/viewdata.xpm:2: warning: 'viewdata_xpm' defined but not used
../src/include/images/storedata.xpm:2: warning: 'storedata_xpm' defined but not used
../src/include/images/readdata.xpm:2: warning: 'readdata_xpm' defined but not used
../src/include/images/delete.xpm:2: warning: 'delete_xpm' defined but not used
../src/include/images/edit_undo.xpm:2: warning: 'edit_undo_xpm' defined but not used
../src/include/images/sortfilter.xpm:2: warning: 'sortfilter_xpm' defined but not used
../src/include/images/help.xpm:2: warning: 'help_xpm' defined but not used
../src/include/images/clip_copy.xpm:2: warning: 'clip_copy_xpm' defined but not used
../src/include/images/clip_paste.xpm:2: warning: 'clip_paste_xpm' defined but not used
make[2]: *** [frmEditGrid.o] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/pgadmin3-1.6.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/pgadmin3-1.6.1'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.81943 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.81943 (%build)

The environment is:

$ rpm -qv wxGTK-devel
wxGTK-devel-2.8.0-2.8.0.1.3

$ wx-config --list

    Default config is gtk2-unicode-release-static-2.6

  Default config will be used for output

  Alternate matches:
    gtk2-unicode-debug-2.6
    gtk2-unicode-debug-static-2.6
    gtk2-unicode-release-2.6


and configure options are:
 --disable-debug --with-wx-version=2.8 --with-wx=/usr


Any comments?


Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/





Вложения

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by hiroshi: r5801 - trunk/pgadmin3/pkg/suse
Следующее
От: Dave Page
Дата:
Сообщение: Re: pgadmin3 1.6.1 build error on FC6