this tutorialのOpenGLプロジェクトを作成しようとしていますが、自分のプログラムをコンパイルできません。 ここでの問題は、すべてのglfw関数は未定義ですが、glfw3.hに存在するということです。 glfw3ファイルはthe glfw download page(x64バージョン)です。ここで は、ログのコピーです: make
=== SRC ===
src/glad.c s
私はinclude/math.h:379:20: error: expected identifier or '(' before numeric constant エラーは、次の行 extern int __cdecl __isnan (double);
extern int __cdecl __isnanf (float);
extern int __cdecl __isnanl (lon
私はMinGW-w64を使用してXZ Utilsをコンパイルしようとしていましたが、makeを./configure ingの後に実行しようとすると、sigset_tは不明です。 XZ Utilsのバージョンは5.2.3、MinGW-w64はx86_64-7.2.0-posix-seh-rt_v5-rv1です。 In file included from common/common.h:17:0,