David Plans Casal wrote:
However, both setting the sys_guicmd call before the fork _and_ commenting out the call to setuid() fail to get rid of the messages:
14/02/2008 18:13:02 [0x0-0x185185].org.puredata.pd.wish[66305] Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug.
coming up in /var/log/syslog when starting pd
Below are the offending bits of s_inter.c as they stand right now; can anyone see what's wrong with this picture?
*punt*
When __APPLE__ is defined, there is _nothing_ happening between fork() and execl(). So, I give up. It must be something going on inside if wish ...
-- Russell