Hello,
I finally got JUCE to build here on Linux (it actually had some errors in the code itself… don’t know why, but anyway, I fixed them), and also was able to get the example project from the site to build.
So now I want to actually learn how to use JUCE, so I’m trying to compile the Hello World example, and subsequently look at it. I’ve got the #define LINUX in there - the problem is that the code is apparently written for Visual-C++, and will not compile for gcc (?) (this is what my code-savvy friend said when I asked him what he thought the problem was, since I was getting these wierd errors when I tried to compile)
So does anyone have any simple “Hello World” type examples that will compile on Linux? Or any advice? Thanks!