2014-09-24 9:55 GMT+02:00 Damien Cassou <damien.cassou@gmail.com>:
On Wed, Sep 24, 2014 at 1:21 AM, Nicolai Hess <nicolaihess@web.de> wrote:
How it comes, this one does not have the libgit2 and libssh2 as dependencies entries in the CMakeLists.txt file?
the job that creates this file execute a different VM Maker recipe:
CogNativeBoostPlugin setTargetPlatform: #Linux32PlatformId.
PharoUnixConfig new addExternalPlugins: #( FT2Plugin SqueakSSLPlugin ); addInternalPlugins: #( UnixOSProcessPlugin ); generateSources; generate.
Check the following for the full script:
https://github.com/pharo-project/pharo-ci/blob/master/ci-jobs/pharo/Pharo-vm...
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Problem solved! Ubuntu 10.04 uses cmake 2.8.0 and for some reason the add_custom_command does not work in that version. I was finally able to build a vm on linux with cmake 2.8.10.2