Solve error: Cannot open include file: 'X11/Xlocale.h': No such file or directory

When you use FLTK with VS2010, you may get the error: fatal error C1083: Cannot open include file: 'X11/Xlocale.h': No such file or directory.

The way to solve this is quite simple, just add the following line before '#include <FL/Fl.H>'

#define WIN32
上一篇:django无法同步数据库 Error loading MySQLdb module: No module named ‘MySQLdb‘


下一篇:Error loading MySQLdb module: No module named 'MySQLdb'----------- django成功连接mysql数据库的方法