[Xquartz-dev] Tiger fixes in 1.4.2-apple24

Jeremy Huddleston jeremyhu at apple.com
Thu Nov 27 19:19:57 PST 2008


Whoops... sorry, try this:

diff --git a/privileged_startx/server.c b/privileged_startx/server.c
index d0356b5..86bfbf5 100644
--- a/privileged_startx/server.c
+++ b/privileged_startx/server.c
@@ -153,7 +153,7 @@ int server_main(const char *dir) {

      mp = launch_data_get_machport(svc);
  #else
-    kr = bootstrap_check_in(bootstrap_port, bname, &mp);
+    kr = bootstrap_check_in(bootstrap_port, "org.x.X11", &mp);
      if (kr == KERN_SUCCESS)
          return mp;


On Nov 27, 2008, at 15:47, Peter Dyballa wrote:

>
> Am 23.11.2008 um 19:32 schrieb Jeremy Huddleston:
>
>> This is triggered by privileged_startx on Leopard, but that doesn't
>> build on Tiger... Try building xinit (you don't need to rebuild
>> everything) with the '--with-launchd' configure option... then let me
>> know how it fails.
>
> Jeremy,
>
> I'm sorry! I read and forgot this paragraph! But since I started to  
> rebuild X11R7.4 to instal directly in /usr/X11 some hours ago and it  
> ran into problems in the updated app/xinit, I re-configured xinit  
> for the first time with '--with-launchd' – but the failure is the  
> same as when without this option:
>
> server.c: In function ‘server_main’:
> server.c:156: error: ‘bname’ undeclared (first use in this function)
> server.c:156: error: (Each undeclared identifier is reported only once
> server.c:156: error: for each function it appears in.)
> server.c: In function ‘do_privileged_startx’:
> server.c:213: error: ‘idle_globals’ undeclared (first use in this  
> function)
> server.c:216: warning: passing argument 1 of ‘fts_open’ from  
> incompatible pointer type
> make[3]: *** [server.o] Error 1
>
> --
> Greetings
>
>  Pete
>
> We also sponsor National Invisible Chronic Illness Awareness Week  
> annually in September.
> Join the millions
>
>
> _______________________________________________
> Xquartz-dev mailing list
> Xquartz-dev at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev



More information about the Xquartz-dev mailing list