LProf not finding assistant on OS/X
Brought to you by:
hvengel
From an OS/X user.
About the help system not being found: Lprof seems to be expecting to find assistant on the path, now, when QT is built on the Mac, assistant is actually packaged as an app bundle (much like Lprof). So what we actually have on the path is assistant.app, the executable would than be assistant.app/Contents/MacOS/assistant. SO Lprof would need to search for asistant.app on the path and when it finds it execute the executable found within the bundle (there might be other ways too, I'm not sure). Note: calling which assistant.app is of no use since which does not locate folders.
Logged In: YES
user_id=1052244
Originator: YES
Possible fix now in CVS. Needs testing.
Logged In: YES
user_id=1052244
Originator: YES
Fix is in CVS.