您的位置:首页 > 运维架构

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

2016-02-20 04:29 579 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: