Re: Porting a project to KDE

2020-08-20 Thread Albert Astals Cid
El diumenge, 16 d’agost de 2020, a les 0:01:11 CEST, Francois Blanchette va escriure: > Great observation. I just updated the CmakeLists.txt. I don’t know how > compliant it is right now but at least it compiles and links. > https://github.com/cfrankb/lgck-src/blob/develop/src/lgck-builder/CMakeLi

Re: Porting a project to KDE

2020-08-20 Thread Albert Astals Cid
El dijous, 20 d’agost de 2020, a les 16:40:44 CEST, Francois Blanchette va escriure: > Fixed. I pushed a patch to the develop branch to remove this dependency. Almost works now. It compiles but I'm getting linking errors /usr/bin/ld: CMakeFiles/lgck-builder.dir/home/tsdgeos/lgck-src/src/shared

ANNOUNCE] CMake 3.18.2 available for download

2020-08-20 Thread Robert Maynard
We are pleased to announce that CMake 3.18.2 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ Thanks for your support! - Changes in 3.18.2 since 3.18.1: Alex

Re: Porting a project to KDE

2020-08-20 Thread Francois Blanchette
You are correct. :) References to SDL in the CMakeLists.txt should SDL2. I pushed another patch to develop branch. On 8/20/20, Albert Astals Cid wrote: > El dijous, 20 d’agost de 2020, a les 16:40:44 CEST, Francois Blanchette va > escriure: >> Fixed. I pushed a patch to the develop branch to remo

Re: Porting a project to KDE

2020-08-20 Thread Albert Astals Cid
El dijous, 20 d’agost de 2020, a les 23:53:27 CEST, Francois Blanchette va escriure: > You are correct. :) References to SDL in the CMakeLists.txt should SDL2. > I pushed another patch to develop branch. I've needed this to make it link for me. http://paste.debian.net/1160708/ Cheers, Albert