SGI: Development

configure help

hi guys :)

i tried to install something but i got stuck here:

Code:
IRIS 32# ./configure --prefix=/usr --sysconfdir=/etc --enable-systray  \
--with-ext-charcode=CP932 CC=/usr/nekoware/bin/gcc
checking for doxygen... no
configure: WARNING: doxygen not found - will not generate any doxygen documentation
checking for perl... /usr/sbin/perl
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... /usr/nekoware/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/nekoware/bin/gcc accepts -g... yes
checking for /usr/nekoware/bin/gcc option to accept ISO C89... none needed
checking dependency style of /usr/nekoware/bin/gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) /usr/nekoware/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/nekoware/bin/gcc accepts -g... (cached) yes
checking for /usr/nekoware/bin/gcc option to accept ISO C89... (cached) none needed
checking dependency style of /usr/nekoware/bin/gcc... (cached) gcc3
checking for gcc... (cached) /usr/nekoware/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/nekoware/bin/gcc accepts -g... (cached) yes
checking for /usr/nekoware/bin/gcc option to accept ISO C89... (cached) none needed
checking dependency style of /usr/nekoware/bin/gcc... (cached) gcc3
checking for intltool >= 0.31... 0.37.1 found
checking for xgettext... no
checking for msgmerge... no
checking for msgfmt... no
configure: error: GNU gettext tools not found; required for intltool
IRIS 33#


hmmm im sure i got gettext installed in my system from nekoware. i also tried three diff. gcc (nekoware, freeware and TWW) but still the same, did i miss something? sorry noob here :(

_________________
:Octane: (Sakura)
“Imagination is more important than knowledge.“ – A. Einstein
Try:
Code:
versions -n neko_gettext.sw


If you see neko_gettext.sw.eoe, then you do have it installed and you've just not got /usr/nekoware/bin/ in your path.

I'd recommend not using the freeware discs anymore unless there's something there *not* in nekoware. The SGI freeware isn't maintained and hasn't been since 2004...

_________________
:Onyx2RM: :Onyx2: :O200: :4D70G: :Fuel: :Indigo: :Octane2: :O2: :Indigo2: :Indy:
also be sure the libs are in your LD_LIBRARYN32_PATH

_________________
r-a-c.de
And check the .log file - often you get compile errors so the configure scipt assumes there is no package.

_________________
:320: :1600SW: :O2: :O2+: :Indigo: :Octane2: :Octane: :Octane: :Octane: :Indigo2: :Indy: :Fuel: :Fuel: :O200: :O200: :O200: :ChallengeL: :ChallengeL: :Crimson: :Onyx: :O3000:
hi guys! really thanks for the replies, really helped man :)

what i did was i added /usr/nekoware/bin to my PATH, i thought during setup this was already handled be hehe now i know. so now it was able to see gettext, next stop is xml::parser?

Code:
IRIS 6# ./configure --prefix=/usr --sysconfdir=/etc --enable-systray  \
--with-ext-charcode=CP932
checking for doxygen... no
configure: WARNING: doxygen not found - will not generate any doxygen documentation
checking for perl... /usr/sbin/perl
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for intltool >= 0.31... 0.37.1 found
checking for xgettext... /usr/nekoware/bin/xgettext
checking for msgmerge... /usr/nekoware/bin/msgmerge
checking for msgfmt... /usr/nekoware/bin/msgfmt
checking for perl... /usr/sbin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool


i already downloaded and installed neko_perl_xml_parser and neko_perl-5.8.9 hmmm but it seems the configure file looks for perl in /usr/sbin by default hmmm any way to redirect it to /usr/nekoware/bin? i tried to check the configure file maybe i could modify it manually but geeez my noob eyes can't see anything for my intention.. i know i need more digging but hehe just want to ask here for faster turnaround, thanks again in advance ! :)

_________________
:Octane: (Sakura)
“Imagination is more important than knowledge.“ – A. Einstein
just place /usr/nekoware/bin before /usr/sbin in your PATH

_________________
r-a-c.de
foetz wrote:
just place /usr/nekoware/bin before /usr/sbin in your PATH

thanks foetz! actually while waiting i was able to redirect it by adding INTLTOOL_PERL=/usr/nekoware/bin/perl whne invoking configure hehe was a lucky trial and error but waahh with all the time wasted i was stupid not able to see that the application needs libgnomeui-2.0 >= 2.14, which i only got 2.12 in nekoware :( any other way?
Code:
onfigure: error: Package requirements (libgnomeui-2.0 >= 2.14
gtk+-2.0 >= 2.4
glib-2.0 >= 2.8) were not met:

so i think gtk+ and glib i still have a chance ayt? coz the neko version are higher, i only got this message coz i haven't installed it yet.. but geeez only libgnomeui is left.. na ja, ill just take a nap now its 2:24am here, gute nacht leute!

_________________
:Octane: (Sakura)
“Imagination is more important than knowledge.“ – A. Einstein
looks like you need the 2.14. time to update nekoware :D

_________________
r-a-c.de
foetz wrote:
looks like you need the 2.14. time to update nekoware

hehe that's the worst that i thought hmmm ok2x i know i sound too optimistic if ill say ill volunteer myself to do the upgrade for nekoware? but there's no harm in trying ayt? wish me luck guys :)

