Andreas Höschler wrote: > Hi Haim, > >>> Can anybody confirm this and/or has a clue what is going wrong here? >> >> Only confirming that something does work on Solaris: >> I managed to install current GNUstep release on SPARC Solaris 10 >> and got a test application to work. All with just one backend - arts. >> >> I do not have root access to these machines, all as a regular user. > > Thanks a lot for the feedback. I suppose it's some kind of permission > problem. I am just trying to find the location in the GNustep tree where > GSCurrentServer() is defined. This functions returns nil for me when not > being logged in as root!ß :-( >
GSCurrentServer is of course defined in GSDisplayServer in gui, as a quick grep surely has told you already. And the message you are getting comes from NSScreen, where the method screens fails. What surprises me is that this should be the first error message you get. What does NSApplication get in its _init method for the variable srv? The place where things should actually go wrong is the _initXContext of XGServer. Could you please add some debug output to that method and test the results? Cheers, Fred _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
