CMake fail?

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Thu Jun 5 09:15:23 PDT 2014


Hi Russel!

On Thursday, 5 June 2014 at 05:34:22 UTC, Russel Winder via 
digitalmars-d-ldc wrote:
> I just tried building merge-2.065 but got:
>
> [ 12%] Building CXX object 
> CMakeFiles/ldc2.dir/driver/configfile.cpp.o
> /home/Checkouts/Git/Git/LDC/driver/configfile.cpp:12:25: fatal 
> error:
> libconfig.h++: No such file or directory
>  #include "libconfig.h++"
>                          ^
>
> I am on Debian Sid for this build. I am assuming it is just a
> missing ?-dev package, but shouldn't the CMake Makfiles have a
> dependency check to avoid starting a build without all 
> dependencies in
> place?
>
> This is probably a n00b question, but to date building master 
> has never
> had a problem.
>
> Thanks.

This looks like a problem with your environment. (Wrong path to 
libconfig include dir?) The merge-2.065 branch compiles fine and 
has only some unit tests failures.

Regards,
Kai


More information about the digitalmars-d-ldc mailing list