|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Installation of GNUstep Back failed. gnustep-startup-0.23.0Hi,
I'm trying to install GNUstep on my Debian GNU/Linux Lenny, without success. I used the command: $ sudo ./InstallGNUstep Here is the log file: Then I come to mind that I have a Hungarina locale settings and did on Bash shell: export LC_ALL=C and run again: $ sudo ./InstallGNUstep and the installation failed again: find: `/usr/GNUstep/Local/Library/Libraries/gnustep-gui/Versions': No such file or directory --------------------------------------------------------- Installation of GNUstep Back failed. Send the /debian-adatok-1\ /Programozas/GNUstepRendszer/Letoltesek/GNUstepStartup\ /gnustep-startup-0.23.0/build/logs.tar.gz file to bug-gnustep@... for help --------------------------------------------------------- Here is the second log file: I want to install GNUstep on my Debian Lenny system to Develop Applications in Obj-C! Please help me to solve this problem. PS.: I tried to install GNUstep following the advices in INSTALL files when I downloaded gnustep tar.gz files from http://wiki.gnustep.org/index.php/User_Guides GNUstep Howto but without any success. I tried also to install it from Debian packages but then I get an old GNUstep installation with bugs, I think. It don't works well enough. -- Regards, Paul Chany _______________________________________________ Bug-gnustep mailing list Bug-gnustep@... http://lists.gnu.org/mailman/listinfo/bug-gnustep _______________________________________________ Bug-gnustep mailing list Bug-gnustep@... http://lists.gnu.org/mailman/listinfo/bug-gnustep |
|
|
Re: Installation of GNUstep Back failed. gnustep-startup-0.23.0I think it did install fine. The problem is that there appears to be a previous installation of GNUstep that forced startup to install in a different location that it didn't know about (/opt/GNUstep).
There are already Debian GNUstep packages, so perhaps those were already installed. You could try again, removing the /etc/GNUstep/GNUstep.conf file, so Startup will be able to install in it's own location. On Jul 3, 2009, at 2:12 AM, Csanyi Pal wrote:
_______________________________________________ Bug-gnustep mailing list Bug-gnustep@... http://lists.gnu.org/mailman/listinfo/bug-gnustep |
|
|
Installation of gorm-1.2.10 failedAdam Fedor <fedor@...> writes:
> I think it did install fine. The problem is that there appears to > be a previous installation of GNUstep that forced startup to install > in a different location that it didn't know about (/opt/GNUstep). > > There are already Debian GNUstep packages, so perhaps those were > already installed. > > You could try again, removing the /etc/GNUstep/GNUstep.conf file, so > Startup will be able to install in it's own location. I did so and the Startup installation was successfully. I have now installed: GNUstep Make: 2.2.0 GNUstep Base: 1.19.1 GNUstep Gui/Back: 0.17.0 I edited .bashrc file: mcedit .bashrc # GNUstep . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh and because I'm using gdm to start X Window I edited .gnomerc file too: mcedit .gnomerc # GNUstep . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh 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. Why? How can I solve this problem? Any advices will be appreciated! -- Regards, Paul Chany _______________________________________________ Bug-gnustep mailing list Bug-gnustep@... http://lists.gnu.org/mailman/listinfo/bug-gnustep |
|
|
Re: Installation of gorm-1.2.10 failedOn 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 _______________________________________________ Bug-gnustep mailing list Bug-gnustep@... http://lists.gnu.org/mailman/listinfo/bug-gnustep |
|
|
Re: Installation of gorm-1.2.10 failedAdam Fedor <fedor@...> 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@... http://lists.gnu.org/mailman/listinfo/bug-gnustep |
| Free embeddable forum powered by Nabble | Forum Help |