Re: boost'ed

Darren Vincent Hart <[email protected]> 31 Jul 2003 08:15:05 -0600
Newsgroups gmane.comp.embedded.stk.gui.devel
Message-ID <1059660905.18503.76.camel@sway>
On Thu, 2003-07-31 at 07:38, Mike Melanson wrote:
> On 30 Jul 2003, Darren Vincent Hart wrote:
> 
> > directory (with all the hpp files in it) to /usr/local/include/boost,
> > then find the libboost-signals.so and libboost-signals.a files (deep in
> > the build, use find if you need to), and copy them to /usr/local/lib.
> 
> 	That worked. I still need to install freetype2 and then the demo
> should run on my desktop machine.
> 
> > That should get you boost setup going (did you check with your distro to
> > see if they already had it packaged?  debian has 1.30 in SID )
> 
> 	Hmm...Linux From Scratch, though? That's why I had to do it all
> myself.

Ah, a *real* man.  :-)

> 
> 	Anyway, I will try to get the sample compiled tonight and then I
> will work on compiling the pieces under the DC/SH-4 toolchain (oh yeah, no
> autotools). Fortunately, I just got the SH-4 C++ compiler working (been
> coasting along with C so far).
> 
> 	If we find that ft2 has too many external dependencies, are you
> open to alternative font rendering solutions?

Certainly.  Here is a blurb from Freetype you might find interesting:

 The FreeType project is a team of volunteers who develop free,
 portable and high-quality software solutions for digital typography.
 They specifically target embedded systems and focus on bringing small,
 efficient and ubiquitous products.

It has two dependencies: libc6 (>= 2.3.1-1), zlib1g (>= 1:1.1.4)

(those are debian package versions)

That seems reasonable to me, but like I said, we are open to better
solutions.

> 	Thanks...
> --
> 	-Mike Melanson
> 
> 
> _______________________________________________
> Libstk mailing list
> [email protected]
> http://www.dvhart.com/cgi-bin/mailman/listinfo/libstk