Re: compiling LyX for maemo (arm architecture)

2009-11-04 Thread Stacia Hartleben
Sorry about the late reply.

I was using the included library. When I try the
--without-included-boost flag, it says it can't find it, even though
it's installed. Do I need to put something in my path so it sees the
native version?

On Fri, Oct 23, 2009 at 12:42 AM, Jean-Marc Lasgouttes
 wrote:
> Stacia Hartleben  writes:
>
>> I don't know the first thing about compiling on OS 2008 (Maemo) for
>> Nokia internet tablets. The architecture is armel - do I need to put
>> any special flags in while compiling? I have a dev environment set up
>> and I think I have all the dependencies (QT libs, etc)
>>
>> I have an error as described here:
>> http://talk.maemo.org/showthread.php?t=3087
>
> The error is
> multiple definition of `boost::exception_detail::clone_base* 
> boost::exception_detail::make_clone
>  >(boost::exception_detail::error_info_injector 
> const&)::bad_alloc'
>
> For some reason, this exception-related boost method is defined in
> several objects. I never saw this error, actually.
>
> Is this with included boost library, or a system one?
>
> JMarc
>


Re: compiling LyX for maemo (arm architecture)

2009-10-23 Thread Jean-Marc Lasgouttes
Stacia Hartleben  writes:

> I don't know the first thing about compiling on OS 2008 (Maemo) for
> Nokia internet tablets. The architecture is armel - do I need to put
> any special flags in while compiling? I have a dev environment set up
> and I think I have all the dependencies (QT libs, etc)
>
> I have an error as described here:
> http://talk.maemo.org/showthread.php?t=3087

The error is
multiple definition of `boost::exception_detail::clone_base* 
boost::exception_detail::make_clone
 >(boost::exception_detail::error_info_injector 
const&)::bad_alloc'

For some reason, this exception-related boost method is defined in
several objects. I never saw this error, actually.

Is this with included boost library, or a system one? 

JMarc


compiling LyX for maemo (arm architecture)

2009-10-22 Thread Stacia Hartleben
I don't know the first thing about compiling on OS 2008 (Maemo) for
Nokia internet tablets. The architecture is armel - do I need to put
any special flags in while compiling? I have a dev environment set up
and I think I have all the dependencies (QT libs, etc)

I have an error as described here: http://talk.maemo.org/showthread.php?t=30876

Can anyone figure out what's going on, or if there is an arm option I
can pass in? I couldn't find anything about that in there. What drives
me crazy is that there are all these dead ends about compiling LyX for
Maemo but no actual downloads. Any help at all would be useful.
Thanks!!