Hello all,
since building frameworks on Wndows did not work for me (known to be
broken) I tried my luck with a library. However, I got the same error.
Here is my current make file for a very simple test library with only
one class.
include $(GNUSTEP_MAKEFILES)/common.make
GNUSTEP_BUILD_DIR = /Build/FaxServiceFoundation
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
LIBRARY_NAME = libFaxServiceFoundation
libFaxServiceFoundation_HEADER_FILES = FaxServiceProtocol.h
FaxServiceFoundation.h
libFaxServiceFoundation_HEADER_FILES_INSTALL_DIR = FaxServiceFoundation
libFaxServiceFoundation_OBJC_FILES = FaxServiceFoundation.m
libFaxServiceFoundation_C_FILES =
libFaxServiceFoundation_LIBS += -lobjc -lgnustep-base
include $(GNUSTEP_MAKEFILES)/library.make
What can be wrong here. I still get the appended error message. Thanks!!!