[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #24665] projectcenter adds subdirectories to the _OBJC_FILES
From: |
Sebastian Reitenbach |
Subject: |
[bug #24665] projectcenter adds subdirectories to the _OBJC_FILES |
Date: |
Mon, 27 Oct 2008 20:06:05 +0000 |
User-agent: |
Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.67 (like Gecko) SUSE |
URL:
<http://savannah.gnu.org/bugs/?24665>
Summary: projectcenter adds subdirectories to the
_OBJC_FILES
Project: GNUstep
Submitted by: buzzdee
Submitted on: Mon 27 Oct 2008 08:06:04 PM GMT
Category: ProjectCenter
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
Hi,
just tested projectCenter 0.5.0.
I created an application project, more or less following the video from
nicola, generating the calculator.
trying to build the application fails for the following reason:
# gmake
This is gnustep-make 2.0.6. Type 'make print-gnustep-make-help' for help.
Making all for app Calcul...
gmake[1]: *** No rule to make target `obj/obj', needed by
`Calcul.app/./Calcul'. Stop.
gmake: *** [Calcul.all.app.variables] Error 2
because in the GNUMakefile the following can be found:
#
# Class files
#
Calcul_OBJC_FILES = \
AppController.m \
obj \
Resources \
CalculatorController.m
removing the lines obj and Resources manually and compiling on the console
works.
This is on openbsd 4.4 i386, with these packages installed:
gnustep-back-0.14.0 GNUstep gui backend
gnustep-base-1.16.3 GNUstep base library
gnustep-gorm-1.2.6 GORM: Graphical Object Relationship Modeller
gnustep-gui-0.14.0 GNUstep gui library
gnustep-make-2.0.6 GNUstep makefile package
gnustep-projectcenter-0.5.0 GNUstep ProjectCenter
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?24665>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #24665] projectcenter adds subdirectories to the _OBJC_FILES,
Sebastian Reitenbach <=