Hi,
Since our browser plugin, created with juce 1.53, doesn’t work on Lion in both safari and firefox even with build target set to 10.7, I’m hoping upgrading to juce 2.0 will do the trick. However, until now I’ve failed to upgrade because I get error after error.
In my last attempt, I simply copied the “browser plugin demo” project and added my code to it. Before I added my code to it, it did compile. Adding my code gave some simple fixable errors like the return value for getJavaScriptObject() apparently is now not “const var …” anymore, but “var…”. Also, I used #include “JuceHeader.h” instead of the old #include “juce_IncludeBrowserPluginInfo.h” in some different files.
When i try to compile, it gives me the following error :
NSObjCRuntime.h : Parse issue, expected unqualified-id.
This file is included indirectly included in Juce_BasicNativeHeaders.h (which uses <Cocoa/Cocoa.h>).
This is just one of the many errors. The next is about Unknown type name NSString, etc etc.
Since I’m totally noob in using a mac and also building stuff on a mac, I have no clue.
Does anyone have an idea what can be wrong and how to fix it ?
Thx
