[cmake-developers] Compiling CMake 3.6.1 fails on Raspbian Jessie

2016-09-05 Thread Cristian Adam
Hi, Compiling CMake for Raspberri Pi (Raspbian Jessie) used to work simply as: ./bootstrap make sudo make install with CMake 3.6.1, build fails with: make [ 3%] Built target cmsys [ 3%] Built target cmsysTestDynload [

Re: [cmake-developers] Compiling CMake 3.6.1 fails on Raspbian Jessie

2016-09-05 Thread Cristian Adam
On Mon, Sep 5, 2016 at 10:33 PM, Brad King <brad.k...@kitware.com> wrote: > On 09/05/2016 04:01 PM, Cristian Adam wrote: > > [ 62%] Built target cmjsoncpp > [snip] > > [ 93%] Linking CXX executable ../bin/cmake > > libCMakeLib.a(cmGlobalGenerator.cxx.o):

Re: [cmake-developers] Compiling CMake 3.6.1 fails on Raspbian Jessie

2016-09-06 Thread Cristian Adam
On 06-Sep-16 14:26, Brad King wrote: On 09/05/2016 04:39 PM, Cristian Adam wrote: On Mon, Sep 5, 2016 at 10:33 PM, Brad King wrote: Something goes wrong with finding some of the symbols in it, such as some from `json_value.cpp`. $ ar t Utilities/cmjsoncpp/libcmjsoncpp.a json_reader.cpp.o

Re: [cmake-developers] Compiling CMake 3.6.1 fails on Raspbian Jessie

2016-09-07 Thread Cristian Adam
On Tue, Sep 6, 2016 at 9:13 PM, Brad King <brad.k...@kitware.com> wrote: > On 09/06/2016 02:39 PM, Cristian Adam wrote: > > Who should have noticed that the two object files were empty and try a > > new compilation? CMake or make? > > Nothing. This is not a

Re: [cmake-developers] Undocumented command line flags (-H, -B) why?

2018-01-16 Thread Cristian Adam
There was an attempt to document them: https://www.mail-archive.com/cmake-developers@cmake.org/msg16693.html I don't know why it wasn't a pull request on gitlab though. Cheers, Cristian. On Tue, Jan 16, 2018 at 1:10 PM, Eric Noulard wrote: > Hi there, > > I came

[cmake-developers] cmake_format

2018-02-07 Thread Cristian Adam
Hi, I don't remember seeing this tool advertised on the CMake mailing lists: https://github.com/cheshirekow/cmake_format/tree/master/cmake_format *cmake-format can format your listfiles nicely so that they don't look like crap.* Cheers, Cristian. -- Powered by www.kitware.com Please keep

[cmake-developers] Qt 6 buildsystem support requirements

2018-07-21 Thread Cristian Adam
Hi, Here's an email thread from the Qt's Development mailing list, that you might find interesting: http://lists.qt-project.org/pipermail/development/2018-July/033100.html >From my point if view it would be so awesome if Qt6 would use CMake. CopperSpice , the famous

[cmake-developers] CMake Server and the "Language Server Protocol" support [Qt Creator 4.8 / Visual Studio Code]

2018-10-17 Thread Cristian Adam
Hi, With the announcement of Qt Creator 4.8 Beta we can see that it supports Microsoft's Language Server Protocol . How far is CMake from having such support in server mode?

Re: [cmake-developers] Trojan in latest release

2019-03-21 Thread Cristian Adam
Also worth mentioning that Virustotal has nothing on both 32 and 64 bit files: https://www.virustotal.com/gui/file/913b231e189824b679b60d9c9d45549bb047866431cd023afbb0b9d10e579279/detection

Re: [cmake-developers] Trojan in latest release

2019-03-22 Thread Cristian Adam
On Thu, Mar 21, 2019 at 7:40 PM Brad King via cmake-developers < cmake-developers@cmake.org> wrote: > On 3/21/19 2:01 PM, kevin wrote: > > I have not actually seen the file, because windows defender is > > preventing the download from completing. > > I just tried using MS Edge on an up-to-date

[cmake-developers] Hunter [CMake/C++] Package Manager: To be or not to be

2019-07-24 Thread Cristian Adam
Hi, For those of you who use Hunter for package management with CMake, its maintainer has issued a call for support to keep it alive or take over its maintainership: https://github.com/ruslo/hunter/issues/1921 Hunter is different than vcpkg and Conan, it uses only CMake to do the package