+ Reply to Thread
Results 1 to 10 of 20
Thread: help needed to port Ipe
-
11-07-2011, 07:21 AM #1Scribbler - Standard Member
- Join Date
- Mar 2011
- Posts
- 63
- Rep Power
- 3
[Released] help needed to port Ipe
Hi to all, i'm a physicist and i'm trying to port ipe to the ea800:
i compile all dependencies on ubuntu and now it works. There is still more work to do could someone help me?
cross compile zlib:
freetypeCode:CC=arm-unknown-linux-gnueabi-gcc AR=arm-unknown-linux-gnueabi-ar RANLIB=arm-unknown-linux-gnueabi-ranlib \ LDSHARED="arm-unknown-linux-gnueabi-gcc -shared -Wl,-soname,libz.so.1" \ ./configure --shared --prefix=/media/ea800/
libpngCode:CPPFLAGS="-I/media/ea800/include" LDFLAGS="-L/media/ea800/lib" CC=arm-unknown-linux-gnueabi-gcc AR=arm-unknown-linux-gnueabi-ar RANLIB=arm-unknown-linux-gnueabi-ranlib ./configure --host=arm-unknown-linux-gnueabi --prefix=/media/ea800/ --build=`gcc -dumpmachine`
Code:CPPFLAGS="-I/media/ea800/include" LDFLAGS="-L/media/ea800/lib" CC=arm-unknown-linux-gnueabi-gcc AR=arm-unknown-linux-gnueabi-ar RANLIB=arm-unknown-linux-gnueabi-ranlib ./configure --host=arm-unknown-linux-gnueabi --prefix=/media/ea800/ --build=`gcc -dumpmachine`
pixman:
Code:CPPFLAGS="-I/media/ea800/include" LDFLAGS="-L/media/ea800/lib" CC=arm-unknown-linux-gnueabi-gcc AR=arm-unknown-linux-gnueabi-ar RANLIB=arm-unknown-linux-gnueabi-ranlib ./configure --host=arm-unknown-linux-gnueabi --prefix=/media/ea800/ --build=`gcc -dumpmachine`
readline
Code:CPPFLAGS="-I/media/ea800/include" LDFLAGS="-L/media/ea800/lib" CC=arm-unknown-linux-gnueabi-gcc AR=arm-unknown-linux-gnueabi-ar RANLIB=arm-unknown-linux-gnueabi-ranlib ./configure --host=arm-unknown-linux-gnueabi --prefix=/media/ea800/ --build=`gcc -dumpmachine`
ncurses
Code:CPPFLAGS="-I/media/ea800/include" LDFLAGS="-L/media/ea800/lib" CC=arm-unknown-linux-gnueabi-gcc AR=arm-unknown-linux-gnueabi-ar RANLIB=arm-unknown-linux-gnueabi-ranlib ./configure --host=arm-unknown-linux-gnueabi --prefix=/media/ea800/ --build=`gcc -dumpmachine`
Code:make HOSTCC=gcc CXX=arm-unknown-linux-gnueabi-g++
lua
(remove gcc from src/Makefile)
Code:INSTALL_TOP=/media/ea800/ CPPFLAGS="-I/media/ea800/include" LDFLAGS="-L/media/ea800/lib" CC=arm-unknown-linux-gnueabi-gcc AR="arm-unknown-linux-gnueabi-ar rcu" RANLIB=arm-unknown-linux-gnueabi-ranlib make linux
cairo
then make ipe.Code:CPPFLAGS="-I/media/ea800/include" LDFLAGS="-L/media/ea800/lib" CC=arm-unknown-linux-gnueabi-gcc AR=arm-unknown-linux-gnueabi-ar RANLIB=arm-unknown-linux-gnueabi-ranlib ./configure --host=arm-unknown-linux-gnueabi --prefix=/media/ea800/ --build=`gcc -dumpmachine` --without-x --enable-xlib=no --enable-xlib-xrender=no --enable-xcb=no --enable-xlib-xcb=no --enable-xcb-shm=no --enable-qt=no --enable-quartz=no --enable-quartz-font=no --enable-quartz-image=no --enable-win32=no --enable-win32-font=no --enable-skia=no --enable-os2=no --enable-beos=no --enable-drm=no --enable-drm-xr=no --enable-gallium=no --enable-xcb-drm=no --enable-png=yes --enable-gl=no --enable-directfb=no --enable-vg=no --enable-egl=no --enable-glx=no --enable-wgl=no --enable-script=no --enable-ft=yes --enable-fc=no --enable-ps=yes --enable-pdf=yes --enable-svg=yes --enable-tee=no --enable-xml=no
Code:LDFLAGS="-L/media/ea800//lib -L/media/ea800/lib -L/usr/local/Trolltech/QtEmbedded-4.6.2-arm/lib -lz -lpng12 -lpixman-1 -lQtGui -lQtNetwork -lQtCore -llua -lm -lfreetype -lcairo " make
Last edited by l1q1d; 11-21-2011 at 04:57 PM.
-
11-07-2011, 08:05 AM #2
Re: help needed to port Ipe
Hm
I'm a physicist too 
I would recommend to use libraries from
Index of /feeds/optware/cs08q1armel/cross/unstable/
there are freetype, libpng, pixman, readline, ncurses, lua and cairo already compiled.
You can take only libs and place it, for example, in /usr/local/lib - it shouldn't affect on rest of system.
-
11-07-2011, 01:30 PM #3
Re: help needed to port Ipe
And I'm physicist too! Hello guys! How do you do?

Could you explain what it is? Maybe this is very usefull thing but I understand nothing from link.
-
11-07-2011, 02:20 PM #4
Re: help needed to port Ipe
It's handy app for vector drawing ... oooh .. search in google by images, with keywords "Ipe editor"
-
11-08-2011, 02:27 AM #5Scribbler - Standard Member
- Join Date
- Mar 2011
- Posts
- 63
- Rep Power
- 3
Re: help needed to port Ipe
@d.goryachev: i can't use the optware packages because they are linked to x11 libs :-(
-
11-11-2011, 12:23 PM #6Scribbler - Standard Member
- Join Date
- Mar 2011
- Posts
- 63
- Rep Power
- 3
Re: help needed to port Ipe
i fixed and now it run!
i need to fix:
- size of windows
- left button for pen
- latex
any hint?
-
11-17-2011, 02:26 AM #7Scribbler - Standard Member
- Join Date
- Mar 2011
- Posts
- 63
- Rep Power
- 3
Re: help needed to port Ipe
I fixed the left mouse for pen
i fixed the latex compilation
i still need help for "hardware" buttons, open keyboard and windows size. Any hint?
If someone want to test it i can post it here.
-
11-17-2011, 12:31 PM #8
Re: help needed to port Ipe
Post please
-
11-17-2011, 04:15 PM #9Pen Pro - Senior Member
- Join Date
- May 2011
- Posts
- 174
- Rep Power
- 3
Re: help needed to port Ipe
second .
-
11-18-2011, 02:09 AM #10Scribbler - Standard Member
- Join Date
- Mar 2011
- Posts
- 63
- Rep Power
- 3
Re: help needed to port Ipe
I asked to pbarrette some help for packages structure becasue this app has a lot of dependencies.
i'd like to release it this we.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)



LinkBack URL




Reply With Quote

Bookmarks