Re: [LMMS-devel] Building for Windows on Ubuntu 14.04

2014-06-09 Thread Tres Finocchiaro
> > Under "Prerequisites": I'm not sure that "Fulfill all requirements listed > in the Compiling lmms page" point is needed, as the mingw packages are > versions of those packages for cross compiling purposes. > Thanks. Fixed. (diff here

Re: [LMMS-devel] Building for Windows on Ubuntu 14.04

2014-06-09 Thread Raine M. Ekman
Quoting Tres Finocchiaro : > I'm stuck here: >> *$ for MINGW in mingw32-x mingw64-x ; do> sudo apt-get install $MINGW-qt >> $MINGW-sdl $MINGW-libvorbis \ $MINGW-fluidsynth $MINGW-stk $MINGW-glib2 >> $MINGW-portaudio \ $MINGW-libsndfile $MINGW-fftw $MINGW-flac $MINGW-fltk >> \ $MINGW-libsample

Re: [LMMS-devel] Building for Windows on Ubuntu 14.04

2014-06-09 Thread I'm Umcaruje
I also post my builds at this G drive folder - https://drive.google.com/folderview?id=0B49dcRGtm8vJcV9LU0xqZW81QjQ&usp=drive_web I do them every two weeks or so. Best regards, Uroš On 9 June 2014 17:35, Tres Finocchiaro wrote: > Ok, these steps worked terrific! They have been published on o

Re: [LMMS-devel] Building for Windows on Ubuntu 14.04

2014-06-09 Thread Tres Finocchiaro
Ok, these steps worked terrific! They have been published on our official GitHub wiki here: https://github.com/LMMS/lmms/wiki/Compiling-lmms-(Windows) I've tailored the steps for Ubuntu 12.04 and kept the specific 14.04 steps as additional notations. Windows users, you may try out 1.0.91 here:

Re: [LMMS-devel] Building for Windows on Ubuntu 14.04

2014-06-09 Thread Tres Finocchiaro
@Raine, I'm stuck here: > > > > > > > *$ for MINGW in mingw32-x mingw64-x ; do> sudo apt-get install $MINGW-qt > $MINGW-sdl $MINGW-libvorbis \ $MINGW-fluidsynth $MINGW-stk $MINGW-glib2 > $MINGW-portaudio \ $MINGW-libsndfile $MINGW-fftw $MINGW-flac $MINGW-fltk > \ $MINGW-libsamplerate $MINGW

Re: [LMMS-devel] Building for Windows on Ubuntu 14.04

2014-06-07 Thread Stian Jørgensrud
Then someone else knows how to build for Windows! And now we can start to discuss who will build the RC versions before LMMS 1.1 and when. I suggest as soon as possible, because Vesa has expressed that the last functionality enhancement has been made and now only bugfixes stand in our way. -- Vi

Re: [LMMS-devel] Building for Windows on Ubuntu 14.04

2014-06-06 Thread Vesa
On the github wiki, there's a setting: > > Restrict editing to users in teams with push access only. > > Public wikis will still be readable by everyone. > -- Learn Graph Databases - Download FREE O'Reilly Book "

Re: [LMMS-devel] Building for Windows on Ubuntu 14.04

2014-06-06 Thread Lukas W.
I remember Toby saying that it was Jonathan who restricted write access to the wiki. Maybe reach out to him? ... 2014-06-06 15:02 GMT+02:00 Tres Finocchiaro : > > (re chmod u+x) maybe we could assume a developer knows that without >> being told > > > There are some way to do the chmod with CMa

Re: [LMMS-devel] Building for Windows on Ubuntu 14.04

2014-06-06 Thread Tres Finocchiaro
> > > (re chmod u+x) maybe we could assume a developer knows that without > being told There are some way to do the chmod with CMake (either via copy or via shell command -- I've had to do it for the apple stuff), but f

Re: [LMMS-devel] Building for Windows on Ubuntu 14.04

2014-06-06 Thread Raine M. Ekman
Quoting Tres Finocchiaro : > A wiki is probably the best place, even if it needs feedback. > > Attached is a quick github translation of it. > > Here's a working copy of it: > https://github.com/tresf/lmms/wiki/Compile-lmms-Windows Looks like we duplicated some effort: https://github.com/softrabb

Re: [LMMS-devel] Building for Windows on Ubuntu 14.04

2014-06-05 Thread Raine M. Ekman
Quoting I'm Umcaruje : > That manual basicly covers it all up, very nicely written! I would just add > that you should do chmod u+x on both the scripts, otherwise it wont run > (happened on my Xubuntu 14.04). Oh yeah, that possibility didn't occur to me. OTOH, maybe we could assume a developer k

Re: [LMMS-devel] Building for Windows on Ubuntu 14.04

2014-06-05 Thread I'm Umcaruje
Hi, That manual basicly covers it all up, very nicely written! I would just add that you should do chmod u+x on both the scripts, otherwise it wont run (happened on my Xubuntu 14.04). Also I do have to run the script twice for it to work, but I dont have to run make twice, since I dont get any erro

Re: [LMMS-devel] Building for Windows on Ubuntu 14.04

2014-06-05 Thread Tres Finocchiaro
A wiki is probably the best place, even if it needs feedback. Attached is a quick github translation of it. Here's a working copy of it: https://github.com/tresf/lmms/wiki/Compile-lmms-Windows - tres.finocchi...@gmail.com On Thu, Jun 5, 2014 at 7:51 AM, Raine M. Ekman wrote: > Quoting Tres F

Re: [LMMS-devel] Building for Windows on Ubuntu 14.04

2014-06-05 Thread Raine M. Ekman
Quoting Tres Finocchiaro : > Fantastic! Can you wikify this on your own github and then we can bring it > over to the official page once proper access has been granted? Sure, right after some QA. If anyone can spot errors or anything, please share :) I'm especially confused by the need to run

Re: [LMMS-devel] Building for Windows on Ubuntu 14.04

2014-06-05 Thread Tres Finocchiaro
Fantastic! Can you wikify this on your own github and then we can bring it over to the official page once proper access has been granted? -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the defi

[LMMS-devel] Building for Windows on Ubuntu 14.04

2014-06-05 Thread Raine M. Ekman
Getting this to work involves a few points where one might choose the wrong path, so here's a little something about building for Windows. Maybe there should be a wiki page on the subject? Many thanks to Umcaruje for a few crucial hints! ### Installing packages for cross compiling # Toby h