So it turns out I'm having issues just compiling Qt. Well let me rephrase, I can compile Qt (no errors), however if I try to launch designer after the fact I get this error ...
Designer cannot be opened because of a problem. Check with the developer to make sure Designer works with this version of OS X. You may need to reinstall the application. Be sure to install any available updates for the application and OS X. Clicking Report yields this info ... Application Specific Information: dyld: launch, loading dependent libraries Dyld Error Message: Library not loaded: QtDesignerComponents.framework/Versions/4/QtDesignerComponents Referenced from: /Users/USER/*/Designer.app/Contents/MacOS/Designer Reason: image not found Any ideas on that? Some google searching yielded someone copying all the frameworks to /System/Frameworks/ but it was for a slightly different problem On Tuesday, November 26, 2013 7:26:22 PM UTC-8, Justin Israel wrote: > > Sorry, that error you were getting was because I had a typo in the name of > the env variable: > > DYLD_FALLBACK_FRAMEWORK_PATH > > > > On Tue, Nov 26, 2013 at 10:35 AM, Justin Israel > <[email protected]<javascript:> > > wrote: > >> I think the -D flag is for passing flags into cmake. These would be just >> general flags for the linker so set in the env. Not sure what the issue >> would be then :-/ >> >> >> On Tue, Nov 26, 2013 at 10:19 AM, flavius <[email protected] <javascript:> >> > wrote: >> >>> When I set either of those variables I get a shell error ... >>> >>> dyld: warning, unknown environment variable: DYLD_FRAMEWORK_FALLBACK_PATH >>> >>> did you mean set those when I call cmake e.g. adding flag >>> -DDYLD_FRAMEWORK_FALLBACK_PATH ? >>> >>> I'm wondering if there's just an issue with the Qt I compiled on >>> 10.8.5? I can't even launch the qtdemo after compiling because it >>> complains of an error. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Python Programming for Autodesk Maya" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]<javascript:> >>> . >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/python_inside_maya/897011e3-6896-4d84-964f-91bf84daac9f%40googlegroups.com >>> . >>> >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/40d330b6-b4df-405a-857a-fe81505bc3fa%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
