Installing pgadmin error di proses make

13 views
Skip to first unread message

Martinus Ady H

unread,
Feb 19, 2010, 3:36:58 PM2/19/10
to id-sla...@googlegroups.com
Hii all,
ada yg udah pernah cobain install pgadmin3 di Slackware ? Malam ini saya
coba koq error yah ? Saya pakai slackbuild script pgadmin3 ini dari
slackbuild.org yg bisa didonlod disini[1]. Nah saya juga udah install
wxPython dari SBo[2] juga tapi ketika dijalankan, terjadi error pada
waktu *make* dan pesan error-nya spt ini :
8<----------------------------------------------------->8
/usr/include/wx-2.8/wx/defs.h:501:1: warning: this is the location of
the previous definition
./pgAdmin3.cpp: In member function 'virtual bool pgAdmin3::OnInit()':
./pgAdmin3.cpp:383: error: 'wxOGLInitialize' was not declared in this scope
make[2]: *** [pgAdmin3.o] Error 1
make[2]: Leaving directory `/tmp/SBo/pgadmin3-1.10.1/pgadmin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/SBo/pgadmin3-1.10.1'
make: *** [all] Error 2
8<----------------------------------------------------->8

Dan ini paket wxPython yang sudah saya install :
8<----------------------------------------------------->8
martinus@martinusadyh:[/]$ ls /var/log/packages/ | grep wx
wxPython-2.8.10.1-i486-1_SBo
8<----------------------------------------------------->8

Ada yang berhasil install pgadmin3 dari SBo ? Kira-kira apa ya yang kurang ?

[1] http://slackbuilds.org/repository/13.0/system/pgadmin3/
[2] http://slackbuilds.org/repository/13.0/libraries/wxPython/

--
Regards,

Martinus Ady H.
Registered Linux User #410906
Personal Blog : http://martinusadyh.web.id/
Planet NetBeans ID : http://planetnetbeans.org/id/index.html
Planet Slackware ID : http://planet.slackware-id.org/

Martinus Ady H

unread,
Mar 4, 2010, 4:44:05 PM3/4/10
to id-sla...@googlegroups.com

All sudah berhasil nih install PgAdmin3-nya :) ternyata harus modifikasi
file wxPython.SlackBuild dari SBo agar menginstall juga keseluruhan
direktori *contrib/* . Solusi yang saya pakai yaitu modifikasi file
*wxPython.SlackBuild* yang aslinya spt ini :
8<----------------------------------------------------->8
#Additional stuff needed by wxPython
make -C contrib/src/gizmos
make -C contrib/src/stc

make install DESTDIR=$PKG
make -C contrib/src/gizmos install DESTDIR=$PKG
make -C contrib/src/stc install DESTDIR=$PKG
8<----------------------------------------------------->8

menjadi spt ini :
8<----------------------------------------------------->8
#Additional stuff needed by wxPython
# make -C contrib/src/gizmos
# make -C contrib/src/stc

make -C contrib/

make install DESTDIR=$PKG
# make -C contrib/src/gizmos install DESTDIR=$PKG
# make -C contrib/src/stc install DESTDIR=$PKG
make -C contrib/ install DESTDIR=$PKG
8<----------------------------------------------------->8

Sedangkan bagaimana saya bisa tahu harus modifikasi file tersebut, :D
bisa di cekidot di blog :D :) Ya mungkin bisa jadi bahan referensi utk
teman-teman yang lagi ngalamin kasus yang sama seperti saya :D

Reply all
Reply to author
Forward
0 new messages