IRIX and Software

libdom.so ??? where is it ?

libdom.so ???

i was trying LegoConstructionKit (demo version), and i can't find such a dependency as it's not included in the demo package

tar -xvf LCK.tar
x LegoConstructionKit/LegoConstructionKit, 298244 bytes, 583 blocks
x LegoConstructionKit/Manual.html, 4199 bytes, 9 blocks
x LegoConstructionKit/blocks/1.lck, 1429 bytes, 3 blocks
x LegoConstructionKit/blocks/2.lck, 1525 bytes, 3 blocks
x LegoConstructionKit/blocks/3.lck, 1589 bytes, 4 blocks
x LegoConstructionKit/blocks/4.lck, 1461 bytes, 3 blocks
x LegoConstructionKit/blocks/5.lck, 1525 bytes, 3 blocks
x LegoConstructionKit/blocks/6.lck, 1715 bytes, 4 blocks
x LegoConstructionKit/blocks/7.lck, 1811 bytes, 4 blocks
x LegoConstructionKit/examples/Castle.xml, 31247 bytes, 62 blocks
x LegoConstructionKit/examples/House.xml, 15672 bytes, 31 blocks
x LegoConstructionKit/examples/Tower.xml, 5934 bytes, 12 blocks

does anyone know where is it ?
It's part of the netsurf browser, not sure if anyone's tried porting it to Irix yet, it's not in nekoware beta or current...
Project:
Temporarily lost at sea...
Plan:
World domination! Or something...
in the "SGI gift CD" there is written "libdom.so" included, but it is not. Perhaps it could already exit for Irix. I do not really know, i just wanted to try the LegoConstructionKit demo package.
The build instructions for netsurf look like a major PITA... :shock:
Project:
Temporarily lost at sea...
Plan:
World domination! Or something...
vishnu wrote: The build instructions for netsurf look like a major PITA... :shock:

There's a thread on here from a year or so ago with instructions from when I tried to build NetSurf on IRIX. It is possible to build libdom with GCC on IRIX.

However, that's not necessarily the same libdom that's required. There could be another library with the same name. It might be worth trying, but it's also not necessarily going to work.

Since this seems to be from Ian Mapelson's "Gifts" CD, perhaps he'll weigh in with more (correct!) info about where to find the needed library.
:Indigo2IMP: :Octane: :Indigo: :O3x0:
Sun SPARCstation 20, Blade 2500
HP C8000
jpstewart wrote: Since this seems to be from Ian Mapelson's "Gifts" CD, perhaps he'll weigh in with more (correct!) info about where to find the needed library


already asked him before posting here, and he replied that he does not know about the missing library.
I'm the author of the LegoConstructionKit software. The libdom.so it is looking for is one I wrote and I thought it was included with the rest. There isn't something like a demo version.
Where did you get it from?
markh wrote: was included with the rest


it's not in the tarbal file

markh wrote: Where did you get it from?


Mapelson's "Gifts" CD

could you provide me the missing file ?
I have a copy locally at ftp://ftp.nekochan.net/pub/irix/Games/L ... 2.1.tar.gz and I've confirmed it definitely contains libdom.so.
Twitter: @neko_no_ko
IRIX Release 4.0.5 IP12 Version 06151813 System V
Copyright 1987-1992 Silicon Graphics, Inc.
All Rights Reserved.

Code: Select all

tar -tvf LegoConstructionKit-v0.2.1.tar
drwxr-xr-x  0 guest  guest       0 Jul 26  2003 LegoConstructionKit_0.2.1/
-rw-r--r--  0 guest  guest     199 Jul 21  2003 LegoConstructionKit_0.2.1/.Xdefaults
-rwxr-xr-x  0 guest  guest  644284 Jul 24  2003 LegoConstructionKit_0.2.1/LegoConstructionKit
-rw-r--r--  0 guest  guest     705 Jul 24  2003 LegoConstructionKit_0.2.1/README
drwxr-xr-x  0 guest  guest       0 Jul 26  2003 LegoConstructionKit_0.2.1/blocks/
-rw-r--r--  0 guest  guest    1439 Jul 21  2003 LegoConstructionKit_0.2.1/blocks/1.lck
-rw-r--r--  0 guest  guest    1535 Jul 21  2003 LegoConstructionKit_0.2.1/blocks/2.lck
-rw-r--r--  0 guest  guest    1599 Jul 21  2003 LegoConstructionKit_0.2.1/blocks/3.lck
-rw-r--r--  0 guest  guest    1471 Jul 21  2003 LegoConstructionKit_0.2.1/blocks/4.lck
-rw-r--r--  0 guest  guest    1535 Jul 21  2003 LegoConstructionKit_0.2.1/blocks/5.lck
-rw-r--r--  0 guest  guest    1725 Jul 21  2003 LegoConstructionKit_0.2.1/blocks/6.lck
-rw-r--r--  0 guest  guest    1821 Jul 21  2003 LegoConstructionKit_0.2.1/blocks/7.lck
-rw-r--r--  0 guest  guest    1821 Jul 21  2003 LegoConstructionKit_0.2.1/blocks/8.lck
-rw-r--r--  0 guest  guest    1698 Jul 21  2003 LegoConstructionKit_0.2.1/blocks/9.lck
drwxr-xr-x  0 guest  guest       0 Jul 26  2003 LegoConstructionKit_0.2.1/examples/
-rw-r--r--  0 guest  guest   31247 Jul 21  2003 LegoConstructionKit_0.2.1/examples/Castle.xml
-rw-r--r--  0 guest  guest    4730 Jul 21  2003 LegoConstructionKit_0.2.1/examples/Hall.xml
-rw-r--r--  0 guest  guest   15672 Jul 21  2003 LegoConstructionKit_0.2.1/examples/House.xml
-rw-r--r--  0 guest  guest    5934 Jul 21  2003 LegoConstructionKit_0.2.1/examples/Tower.xml
drwxr-xr-x  0 guest  guest       0 Jul 26  2003 LegoConstructionKit_0.2.1/lib/
-rwxr-xr-x  0 guest  guest  589936 Jul 22  2003 LegoConstructionKit_0.2.1/lib/libdom.so



yes, i confirm, this tarball has the wanted library

-rwxr-xr-x 0 guest guest 589936 Jul 22 2003 LegoConstructionKit_0.2.1/lib/libdom.so

that's good, thank you so much :D