ETEngine icon indicating copy to clipboard operation
ETEngine copied to clipboard

Appveyor build fails to generate libraries

Open Illation opened this issue 5 years ago • 3 comments

For some reason vcpkg fails to install 7zip during the setup phase, and therefore cannot download gtkmm and its dependencies. https://ci.appveyor.com/project/Illation/etengine

That said even if that worked it might fail anyway, due to the time it takes to generate the library files during a first time build. Appveyor has a time limit of 1 hour, which may be exceeded by the time the 50 or so dependencies are built.

If it did work, it still isn't ideal, as nobody wants to wait that long to validate a source build and run unit tests.

The best solution would probably be to have a release with all the libraries prebuilt, which appveyor can simply download and then proceed straight towards the engine build instead.

Illation avatar Jan 14 '20 18:01 Illation

you could use a 'compile-farm' to prebuild libraries for windows/linux. openblack does this

  • Link to openblack: https://github.com/openblack/openblack
  • Link to openblack compile-farm: https://github.com/openblack/compile-farm

NeroBurner avatar Jan 23 '20 09:01 NeroBurner

For some reason vcpkg fails to install 7zip during the setup phase

you could update the reference of your vcpkg submodule to the latest release, maybe the old version was removed rendering the link stale

NeroBurner avatar Jan 27 '20 11:01 NeroBurner

Is there any instructions on building the engine within windows with visual studio 2022 or even 2019 for that matter , as VCPKG is still failing.

profbudinga avatar Mar 21 '23 08:03 profbudinga