[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #16109] Impossible to build nib2gmodel
From: |
Adam Fedor |
Subject: |
Re: [bug #16109] Impossible to build nib2gmodel |
Date: |
Thu, 16 Mar 2006 17:14:11 -0700 |
On 2006-03-16 16:19:59 -0700 Quentin Mathé <savannah-bounces@gnu.org> wrote:
>
> Follow-up Comment #2, bug #16109 (project gnustep):
>
> ok, thanks Adam. That should be mentioned in INSTALL document I think.
> As a side note, I have observed an issue a bit similar with 'Startup' module:
> I cannot use it anymore in a working copy of the repository to build GNUstep
> core (as I was accustomed to do in the past).
Well it might be different now as you have to checkout startup and core
separately, and if you check out core as part of modules/devmodules, you might
have something like this:
./modules/core
./startup
in which case you need to make a link so startup can find the core directory:
ln -s modules/core core
or perhaps I could update the script to look for core in modules or devmodules.
> Back to my initial problem…
> I downloaded the package and it builds fine on Mac OS X.
> However I have another error now when I try to install the built product:
> make:
> /Users/qmathe/Desktop/nib2gmodel-0.11.0/usr/local/System/Makefiles/mkinstalldirs:
> Command not found
> make: [install] Error 127 (ignored)
> /usr/bin/install -c -m 0755 test gui/Model/obj/nib2gmodel /usr/local/bin
> install: test: Inappropriate file type or format
> make: *** [install] Error 71
That is very odd. How did 'test' get there? Can you look at the GNUmakefile
and GNUmakefile.in and try to figure out if it is there. Did you get nib2gmodel
from SVN or from the tar.gz?