Jump to content

Gribbly

Members
  • Posts

    4
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Gribbly's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Nope, just went for running it in XP in Parallels....
  2. OK.... Rather than CFLAGS and CXXFLAGS, I used the following modifier to my configure call: LIBS="-framework Carbon" Then, I had to make a change in the ~source/mangos/build/dep/tbb/Makefile I changed $(INSTALL) $(work_dir)/lib*.so* $(DESTDIR)$(libdir) to read $(INSTALL) $(work_dir)/lib*.dyli* $(DESTDIR)$(libdir) I now appear to have a successful build and installation.... on to configuration!
  3. OK, I have removed the CFLAGS and CXXFLAGS arguments from my configure call and now it seems to be compiling correctly..... Is there an issue with those flags? I am running 10.6.4 and have just installed the latest xcode....
  4. Are you sure it is compiling fine?? I have just tried the same - using the same additions to my configure line and see the following for every lib: CXX boss_leotheras_the_blind.lo i686-apple-darwin10-g++-4.2.1: -framework: linker input file unused because linking not done i686-apple-darwin10-g++-4.2.1: Carbon: linker input file unused because linking not done I then get the same error message if I try to install as it never correctly compiles! I am guessing this is caused by one of those "pimped" entries for the configure script.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use