我正在尝试通过命令行通过MinGW编译Google测试,但是当我尝试使用命令编译时
gcc -I D:\gtest -I D:\gtest\include -I D:\gtest\include\gtest src\gtest_main.cc src\gtest-all.cc
它抛出错误
Gtest.cc:812: error: 'gettimeofday' was not declared in this scope
我通过Visual Studio成功编译,所以我猜这不是代码中的错误。有没有其他人遇到过这个问题并且知道解决方案?
答案 0 :(得分:4)
<time.h> and <sys/time.h>
是两个不同的包含