View Single Post
Old 04-27-2012, 01:42 PM   #42
yuryfdr
Connoisseur
yuryfdr is faster than slow light.yuryfdr is faster than slow light.yuryfdr is faster than slow light.yuryfdr is faster than slow light.yuryfdr is faster than slow light.yuryfdr is faster than slow light.yuryfdr is faster than slow light.yuryfdr is faster than slow light.yuryfdr is faster than slow light.yuryfdr is faster than slow light.yuryfdr is faster than slow light.
 
Posts: 61
Karma: 29446
Join Date: Apr 2010
Device: pocketbook 301, pocketbook 603
Quote:
Originally Posted by MartinZ View Post
Hi yuri,
1) Do I guess right, that i will really have to build "sigc++" myself, because i need a binary for arm_gnueabi to run it on the Pocketbook?

2) How do i get a regular makefile to get "sigc++" built in my Eclipse/Vlasovsoft-system?

3) Furthermore you use one #include to </boost/shared_ptr> (do you really need boost's smart-pointer in "pbtk"?). Can i use boost-library classes for pocketbook development at all?

Greets,
Martin
1) to build sigc++ you need execute next commands in terminal:
./configure --host=arm-none-linux-gnueabi \
--prefix=/usr/local/pocketbook_eabi/ --target=arm-none-linux-gnueabi\
--build=i686-pc-linux-gnu --enable-static --disable-shared

make

make install

2) i use smart pointers to manage images in pbtk (not used in pi but in pbqsp)
as concern boost only inline classes can be used without crosscompiling boost libraries.
yuryfdr is offline   Reply With Quote