Hi. I compiled Barry version 0.14 on Ubuntu Hardy with GUI and sync enabled
and it completed fine (and works quite well, thank you very much). However,
I am very interested in javaloader, even at this early stage of it's
development. I attempted to patch the 0.14 source but after building I was
not able to find the bjavaloader binary (so I assume I did something wrong
there). I then downloaded the latest build using git (git clone git://
repo.or.cz/barry.git barry), and noticed the javaloader patch had already
been applied to the source. However, when I attempt to make Barry, I get
this error:
.....
Making all in src
make[4]: Entering directory `/home/USER/temp/barry/gui/src'
g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include   -pthread
-I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
-I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include
-I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include
-I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0
-I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0
-I/usr/include/libglademm-2.4 -I/usr/lib/libglademm-2.4/include
-I/usr/include/libglade-2.0 -I/usr/include/libxml2
-DBARRYBACKUP_GLADEDIR='"/usr/local/share/barry/glade/"'  -ansi -Wall -g -g
-O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc
In file included from BackupWindow.h:25,
                 from main.cc:28:
DeviceIface.h:158: error: expected unqualified-id before '*' token
DeviceIface.h:158: error: expected ',' or '...' before '*' token
DeviceIface.h:166: error: expected unqualified-id before '*' token
DeviceIface.h:166: error: expected ',' or '...' before '*' token
make[4]: *** [main.o] Error 1
make[4]: Leaving directory `/home/USER/temp/barry/gui/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/USER/temp/barry/gui'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/USER/temp/barry/gui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/USER/temp/barry'
make: *** [all] Error 2

Usually make errors are fairly self-explanatory in that they ask for missing
libraries, but this one is beyond me. I understand javaloader is in *very*
early development, but if there's a solution to this, I would be grateful to
hear it. Thanks to all the developers for their time and talent.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to