Hi Nima

> Compiling ShapedWindow.cxx...
> ShapedWindow.cxx:53:35: error: X11/extensions/shape.h: No such file or 
> directory
> ShapedWindow.cxx: In member function ‘virtual void 
> fltk::ShapedWindow::draw()’:
> ShapedWindow.cxx:88: error: ‘ShapeBounding’ was not declared in this scope
> ShapedWindow.cxx:89: error: ‘ShapeSet’ was not declared in this scope
> ShapedWindow.cxx:89: error: ‘XShapeCombineMask’ was not declared in this scope
> make[1]: *** [ShapedWindow.o] Error 1
> make: *** [all] Error 2
>
> what should i do?
>
Make can't find X11/extensions/shape.h. This means that you're missing 
the package libxext-dev. A quick "sudo apt-get install libxext-dev" 
should fix this problem for you!

Regards,
Ben

_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to