You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building [../../src/core/lodepng.cpp]
Building [../../src/core/PolyBasicFileProvider.cpp]
Building [../../src/core/PolyBezierCurve.cpp]
Building [../../src/core/PolyBone.cpp]
Building [../../src/core/PolyCamera.cpp]
Building [../../src/core/PolyClient.cpp]
Building [../../src/core/PolyColor.cpp]
Building [../../src/core/PolyConfig.cpp]
../../src/core/PolyConfig.cpp: In member function ‘const Polycode::String& Polycode::Config::getStringValue(const Polycode::String&, const Polycode::String&) const’:
../../src/core/PolyConfig.cpp:135:10: warning: returning reference to temporary [-Wreturn-local-addr]
return "undefined";
^
Building [../../src/core/PolyCore.cpp]
Building [../../src/core/PolyCoreFileProvider.cpp]
Building [../../src/core/PolyCoreInput.cpp]
make: *** No rule to make target `../../src/core/PolyCoreServices.o', needed by `core'. Stop.
The text was updated successfully, but these errors were encountered:
Hey,
yes the problem is we have not yet updated any other distros than Mac & Windows... coming soon - but if you can't wait have a look at which files have been removed in 4992d52
and remove them from the makefile as well.
@sanghakchun goodbye_cmake...fodinabor:goodbye_cmake is my latest changes.. but I guess it does not affect SDL Core - so you are welcome to send your own PR
I'm on
goodbye_cmake
670e1d11ad
Here's what I did:
Here's the log:
The text was updated successfully, but these errors were encountered: