belahcene wrote:
> Hi,
> 
> I check the code again with new capabilities but there are errors at the 
> compilation step
> 
> 
> [EMAIL PROTECTED]:~$ fltk-config --compile saveCan2.cxx
> g++ -I/usr/local/include -I/usr/include -o saveCan2 saveCan2.cxx -L/usr/lib 
> -L/usr/local/lib /usr/local/lib/libfltk.a -lm -lXext -lX11
> saveCan2.cxx:140:15: warning: multi-character character constant
> bmppix.h:3: error: expected unqualified-id before ‘&&’ token

        These look like copy/paste errors, when you pasted from your news 
reader.

        Check the code on those lines (line 3 in bmppix.h, line 140 in 
saveCan2.cxx)
        in a regular code text editor, to see if you can spot the problem.

        It may be your multi-language environment that's converting ascii 
characters
        into multi-byte characters during copy/paste operations. Make sure you 
paste
        into a regular raw text editor, and not a 'word processor' or 
formatting text editor.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to