Re: [Faudiostream-devel] Generating standalone Windows application on Linux

2016-06-01 Thread Kjetil Matheussen
I just looked at the faust2jaqt script. I didn't know that it produced a complete executable. The first thing you should do is to change the definition of QMAKE, on line 19, like this: -QMAKE=$(which qmake-qt4 || echo qmake) +QMAKE=mingw64-qmake-qt4 (or mingw32-qmake-qt4 if you want 32 bit execu

Re: [Faudiostream-devel] Generating standalone Windows application on Linux

2016-06-01 Thread Julius Smith
Hi Jingjie, Search /usr/local/bin/faust2jaqt (for example) for "rm" and comment that out to keep the temporary files around. - Julius On Tue, May 31, 2016 at 9:07 AM, Jingjie Zhang wrote: > > Hello, Kjetil! > > > Thank you for your advice! > > I have installed the MXE on my Ubuntu today, and I

Re: [Faudiostream-devel] Generating standalone Windows application on Linux

2016-06-01 Thread Jingjie Zhang
Hi, Kjetil! Currently I am still trying to figure out the principle. When I start to implement, I will do more things based on terminal and post what I get if not successful. I am a little confused right now. Why is g++ involved? I thought MXE is dealing with the qt program files generated

Re: [Faudiostream-devel] Generating standalone Windows application on Linux

2016-06-01 Thread Kjetil Matheussen
Hi, I meant the "-I" option for g++ not for faust. If you post the input and output you get from the terminal, we can probably help you much more efficiently. On Tue, May 31, 2016 at 6:51 PM, Jingjie Zhang wrote: > > Hi, Kjetil! > > > Thanks for quick reply! > > I tried it on an old version of