Re: [CMake] How to build CMake so it works on an older Linux?

2018-04-05 Thread Ben Sferrazza
On Thu, Apr 5, 2018 at 12:30 PM, Alexander Neundorf wrote: > On 2018 M04 5, Thu 21:24:40 CEST Alexander Neundorf wrote: > > On 2018 M04 5, Thu 16:15:17 CEST suzuki toshiya wrote: > > > Dear Eric, > > > > > > # if anybody think "how C++11 environment should be prepared > > > #

[CMake] cmake build issue with symlinks and dependencies

2018-03-28 Thread Ben Sferrazza
I'm trying to build libvnc, and I have run into this when building other source code as well. For some reason cmake errors out when checking the dependency of a symlinked file, after executing 'cmake --build .'. I'm not sure I'm even describing that properly. It's best understood by looking at

Re: [CMake] failure to build Cmake to / against non-standard directory under Linux

2018-03-02 Thread Ben Sferrazza
be the case. On Fri, Mar 2, 2018 at 10:04 AM, Ben Sferrazza <bsferra...@avnera.com> wrote: > I have a completely insulated boostrapped toolchain+binaries setup > (located under /home/tools), following much of the Linux From Scratch book, > that has been able to build everythi

[CMake] failure to build Cmake to / against non-standard directory under Linux

2018-03-02 Thread Ben Sferrazza
I have a completely insulated boostrapped toolchain+binaries setup (located under /home/tools), following much of the Linux From Scratch book, that has been able to build everything that I throw at it. Most things just work with a simple --prefix option, as I have also edited the GCC specs file