Visual Studio 2010 Pro and Linux IDEs

Building and customizing Audacity from the source code.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
bgravato
Posts: 2098
Joined: Wed Jan 13, 2010 8:56 pm
Operating System: Linux Debian

Visual Studio 2010 Pro and Linux IDEs

Post by bgravato » Tue Apr 12, 2011 8:50 pm

Topic split from here: http://forum.audacityteam.org/viewtopic ... 19&t=55264
Edgar wrote:@ Steve -- After installing Linux and using it for the first time last month (at your request) I agree that (after learning the ins-and-outs of package management) the first compile of both wxWidgets and Audacity was a breeze. However, thereafter the lack of an IDE on Linux for Audacity makes life miserable!
There are a few IDE's for Linux, though maybe not as "powerful" as visual studio.

My last (and only as far as I can remember) experience with an IDE in Linux for C/C++ programming was with anjuta and that was many years ago... It didn't look that bad... Though I'm not used to using IDE's so my opinion won't count much...
I rarely work on projects as large as audacity (or any graphical apps for that matter), so the only "IDE" I use is usually Vim...

Anyways, I was hoping that in the last few years anjuta and the other IDE's (IIRC there was KDevelop for KDE or something like that) would have evolved for something more interesting... I might be wrong though...
Include as much details as you can in your post (Audacity version, Operating System, Equipment used, etc).
Please post your question in the appropriate forum (regarding audacity version and operating system).

Edgar
Forum Crew
Posts: 2043
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

Re: Visual Studio 2010 Pro

Post by Edgar » Tue Apr 12, 2011 9:54 pm

I tried Anjuta and KDE (settled on KDE because it's debugger better suited me) and they "work" but as there is no current Audacity project/solution for either (I saw a VERY old project somewhere) it would be many hours (if not days) of work setting up an Audacity project/solution with all the dependencies and header locations. I ended up doing all the work in VC++ then e-mailing the new files to my Linux box for compiling! I will say that compiling on Linux is WAY faster than on Windows!

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Visual Studio 2010 Pro

Post by steve » Tue Apr 12, 2011 10:22 pm

Edgar wrote: thereafter the lack of an IDE on Linux for Audacity makes life miserable!
I'm not a programmer so I can't speak with any authority on that subject, but I've seen similar criticisms of Linux in the field of music production and it seems to come down to a difference in mind set between Linux and Windows.

The fashion on Windows for music production is to have one monstrously big program that rips CDs, edits audio, sequences midi, synthesizes sounds, has virtual instruments, sample banks, lots of built in effects, burns CDs, produces score notation, manages music and sample libraries, costs $1000's and takes over the computer.

For a virtual Linux studio you would generally have one small application for ripping CDs, another for editing audio, another for midi sequencing..... and tie the whole lot together with Jack. Each application dedicated to doing one job really well.

It seems to me that this is similar to the question of IDEs. Windows has few development tools built into it, so to develop on windows you need to obtain a full suite of tools, which generally comes in one monstrous application called Visual Studio, whereas Linux already has many of the necessary tools built into it and additional specialised tools can be added as and if required.

My apologies if this has wandered too far off topic.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

bgravato
Posts: 2098
Joined: Wed Jan 13, 2010 8:56 pm
Operating System: Linux Debian

Re: Visual Studio 2010 Pro

Post by bgravato » Tue Apr 12, 2011 10:26 pm

steve wrote:My apologies if this has wandered too far off topic.
Shall we split this into a new topic?
Include as much details as you can in your post (Audacity version, Operating System, Equipment used, etc).
Please post your question in the appropriate forum (regarding audacity version and operating system).

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Visual Studio 2010 Pro and Linux IDEs

Post by steve » Tue Apr 12, 2011 10:42 pm

9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply