Boost logo

Boost-Build :

Subject: Re: [Boost-build] configuring b2 via appveyor
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2017-12-05 22:34:47


AMDG

On 12/04/2017 08:51 AM, Stefan Seefeld via Boost-build wrote:
>
> I'm trying to fix the appveyor setup for Boost.GIL, where I need to create a
> `user-config.jam` file with entries for third-party libraries libjpeg, libpng,
> libz, and libtiff.
>
> <snip>
> and here is the error this results in:
>
> https://ci.appveyor.com/project/stefanseefeld/gil/build/1.0.109-develop/job/n6yco00602f8pqn7#L974
>
> I'm sure I'm not the first one to attempt to do this (i.e., create a custom
> user-config.jam on appveyor). Can someone see what I'm doing wrong ?
>

  This looks like a permissions issue. You can
either use project-config.jam (b2 finds it in the
current working directory or its parents) or
pass the config file explicitly on the command
line with --user-config=path/to/user-config.jam

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk