用nmake编译,提醒fatal error C1083:无法打开包括文件:"time.h" no such file or directory
用nmake编译,提示fatal error C1083:无法打开包括文件:"time.h": no such file or directory
用nmake编译,提示fatal error C1083:无法打开包括文件:"time.h": no such file or directory
有个文件里引用了
#ifndef YAZPP_TIMESTAT_H
#define YAZPP_TIMESTAT_H
#include <time.h>
#include <yaz/yconfig.h>
但是编译时,提示上边的错误。为什么啊?
------解决方案--------------------
看看time.h在哪个目录下,设置头文件搜索路径
------解决方案--------------------
Nmake入门(一)
makefile中怎样指定include头文件的路径??
用nmake编译,提示fatal error C1083:无法打开包括文件:"time.h": no such file or directory
有个文件里引用了
#ifndef YAZPP_TIMESTAT_H
#define YAZPP_TIMESTAT_H
#include <time.h>
#include <yaz/yconfig.h>
但是编译时,提示上边的错误。为什么啊?
------解决方案--------------------
看看time.h在哪个目录下,设置头文件搜索路径
------解决方案--------------------
Nmake入门(一)
makefile中怎样指定include头文件的路径??