Re: [LMMS-devel] Building for Windows

2014-12-30 Thread Tres Finocchiaro
So, I think the 32-bit gcc has some issues on 64-bit windows 8 which may be contributing to my problem... The output was: > %1 is not a valid Win32 application This version of C:\MinGW\mingw32\bin\i686-w64-mingw32-gcc is not compatible > with the version of Windows you're running. Check your co

Re: [LMMS-devel] Building for Windows

2014-12-28 Thread Tres Finocchiaro
Good question. Our windows versions are built against those binaries currently, so I'd be interested in seeing the errors as well as the script you've written... -- Dive into the World of Parallel Programming! The Go Paral

Re: [LMMS-devel] Building for Windows

2014-12-27 Thread Samuel Xifaras
I have just finished writing a batch file that will download various installers for the things needed to build lmms, and I am about to start writing a second one that will download and run the two scripts you wrote and configure mingw for building lmms. However, there seems to be a problem: the

Re: [LMMS-devel] Building for Windows

2014-12-24 Thread Samuel Xifaras
Tres, I just succeeded in generating a mingw Makefile, and it seems to be working a lot better than visual studio... I just set my path to only include the mingw binaries and cmake (so it wouldn't complain about sh in path), and ran cmake. If you need any further info let me know. > On Dec 2

Re: [LMMS-devel] Building for Windows

2014-12-24 Thread Samuel Xifaras
In the notes I sent you, I showed you all the things I downloaded and installed (at least, I think) that have to do with this endeavor. Hopefully I included everything. PS. Mingw-w64 has options for installing both 32 and 64 bit versions, so it is worth looking at. On Dec 24, 2014, at 4:53 P

Re: [LMMS-devel] Building for Windows

2014-12-24 Thread Tres Finocchiaro
> > Yes, power shell has improved, and it does support wildcarding, but I'm > not sure how to use power shell instead of cmd... Also, I'm using mingw-w64 > as I have a 64 bit machine. I'm pretty sure this is slightly different than > mingw. Do you think this has a factor? I'm not that great with

Re: [LMMS-devel] Building for Windows

2014-12-24 Thread Samuel Xifaras
Oh I always thought it would cc the mailing list automatically! How stupid of me. > On Dec 24, 2014, at 4:22 PM, Tres Finocchiaro > wrote: > > PS, I'm actively updating my tutorial here (now has the pkg-config steps): > https://github.com/tresf/lmms/wiki/Compiling-lmms-(on-Windows) > > ... an

Re: [LMMS-devel] Building for Windows

2014-12-24 Thread Samuel Xifaras
Yes, power shell has improved, and it does support wildcarding, but I'm not sure how to use power shell instead of cmd... Also, I'm using mingw-w64 as I have a 64 bit machine. I'm pretty sure this is slightly different than mingw. Do you think this has a factor? I never had to go searching for p

Re: [LMMS-devel] Building for Windows

2014-12-24 Thread Tres Finocchiaro
PS, I'm actively updating my tutorial here (now has the pkg-config steps): https://github.com/tresf/lmms/wiki/Compiling-lmms-(on-Windows) ... and I've started attempting to write a batch file for what we're doing here: https://gist.github.com/tresf/4f63efc981f4b0341156 Also, feel free to keep the

Re: [LMMS-devel] Building for Windows

2014-12-24 Thread Tres Finocchiaro
> > > I saw many errors where *.extension did not exist. It certainly isn't as robust as unix is, but "dir *.extension" should work fine, although this may be "dir" doing the wildcarding, not the command interpreter, I don't know. I'm pretty sure I've done things like "cd C:\my_directory*" and i

Re: [LMMS-devel] Building for Windows

2014-12-23 Thread Tres Finocchiaro
On Dec 23, 2014 11:16 PM, "Samuel Xifaras" wrote: > > I ended up installing the windows version of cmake, and got it to finish configuring, although there are a lot of tricky steps involved (I wrote them down ;). And cmake has produced a visual studio solution file that I can open. Now the challen

Re: [LMMS-devel] Building for Windows

2014-12-23 Thread Tres Finocchiaro
@Samuel, For some reason my msys doesn't come with wget, so I had to install it manually. Also, my msys won't let me use cmake because apparently cmake doesn't want a second "sh" interpreter on the path. Man this is getting complicated! :) Here's my progress so far... Let me know if you see som

Re: [LMMS-devel] Building for Windows

2014-12-22 Thread Tres Finocchiaro
Typo: Assuming the libraries are compatible with *cygwin *perhaps it can get you closer to using cygwin to compile... :) - tres.finocchi...@gmail.com On Mon, Dec 22, 2014 at 4:13 PM, Tres Finocchiaro < tres.finocchi...@gmail.com> wrote: > @Samuel, > > I wrote two bash scripts to fetch and extra

Re: [LMMS-devel] Building for Windows

2014-12-22 Thread Tres Finocchiaro
@Samuel, I wrote two bash scripts to fetch and extract these dependencies... Assuming the libraries are compatible with mingw, perhaps it can get you closer to using mingw to compile... :) https://gist.github.com/tresf/445828d7da04d2cc8d26 First run fetch_ppa.sh, then run extract_debs.sh. -Tres

Re: [LMMS-devel] Building for Windows

2014-12-22 Thread Spekular R
@tresf nope! -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekl

Re: [LMMS-devel] Building for Windows

2014-12-22 Thread Tres Finocchiaro
> > > This would be super useful for me but I'm sure it's hard if not > impossible. @Spekular... Have you used cygwin before? :) - tres.finocchi...@gmail.com On Mon, Dec 22, 2014 at 1:33 PM, Spekular R wrote: > This would be super useful for me but I'm sure it's hard if not impossible. >

Re: [LMMS-devel] Building for Windows

2014-12-22 Thread Spekular R
This would be super useful for me but I'm sure it's hard if not impossible. -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is yo

Re: [LMMS-devel] Building for Windows

2014-12-22 Thread Tres Finocchiaro
> > > Does anyone think it would be worth it for me to find a way (with > Cygwin or Mingw) to build LMMS on windows for debugging? It would make my > life easier, and I'm wondering if it would do the same for anyone else. @Sam, This has been brought up before and I believe those who have tried t

[LMMS-devel] Building for Windows

2014-12-22 Thread Samuel Xifaras
Does anyone think it would be worth it for me to find a way (with Cygwin or Mingw) to build LMMS on windows for debugging? It would make my life easier, and I'm wondering if it would do the same for anyone else. -- Dive

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