well in codefiles.txt is just something like that:
#===============================
# Core data classes
#
NovaMind-ObjC_OBJC_FILES += \
NMEnclosedGraphic.m \
NMHyperlink.m \
NMMapBranch.m \
NMMapBranchPublicInterface.m \
NMMapBranchUtils.m \
NMAngleAndPointHolder.m \
NMAttachedTextCategory.m \
NMBranchBounds.m \
NMCustomBranchShapeDefinition.m \
NMFlexiBranchTransformedCharacter.m \
NMInterpolatedColor.m \

#===============================
this work very well to make tools.
it's just library I can't build, for some reason...


----- Original Message ----- From: "Richard Frith-Macdonald" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, May 10, 2005 4:58 PM
Subject: Re: GNUmakefile... continued... a given problem



On 2005-05-10 07:30:34 +0100 Lloyd Dupont <[EMAIL PROTECTED]> wrote:

So I kind of heuristically try this GNUmakefile for my library:
#=====================================
include $(GNUSTEP_MAKEFILES)/common.make

LIBRARY_NAME = NovaMind-ObjC

ADDITIONAL_OBJCFLAGS += -Wno-import -g -ggdb
ADDITIONAL_LIB_DIRS += -Llibrary
ADDITIONAL_OBJC_LIBS += -lxml2 -larchive1 -lgnustep-gui

# include  source files list
include codefiles.txt

include $(GNUSTEP_MAKEFILES)/library.make

#=====================================

However when I tryed to compile it (my library), under GNUstep/Window/MSYS shell, I get this error:
$ make -f NovaMind.make Making all for library NovaMind-ObjC...
make[1]: *** No rule to make target `internal-library-all'. Stop.
make: *** [NovaMind-ObjC.all.library.variables] Error 2


gnn...
I looked into Instance/library.make
but I was not able to understand what's missing...

any clues?

What is in codefiles.txt?
You need to specify the ObjC file names to be compiled ... I can't see why you put them in codefiles.txt rather than inline in the makefile. Nothing in the makefile jumps out at me as a problem, so my guess is that the problem is in codefiles.txt.




_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep



_______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to