discuss-gnustep
[Top][All Lists]
Advanced

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

gnustep make on MacOSX


From: Andreas Höschler
Subject: gnustep make on MacOSX
Date: Sun, 27 Jun 2010 19:46:41 +0200

Hi all,

I am trying to build a bundle on MacOSX 10.6.3 using gnustep make and am getting the following "missing required architecture x86_64 " error:

administrators-macbook-pro:SOFrontBaseBundle ahoesch$ make
This is gnustep-make 2.2.0. Type 'make print-gnustep-make-help' for help.
Making all for bundle SOFrontBaseBundle...
 Linking bundle SOFrontBaseBundle ...
ld: warning: in /Library/Frameworks//FBAccess.framework/FBAccess, missing required architecture x86_64 in file
Undefined symbols:
  "_OBJC_CLASS_$_FBBlobHandle", referenced from:
      __objc_classrefs__DATA@0 in SOFrontBaseDatabaseChannel.m.o
  "_OBJC_CLASS_$_FBExecHandler", referenced from:
      __objc_classrefs__DATA@0 in SOFrontBaseDatabaseChannel.m.o
      __objc_classrefs__DATA@0 in SOFrontBaseHostChannel.m.o
  "_OBJC_CLASS_$_FBPasswordDigest", referenced from:
      __objc_classrefs__DATA@0 in SOFrontBaseDatabaseChannel.m.o
  "_OBJC_CLASS_$_FBDatabaseConnection", referenced from:
      __objc_classrefs__DATA@0 in SOFrontBaseDatabaseChannel.m.o
  "_OBJC_CLASS_$_FBNull", referenced from:
      __objc_classrefs__DATA@0 in SOFrontBaseDatabaseChannel.m.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [/Build/SOFrontBaseBundle.bundle/Contents/MacOS/SOFrontBaseBundle] Error 1
make[1]: *** [internal-bundle-run-compile-submake] Error 2
make: *** [SOFrontBaseBundle.all.bundle.variables] Error 2
administrators-macbook-pro:SOFrontBaseBundle ahoesch$

FBAccess has been installed as part of teh FrontBase package and the framework is actually working (FrontBaseManager.app wrks and this app requires FBAccess).

What can I do?

Thanks a lot,

 Andreas





reply via email to

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