On Friday 18 January 2013 Jan, Sebastien Leon wrote:
> Hi,
> 
> I wrote this basic demo of libMyPaint as a small mini project (using Qt
> 4.8).
> It is far from being complete but I think it is a good start...
> I obviously need some help to improve it and make it useful for other
> guys like me who would like to use libMyPaint in their application...
> (Qt code is very simple, so it could be easily ported to other toolkits)
> 
> No need to say that any feed-back and advise are very welcome ! (for an
> example, TabletPen is coded but I do not have one for now...)
> 
> You can download the mini-project here :
> http://sebastienleon.com/info/libmypaint/Demo.zip
> 
> Here is a screenshot of it :
> http://sebastienleon.com/info/libmypaint/Demo.png
> 
> Have a look to the README file for details...

Looks interesting -- I'm looking into libmypaint for inclusion in Krita as well 
(as a hobby project) so I got your zipfile. I've got a compile error in the 
c-jason library ,though, which I didn't look into yet:


gcc -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DQT_NO_DEBUG 
-DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. 
-I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -IminiQtProject 
-Ilibmypaint -Ic-json -IminiQtProject/temp/moc -o 
miniQtProject/temp/obj/json_object.o c-json/json_object.c
c-json/json_object.c: In function ‘json_object_boolean_to_json_string’:
c-json/json_object.c:338:16: warning: unused parameter ‘level’ 
[-Wunused-parameter]
c-json/json_object.c:339:13: warning: unused parameter ‘flags’ 
[-Wunused-parameter]
c-json/json_object.c: In function ‘json_object_int_to_json_string’:
c-json/json_object.c:379:27: error: expected ‘)’ before ‘PRId64’
c-json/json_object.c:374:63: warning: unused parameter ‘jso’ 
[-Wunused-parameter]
c-json/json_object.c:376:12: warning: unused parameter ‘level’ 
[-Wunused-parameter]
c-json/json_object.c:377:12: warning: unused parameter ‘flags’ 
[-Wunused-parameter]
c-json/json_object.c: In function ‘json_object_get_int’:
c-json/json_object.c:415:16: error: ‘INT32_MIN’ undeclared (first use in this 
function)
c-json/json_object.c:415:16: note: each undeclared identifier is reported only 
once for each function it appears in
c-json/json_object.c:417:21: error: ‘INT32_MAX’ undeclared (first use in this 
function)
c-json/json_object.c: In function ‘json_object_double_to_json_string’:
c-json/json_object.c:463:15: warning: unused parameter ‘level’ 
[-Wunused-parameter]
c-json/json_object.c:464:12: warning: unused parameter ‘flags’ 
[-Wunused-parameter]
c-json/json_object.c: In function ‘json_object_string_to_json_string’:
c-json/json_object.c:502:15: warning: unused parameter ‘level’ 
[-Wunused-parameter]
c-json/json_object.c:503:12: warning: unused parameter ‘flags’ 
[-Wunused-parameter]
make: *** [miniQtProject/temp/obj/json_object.o] Error 1

> 
> Best regards !
> 
> PS : Any  unofficial "MyPaint dev meeting" at FOSDEM :-) ? Some of you
> guys are coming ?
> 

I'll be at fosdem on Saturday, not sure where exactly, except that it won't be 
at the presentations. I've got a couple of meetings. The people from the libre 
graphics meeting should be at fosdem as well.

-- 
Boudewijn Rempt
http://www.valdyas.org, http://www.krita.org, http://www.boudewijnrempt.nl

_______________________________________________
Mypaint-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-discuss

Reply via email to