okay, sports fans ... xpaint was a surprise, it seems quite useful. The Athena scroll bars are not lovely but otherwise, it's maybe as good as Photoshop 3 ?
Anyway, the biggest flaw with it is, the two most common graphics formats are not supported in 2.1.1 Luckily (maybe) other people have continued with xpaint, so newer versions will work on jpegs and png's without conversion.
Looking through the release notes, lots of things fixed (and some screwed up) along the way but at 2.8.16 they forced inclusion of fontconfig. So I figured I'd try 2.8.15. Maybe can butcher the newer ones to get rid of that but for now, this'd be okay.
Everything went lovely until
I think this is a key press ? Several C files include this as well as XK_UP, XK_LEFT, &c &c.
edit: Okay, "fixed" the above by putting
#include < X11/keysym.h >
#include < X11/keysymdef.h >
in the Fatbitsthingy.c file and all the others with similar code. Is that correct ?
This next one looks to be less cooperative tho
One would think this type of thing would be universal in the language, independent of the compiler ?
Anyway, the biggest flaw with it is, the two most common graphics formats are not supported in 2.1.1 Luckily (maybe) other people have continued with xpaint, so newer versions will work on jpegs and png's without conversion.
Looking through the release notes, lots of things fixed (and some screwed up) along the way but at 2.8.16 they forced inclusion of fontconfig. So I figured I'd try 2.8.15. Maybe can butcher the newer ones to get rid of that but for now, this'd be okay.
Everything went lovely until
Code: Select all
cc-1020 cc: ERROR File - fatBitsEdit.c, Line = 781
The identifier "XK_Escape" is undefined
case XK_Escape:
I think this is a key press ? Several C files include this as well as XK_UP, XK_LEFT, &c &c.
edit: Okay, "fixed" the above by putting
#include < X11/keysym.h >
#include < X11/keysymdef.h >
in the Fatbitsthingy.c file and all the others with similar code. Is that correct ?
This next one looks to be less cooperative tho
Code: Select all
cc-1515 cc: ERROR File = fileBrowser.c, Line = 1701
A value of type "int" cannot be assigned to an entity of type "char *"
name_format = index(msgText[IMAGE_FORMATS+j], ' ');
One would think this type of thing would be universal in the language, independent of the compiler ?
Juliet ! the dice were loaded from the start ...