View Single Post
Old 01-19-2010, 01:06 PM   #7
rfog
Guru
rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.
 
Posts: 696
Karma: 2383012
Join Date: Aug 2007
Location: Schiedam (The Netherlands)
Device: Lots of eInk devices and iOS stuff
Well, after a bunch of hours... I've got successful.

First I had to copy system headers (/usr/include/gnome-vfs-2.0/gnomevfs to /usr/include/gnomevfs).

Then I've had to modify some source files in anjuta-plugin-sdk-0.5 ... and after messing with source I've had to modify makefile into src folder to add "-lgnomevfs-2" to linker dependencies (I've done in makefile instead of the right place to right generate makefiles with configure script because I do not know where is the right place).

And then I've had more unresolved dependencies I've solved commenting source code because new anjuta libs does not have those dependencies.

And finally I've successfully installed the poky plugin.

Now I can launch QEMU image from Anjuta and deploy and run remote commands. I cannot debug yet because I got an error launching the gdb server, but it is enough for today.

I've called it 0.5.1 version and it is attached.

If you do a make clean or make distclean and you get some unresolved linker, please go to src/makefile, locate LIBANJUTA_LIBS and add "-gnomevfs-2" at the end.
Attached Files
File Type: bz2 anjuta-plugin-sdk-0.5.1.tar.bz2 (480.2 KB, 424 views)
rfog is offline   Reply With Quote