silvercreekvalley wrote: > Hi, > > After a bit of a struggle :) - I managed to get > gnustep-startup > up and running on a Sun SPARC running Solaris 10. > > Everything compiles up OK as far as I can tell, and it > installs > normally in /usr/GNUstep > > However, if I build Gorm (which also builds and > installs OK) > I get the following when I run openapp > > > bash-3.00$ openapp Gorm.app > /usr/GNUstep/System/Tools/openapp: syntax error at > line 340: `end of > file' unexpected > > Looking at the openapp file, it doesnt seem to have > 340 lines :) >
Most likely what you are missing is just an end of line at the end of the file. Add it manually and things should work. This somehow is a Solaris shell specific problem and I have fixed it in GNUstep SVN about two weeks ago. Cheers, Fred _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
