bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installation of gorm-1.2.10 failed


From: Csanyi Pal
Subject: Re: Installation of gorm-1.2.10 failed
Date: Mon, 06 Jul 2009 11:07:46 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Adam Fedor <fedor@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]