openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

[actions] Nightly failing - related to make files in building projectGenerator #8156

Closed dimitre closed 1 month ago

dimitre commented 1 month ago

ofRandomDistributions.h is missing ofColor.h when building projectGenerator which is strange.

src/projects/visualStudioProject.cpp
In file included from src/main.cpp:6:
In file included from ../../../libs/openFrameworks/utils/ofUtils.h:19:
../../../libs/openFrameworks/utils/ofRandomDistributions.h:5:10: fatal error: 'ofColor.h' file not found
    5 | #include "ofColor.h"
      |          ^~~~~~~~~~~

for some reason the c++ command invoked is missing the include -I../../../libs/openFrameworks/types

c++ -c -O3 "" -Wall -Werror=return-type -fexceptions -fpascal-strings -mmacosx-version-min=10.15 -std=c17 -fobjc-arc -D__MACOSX_CORE__ -mmacosx-version-min=10.15 -x objective-c++ -std=c++17 -I../../../libs/FreeImage/include -I../../../libs/brotli/include -I../../../libs/brotli/include/brotli -I../../../libs/curl/include -I../../../libs/curl/include/curl -I../../../libs/fmt/include -I../../../libs/fmt/include/fmt -I../../../libs/freetype/include -I../../../libs/freetype/include/freetype -I../../../libs/freetype/include/freetype/config -I../../../libs/freetype/include/freetype/internal -I../../../libs/freetype/include/freetype/internal/services -I../../../libs/glew/include -I../../../libs/glew/include/GL -I../../../libs/glfw/include -I../../../libs/glfw/include/GLFW -I../../../libs/glm/include -I../../../libs/glm/include/glm -I../../../libs/glm/include/glm/ext -I../../../libs/glm/include/glm/simd -I../../../libs/glm/include/glm/detail -I../../../libs/glm/include/glm/gtc -I../../../libs/glm/include/glm/gtx -I../../../libs/json/include -I../../../libs/json/include/nlohmann -I../../../libs/libpng/include -I../../../libs/libpng/include/libpng16 -I../../../libs/openssl/include -I../../../libs/openssl/include/openssl -I../../../libs/pixman/include -I../../../libs/pugixml/include -I../../../libs/tess2/include -I../../../libs/uriparser/include -I../../../libs/uriparser/include/uriparser -I../../../libs/utf8/include -I../../../libs/utf8/include/utf8 -I../../../libs/zlib/include -I../../../libs/openFrameworks -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/math -I./src -I./src/projects -I./src/addons -I./src/utils -I./src/uuidxx -I./src/uuidxx/license -I./src/uuidxx/src -MMD -MP -MF obj/macos/Release/src/projects/visualStudioProject.d -MT obj/macos/Release/src/projects/visualStudioProject.o -o obj/macos/Release/src/projects/visualStudioProject.o -c src/projects/visualStudioProject.cpp

@danoli3 any ideas here?

dimitre commented 1 month ago

closed by https://github.com/openframeworks/projectGenerator/commit/6661249231ce61312405ec213bcb4862e54dca64