I commited small patch in order to be able to compile using the "./configure --enable-inkboard" option: rev 20788
It looks that the files that I commented out have no effect in the code and are not in use. Could one please investigate in this?
Using this patch inkscape opens the connect dialog. I can not prove that it works because I do not know how to connect.
Thx, Adib. ---
file: src/ui/dialog/Makefile_insert
adib@...2145...:~/Projekte/Inkscape/inkscape_dev/src/ui/dialog$ svn diff Index: Makefile_insert =================================================================== --- Makefile_insert (Revision 20786) +++ Makefile_insert (Arbeitskopie) @@ -1,13 +1,13 @@ ## Makefile.am fragment sourced by src/Makefile.am.
if WITH_INKBOARD -inkboard_dialogs = \ - ui/dialog/whiteboard-connect.cpp \ - ui/dialog/whiteboard-connect.h \ - ui/dialog/whiteboard-sharewithchat.cpp \ - ui/dialog/whiteboard-sharewithchat.h \ - ui/dialog/whiteboard-sharewithuser.cpp \ - ui/dialog/whiteboard-sharewithuser.h +## inkboard_dialogs = \ +## ui/dialog/whiteboard-connect.cpp \ +## ui/dialog/whiteboard-connect.h \ +## ui/dialog/whiteboard-sharewithchat.cpp \ +## ui/dialog/whiteboard-sharewithchat.h \ +## ui/dialog/whiteboard-sharewithuser.cpp \ +## ui/dialog/whiteboard-sharewithuser.h endif
ink_common_sources += \