ok just got these questions before ill start:
1. Is this the official or feasible site to get the sources and compile it for nekoware?
http://www.linuxfromscratch.org/blfs/vi ... omeui.html
2. Is my assumption right that to do these upgrade, all i need is to download the latest source and all its dependencies and compile/install it in my SGI station?
3. And when installing i should point it to a clean folder so that after all are successfully installed, i should make a package out of the folder?

Sorry if this sound too-noob, just my PC-brain got rusted with Winblows spoon-feeding architecture :(
So looking forward to a fruitful endeavor, later guys!

_________________
:Octane: (Sakura)
“Imagination is more important than knowledge.“ – A. Einstein
^^ Helpful directions are here :

http://www.nekochan.net/wiki/index.php/ ... g_Software

Might be easier to start out on some smaller project tho :shock:
hamei wrote:
^^ Helpful directions are here :

http://www.nekochan.net/wiki/index.php/ ... g_Software

Might be easier to start out on some smaller project tho

Hi Hamei!! great to hear from you, been a long time :)
Anyway thanks for this link, i stumbled here before but put aside awhile, ill use it later then :)

ows just a quick update of my Sakura (Octane) cant believe can reach this far hehe
1. External Yamaha
2. IRIX6.5.29 CD sets + Application June1998
3. GCC from neko, freeware and TWW; but for now as default i'll use neko's gcc :)

next stop is MIPSPro, i met someone in chinaunix.net and he offered me his copy for 150RMB, what you think?

hehe yes2x my intention was small at first, but unfortunately it required an updated libgnomeui :(
anyway i already started and finished downloaded all the dependencies and wahhh really big work ahead geeez i made this list below hehe to keep track which is which. ill start install/compile it tomorrow maybe.. but still thinking its wise to wait for MIPSPro? hmmm ows forgot to mention hehe the little cause of all these is i want to run IPMsg on my IRIX hehe i already installed it in my XP,Ubuntu.. i want to try it in IRIX just for curiosity sake :)

Code:
ok libgnomeui-2.24.2 Dependencies:
ok   libbonoboui-2.24.2
ok   gnome-keyring-2.28.2



libbonoboui-2.24.2 Dependencies:
ok     libgnome-2.28.0
ok     libgnomecanvas-2.26.0

gnome-keyring-2.28.2 Dependencies:
ok     GConf-2.28.0
ok     GTK+-2.18.7
ok     intltool-0.40.6
ok     Libgcrypt-1.4.5
ok     libtasn1-2.5      *



libgnome-2.28.0 Dependencies:
ok       libbonobo-2.24.2
ok       GNOME Virtual File System-2.24.2

libgnomecanvas-2.26.0 Dependencies:
ok       libglade-2.6.4
done      libxml2-2.7.6   *
done      GTK+-2.18.7
ok       libart_lgpl-2.3.20   *

GConf-2.28.0 Dependencies:
patch
ok       ORBit2-2.14.17
ok      libIDL-0.8.13
ok        GLib-2.22.4
ok          PCRE-8.00     *
ok       polkit-0.94

GTK+-2.18.7 Dependencies:
ok       cairo-1.8.10
ok       Pango-1.26.2
ok       ATK-1.28.0
done      GLib-2.22.4

ok       LibTIFF-3.9.2      *
ok    libjpeg-7      *
ok    hicolor-icon-theme-0.11*

intltool-0.40.6 Dependencies:
ok       XML::Parser-2.36
ok         expat-2.0.1      *

Libgcrypt-1.4.5 Dependencies:
ok       Libgpg-error-1.7   *



libbonobo-2.24.2 Dependencies:
done      ORBit2-2.14.17
ok      libxml2-2.7.6   *
ok      popt-1.15      *
done       XML::Parser-2.36
ok      D-Bus GLib Bindings-0.82
ok         D-BUS-1.2.16
done        GLib-2.22.4
done        expat-2.0.1

GNOME Virtual File System-2.24.2 Dependencies:
done      D-Bus GLib Bindings-0.82
done      GConf-2.28.0
ok      GNOME MIME Data-2.18.0
done        XML::Parser-2.36

polkit-0.94 Dependencies:
ok      D-Bus GObject Bindings-0.5
done      D-Bus GLib Bindings-0.82
ok      DocBook XSL Stylesheets-1.75.2
done         libxml2-2.7.6
done      intltool-0.40.6
ok      Linux-PAM-1.1.1      *
ok      gobject-introspection-0.6.5
done        GLib-2.22.4
ok        libffi-3.0.8
ok        Python-2.6.4
patch
ok      DocBook XML DTD-4.5
done         libxml2-2.7.6
ok        UnZip-6.0
patch

cairo-1.8.10 Dependencies:
ok      libpng-1.2.42   *
patch
ok      pixman-0.15.20
done        GTK+-2.18.7
ok      Fontconfig-2.8.0
ok         FreeType-2.3.12
done        expat-2.0.1
done        libxml2-2.7.6

Pango-1.26.2 Dependencies:
done       GLib-2.22.4
done       cairo-1.8.10
X Window System
done      Fontconfig-2.8.0

_________________
:Octane: (Sakura)
“Imagination is more important than knowledge.“ – A. Einstein