trouble locally reproducing koji build error

Andreas Schwab schwab at redhat.com
Mon Jul 19 08:15:43 UTC 2010


John5342 <john5342 at gmail.com> writes:

> Well the problem is obvious.

Very obvious, indeed.

> The line in the test program should be:
>
> boost::program_options::variables_map dummy()
>
> and not:
>
> boost::program_options::variables_map::variables_map dummy()
>
> I however know very little about autotools (and don't intend on ever
> learning either) so how to actually fix it is another matter.

A trivial grep.

define([testprog], [AC_LANG_PROGRAM([#include <boost/program_options.hpp>],
                                   [boost::program_options::variables_map::variables_map dummy()])])

Andreas.

-- 
Andreas Schwab, schwab at redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84  5EC7 45C6 250E 6F00 984E
"And now for something completely different."


More information about the devel mailing list