Page 1 of 1

Boost with devkitARM

Posted: Wed Jun 18, 2008 11:22 pm
by kinguy
Has anyone had any luck getting the newest devkitARM compiling with the latest boost?

I run into the "Cannot find g++" message mentioned in the comments section of this post:
http://patater.com/boostds

Using: Vista 32

Re: Boost with devkitARM

Posted: Wed Aug 13, 2008 4:29 pm
by icosahedron
I have been successfully using some of the boost libraries in my project. I'm using boost 1.35.0. I'm not compiling any actual libraries, but using some of the headers that come with it. Specifically I'm using array, multi_array, circular_list, and shared_ptr.