Re: [Linuxsampler-devel] Compiling liblscp for Windows

2008-12-21 Thread Rui Nuno Capela
ggoode.sa wrote: > On 12/21/08, Benno Senoner wrote: >> strange, I compiled liblscp in the msys shell without problems >> ./configure ; make ; make install >> are you using the DOS shell oder the msys shell ? >> that won't work unless you have some libpthread port available for win32. > > I've

Re: [Linuxsampler-devel] Compiling liblscp for Windows

2008-12-21 Thread ggoode . sa
On 12/21/08, Benno Senoner wrote: > strange, I compiled liblscp in the msys shell without problems > ./configure ; make ; make install > are you using the DOS shell oder the msys shell ? > I've followed Andreas' Windows Build Instructions to setup the compile environment (http://cvs.linuxsample

Re: [Linuxsampler-devel] Compiling liblscp for Windows

2008-12-21 Thread Benno Senoner
strange, I compiled liblscp in the msys shell without problems ./configure ; make ; make install are you using the DOS shell oder the msys shell ? 2008/12/21 ggoode. sa : > Hi Rui, > > Thanks for the reply. I'm a newby when it comes to MinGW/msys. I'm > used to make -f Makefile.cvs | ./configure

Re: [Linuxsampler-devel] Compiling liblscp for Windows

2008-12-20 Thread ggoode . sa
Hi Rui, Thanks for the reply. I'm a newby when it comes to MinGW/msys. I'm used to make -f Makefile.cvs | ./configure | make | make install. Now the Makefile.mingw is in the win32 folder, and running 'make -f Makefile.mingw' doesn't produce a configure file like the .cvs one does, it makes some ob

Re: [Linuxsampler-devel] Compiling liblscp for Windows

2008-12-20 Thread Rui Nuno Capela
ggoode.sa wrote: > Hi, > > Andreas' Windows Build Instructions covers libgig, linuxsampler, and > gigedit. I have successfully compiled the cvs versions of libgig and > linuxsampler (thank you Andreas!) and would now like to compile > liblscp and qsampler from cvs. The ./configure for liblscp seem