Csanyi Pal <csanyi...@gmail.com> writes: > Gregory John Casamento <greg_casame...@yahoo.com> writes: > >> Type this on the command line: >> >> . ${GNUSTEP_MAKEFILES}/GNUstep.sh >> >> (this should resolve to >> /usr/GNUstep/System/Library/Makefiles/GNUstep.sh) >> >> This sets up all of the environment variables needed. >> >> Then you should be able to build Gorm and other apps. >> >> GC >> Gregory Casamento -- Principal Consultant - OLC, Inc >> # GNUstep Chief Maintainer > > OK, I'm starting from Beginning. > > Remove directory: > /usr/GNUstep/ > and > /etc/GNUstep/GNUstep.conf > > In the modules directory that I get from SVN repository: > > $ cd modules/core/make > $ ./configure > $ make > $ sudo make install > > $ cd modules/core/make/Documentation > $ make > $ sudo make install > > $ . ${GNUSTEP_MAKEFILES}/GNUstep.sh > > $ cd modules/core/base > $ ./configure > > Now I get an error message: > ./configure: line 1401: gnustep-config: command not found > configure: error: You must have the gnustep-make package installed > and set up the GNUSTEP_MAKEFILES environment variable to contain the > path to the makefiles directory before configuring! > > Why I get this error? > Any advices will be appreciated!
Adam Fedor <fe...@qwestoffice.net> writes: > On Jul 4, 2009, at 1:41 PM, Csanyi Pal wrote: > >> I have downloaded gorm-1.2.10.tar.gz. >> Now, if I try to install it with >> make >> sudo make install >> from it's directory I get error messages: >> >> GNUmakefile:29: /common.make: No such file or directory >> GNUmakefile:181: /aggregate.make: No such file or directory >> GNUmakefile:182: /application.make: No such file or directory >> make: *** No rule to make target `/application.make'. Stop. > > > sudo often removes environment variables for security reasons, so > you might either have to do: > > sudo su > . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh > make install > > > or > > sudo make GNUSTEP_MAKEFILES=/usr/GNUstep/System/Library/Makefiles > install For me the command: sudo make GNUSTEP_MAKEFILES=/usr/GNUstep/System\ /Library/Makefiles install works. Thanks! Now I have tested the GNUstep Build with: $ cd modules/tests/testsuite/ $ ./runtests.sh base --- Running tests in base --- base/NSCalendarDate/test01.m: FAIL: +dateWithString:calendarFormat: works if no time zone is specified FAIL: -addTimeInterval: works on a NSCalendarDate parsed with no timezone 255 COMPLETED 2 FAIL 5070 PASS -----------------* and run an example application: $ cd modules/usr-apps/examples/gui/Calculator $ make $ openapp Calculator.app successfully! I have now installed ProjectCenter and when I run it from bash shell (urxvt) with command: ProjectCenter then I get: 2009-07-06 10:35:16.730 ProjectCenter[7897] Font not found Courier 2009-07-06 10:35:16.733 ProjectCenter[7897] The font specified for NSUserFixedPitchFont, Courier, can't be found. 2009-07-06 10:35:16.764 ProjectCenter[7897] Font not found Courier 2009-07-06 10:35:16.764 ProjectCenter[7897] The font specified for NSUserFixedPitchFont, Courier, can't be found. How can I install Fonts for ProjectCenter? I can run ProjectCenter only from bash shell (I'm using urxvt) but I tried to use in Window Maker the WPrefs to setup the Menu of the runnable Applications without success. I get an error message: Could not execute command: exec ProjectCenter when I try to use my Menu. Why this happen? In ProjectCenter when I Opened an existing Project, and navigate to Interfaces/applicationname.gorm then I try to open it with double mouse click but Gorm wan't start. Why? I can see in urxvt (xterm): 2009-07-06 11:06:39.369 ProjectCenter[7924] category: Interfaces forProject: lptinterface 2009-07-06 11:06:39.370 ProjectCenter[7924] Opening new editor. Editor: ProjectCenter 2009-07-06 11:06:39.372 ProjectCenter[7924] [PCEditor] selected file structure item: lptinterface.gorm -- Regards, Paul Chany _______________________________________________ Bug-gnustep mailing list Bug-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnustep