Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148202 - Cat't compile pgadmin3
Summary: Cat't compile pgadmin3
Status: RESOLVED DUPLICATE of bug 133638
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-19 08:22 UTC by Pupeno
Modified: 2006-09-19 08:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pupeno 2006-09-19 08:22:16 UTC
The error I get is:

if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..  -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g -I../src/include -I../src/agent/include -I/usr/include/postgresql -DSSL -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g -I../src/include -I../src/agent/include -march=pentium4 -O2 -pipe -fomit-frame-pointer -MT pgCast.o -MD -MP -MF ".deps/pgCast.Tpo" -c -o pgCast.o `test -f 'schema/pgCast.cpp' || echo './'`schema/pgCast.cpp; \
then mv -f ".deps/pgCast.Tpo" ".deps/pgCast.Po"; else rm -f ".deps/pgCast.Tpo"; exit 1; fi
In file included from db/keywords.c:21:
../src/include/parser/parse.h:727: warning: type defaults to ‘int’ in declaration of ‘yylval’
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..  -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g -I../src/include -I../src/agent/include -I/usr/include/postgresql -DSSL -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g -I../src/include -I../src/agent/include -march=pentium4 -O2 -pipe -fomit-frame-pointer -MT pgCheck.o -MD -MP -MF ".deps/pgCheck.Tpo" -c -o pgCheck.o `test -f 'schema/pgCheck.cpp' || echo './'`schema/pgCheck.cpp; \
then mv -f ".deps/pgCheck.Tpo" ".deps/pgCheck.Po"; else rm -f ".deps/pgCheck.Tpo"; exit 1; fi
/usr/include/wx-2.6/wx/hashmap.h: In member function ‘wxLongToLongHashMap_wxImplementation_HashTable::Node** wxLongToLongHashMap_wxImplementation_HashTable::GetNodePtr(const long int&) const’:
/usr/include/wx-2.6/wx/hashmap.h:684: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/include/wx-2.6/wx/clntdata.h: In member function ‘wxShadowObjectMethods_wxImplementation_HashTable::Node** wxShadowObjectMethods_wxImplementation_HashTable::GetNodePtr(const wxString&) const’:
/usr/include/wx-2.6/wx/clntdata.h:26: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/include/wx-2.6/wx/clntdata.h: In member function ‘wxShadowObjectFields_wxImplementation_HashTable::Node** wxShadowObjectFields_wxImplementation_HashTable::GetNodePtr(const wxString&) const’:
/usr/include/wx-2.6/wx/clntdata.h:31: warning: dereferencing type-punned pointer will break strict-aliasing rules
/usr/include/wx-2.6/wx/hashmap.h: In member function ‘wxLongToLongHashMap_wxImplementation_HashTable::Node** wxLongToLongHashMap_wxImplementation_HashTable::GetNodePtr(const long int&) const’:

If you need the whole error, let me know and I'll attach it.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-19 08:28:45 UTC

*** This bug has been marked as a duplicate of 133638 ***