ggoode.sa wrote:
> On 12/21/08, Benno Senoner <benno.seno...@googlemail.com> 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 followed Andreas' Windows Build Instructions to setup the compile
> environment 
> (http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/*checkout*/web/www.linuxsampler.org/msys.html?rev=HEAD&content-type=text/html)
> It uses the msys shell.
> 
> I'm trying to build the latest CVS version so that I can build the
> latest CVS version of Qsampler and get the max voices option...
> libgig, linuxsampler, and gigedit have all compiled fine.
> 

look, make -f Makefile.mingw will produce this liblscp.a which in turn
you can link to the qsampler win32 build (ie. statically linked).

take note that you'll probably need to tweak the win32/qsampler.pro file
with the path locations of your lscp/*.h header files and liblscp.a
static library. once that is accomplished, it's just a matter of qmake
&& make (under win32 subdir of qsampler)

byee
-- 
rncbc aka Rui Nuno Capela
rn...@rncbc.org

------------------------------------------------------------------------------
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to