Subject: Re: minimo
To: Masahiko Ito <m-ito@mbox.kyoto-inet.or.jp>
From: Andy Ruhl <acruhl@gmail.com>
List: port-hpcmips
Date: 04/01/2005 04:21:35
On Mar 31, 2005 4:45 PM, Andy Ruhl <acruhl@gmail.com> wrote:
> On Mar 31, 2005 3:51 PM, Masahiko Ito <m-ito@mbox.kyoto-inet.or.jp> wrote:
> > Hello Andy and all.
> >
> > From: Andy Ruhl <acruhl@gmail.com>
> > Subject: Re: minimo
> > Date: Thu, 31 Mar 2005 04:49:08 -0700
> > Message-ID: <78a2305a050331034929db731d@mail.gmail.com>
> >
> > acruhl> > mattias> >   http://web.kyoto-inet.or.jp/people/m-ito/netbsd/minimo_hpcmips.html
> > acruhl> > mattias>
> > acruhl> > mattias> that's great. any chance for a binary? my mp770 doesn't like big
> > acruhl> > mattias> compiles and, bad excuse coming up, i don't really have the time.
> >
> > acruhl> I started to build this on my Qube this morning. It's on 2.0-stable
> > acruhl>
> > acruhl> The only comments I have so far are to ensure you have gmake
> > acruhl> installed, and you may need to change this line:
> > acruhl>
> > acruhl> make -f client.mk build
> > acruhl>
> > acruhl> To this:
> > acruhl>
> > acruhl> gmake -f client.mk build
> > acruhl>
> > acruhl> I hope it works!
> >
> > Thank you for your good adovice. I have changed my web page according
> > to your advice :-)
> 
> Heh. First time I tried to build there were lots of complaints from BSD make.
> 
> I started this probably 8 hours ago and it's still running. How long
> did this take you to build?
> 
> Thanks for the help so far. I'll be really happy if this works!

Ok, I may have made a mistake here. I didn't do this part:

Dummy setlocale

    * cc -fPIC -shared -o dmysetlocale.so dmysetlocale.c
    * cp dmysetlocale.so /usr/local/lib/
    * LD_PRELOAD=/usr/local/lib/dmysetlocale.so; export LD_PRELOAD
    * CHARSET=EUC-JP; export CHARSET 

I figured I didn't need to since I'm using the standard locale setup.
Is this the case?

Anyway, I got the build to work on 1.0 (I noticed your page is now
updated to show 1.0.2), and here's the result:

# /usr/local/firefox/run-mozilla.sh /usr/local/firefox/TestGtkEmbed
Shared object "libX11.so.6" not found

And I must be going crazy, because last night all I did was add this
line to /etc/ld.so.conf:

/usr/X11R6/lib/libX11.so.6

And then it got farther but it seg faulted and died. But now (this
morning) when I add this line to /etc/ld.so.conf I still get the same
error:

# /usr/local/firefox/run-mozilla.sh /usr/local/firefox/TestGtkEmbed
Shared object "libX11.so.6" not found

I must be going crazy....

I'm trying to build 1.0.2 now for the heck of it.

Andy