Re: [CMake] libsndfile in windows

2017-03-23 Thread aishwarya selvaraj
@Johannes Zarl-Zierl PFA . I found this link and tried how its mentioned in it . I was not able to successfully build it using this . Probably you could go though this and we could discuss. On Tue, Mar 21, 2017 at 6:52 PM, Johannes Zarl-Zierl < johannes.zarl-zi...@jku.at> wrote: > On Dienstag, 21

Re: [CMake] libsndfile in windows

2017-03-21 Thread Johannes Zarl-Zierl
On Dienstag, 21. März 2017 15:24:13 CET you wrote: > > Did you try asking on the libsndfile mailing list? > I did .but there was no response . Ok then. > I had written cmakelists.txt to compile and build . > I was able to successfully built it in linux , but in windows I was not > able to do it .

Re: [CMake] libsndfile in windows

2017-03-21 Thread aishwarya selvaraj
I did .but there was no response . I had written cmakelists.txt to compile and build . I was able to successfully built it in linux , but in windows I was not able to do it . Do you have nay leads on that ? On Tue, Mar 21, 2017 at 3:08 PM, Johannes Zarl-Zierl < johannes.zarl-zi...@jku.at> wrote:

Re: [CMake] libsndfile in windows

2017-03-21 Thread Johannes Zarl-Zierl
Hi, On Dienstag, 21. März 2017 10:57:42 CET aishwarya selvaraj wrote: > I'm very new to all this , So Could anyone please guide me on what to do > next . Did you try asking on the libsndfile mailing list? They are more likely to know about the issue you're dealing with. Try here: http://www.meg

[CMake] libsndfile in windows

2017-03-20 Thread aishwarya selvaraj
Hello , To compile my code which uses libsndfile library on windows , i used the cross compiling on linux for windows following the instructions in this : https://github.com/erikd/libsndfile I have cmake_build.sh file . I'm very new to all this , So Could anyone please guide me on what to do next

[CMake] libsndfile in windows

2017-03-07 Thread aishwarya selvaraj
​Hi all , I'm trying to compile a .cpp code of mine using cmake file in all the three platforms. I have successfully completed it in Linux software . when I started to do it in windows I read across multiple documents which mention that ​libsnd file cannot be built on windows using visual studio ,