Re: [CMake] -DCMAKE_BUILD_TYPE=Release breaks build process

2017-03-02 Thread Alan W. Irwin
On 2017-03-02 13:01+0100 Bernhard Seckinger wrote: Basically it's (works) /usr/bin/gdc -I.. -fversion=slang -oCMakeFiles/starbattle.dir/__/puzzle -c /home/berni/Croco/Entwicklung/Croco/types/puzzle.d [...] /usr/bin/gdc CMakeFiles/starbattle.dir/starbattle CMakeFiles/starbattle.dir/starbat

Re: [CMake] libsndfile in winodws

2017-03-02 Thread Dave Flogeras
On Thu, Mar 2, 2017 at 9:14 AM, Dave Flogeras wrote: > > Just my 0.02, but if I recall Eric doesn't (or didn't) support building > directly on Windows. > > Pardon me, that should be Erik -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.or

Re: [CMake] libsndfile in winodws

2017-03-02 Thread Dave Flogeras
On Thu, Mar 2, 2017 at 8:47 AM, aishwarya selvaraj < aishwaryaselvaraj1...@gmail.com> wrote: > @Dan Liew > Thanks for your feedback. > Yes I was trying to proceed in that direction . > Did you find any links which could be useful ? > could you kindly share them ? > Thanks > > Running a `configure`

Re: [CMake] libsndfile in winodws

2017-03-02 Thread aishwarya selvaraj
@Dan Liew Thanks for your feedback. Yes I was trying to proceed in that direction . Did you find any links which could be useful ? could you kindly share them ? Thanks On Thu, Mar 2, 2017 at 5:08 PM, Dan Liew wrote: > On 2 March 2017 at 12:07, aishwarya selvaraj > wrote: > > Hi all , > > I was

Re: [CMake] libsndfile in winodws

2017-03-02 Thread Dan Liew
On 2 March 2017 at 12:07, aishwarya selvaraj wrote: > Hi all , > I was trying to build my .cpp file in windows in Windows platform (windows > 10) using cmake . > My .cpp file makes use of two external libraries 1)armadillo 2)libsnd file. > I have written a corresponding cmakelist.txt to compile an

[CMake] libsndfile in winodws

2017-03-02 Thread aishwarya selvaraj
Hi all , I was trying to build my .cpp file in windows in Windows platform (windows 10) using cmake . My .cpp file makes use of two external libraries 1)armadillo 2)libsnd file. I have written a corresponding cmakelist.txt to compile and obtain the binary . I was successful in doing so in Linux , w

Re: [CMake] -DCMAKE_BUILD_TYPE=Release breaks build process

2017-03-02 Thread Bernhard Seckinger
Hi Jan, > just a general idea as how to approach this: > - make a clean cmake directory and try again, or at least remove the > CMakeCache.txt I'm allready doing this all the time... :-) > - if you use the make generator, add -DCMAKE_VERBOSE_MAKEFILE=ON when > calling cmake to know what exactly

Re: [CMake] -DCMAKE_BUILD_TYPE=Release breaks build process

2017-03-02 Thread Konstantin Tokarev
02.03.2017, 13:58, "🐋 Jan Hegewald" : > Hi Berni, > >>  On 2 Mar 2017, at 10:12, Bernhard Seckinger >> wrote: > > ... >>  but when I try to build with >>  -DCMAKE_BUILD_TYPE=Release the linker complains about missing functions. > > ... >>  Maybe you can give me some ideas on how to proceed? > >

Re: [CMake] -DCMAKE_BUILD_TYPE=Release breaks build process

2017-03-02 Thread 🐋 Jan Hegewald
Hi Berni, > On 2 Mar 2017, at 10:12, Bernhard Seckinger wrote: ... > but when I try to build with > -DCMAKE_BUILD_TYPE=Release the linker complains about missing functions. ... > Maybe you can give me some ideas on how to proceed? ... just a general idea as how to approach this: - make a clean c

[CMake] -DCMAKE_BUILD_TYPE=Release breaks build process

2017-03-02 Thread Bernhard Seckinger
Hi all, I'm relatively new to cmake and tried to use it for one of my projects. Meanwhile I've got a working version, but when I try to build with -DCMAKE_BUILD_TYPE=Release the linker complains about missing functions. I guess, that this happens, because all the files are compiled separately and