首页 > 其他 > 详细

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

时间:2016-02-20 07:01:37      阅读:814      评论:0      收藏:0      [点我收藏+]

 

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

 

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

原文:http://www.cnblogs.com/grandyang/p/5202588.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!