• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Using Boost C++ library in Xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using Boost C++ library in Xcode


  • Subject: Re: Using Boost C++ library in Xcode
  • From: Ivan C Myrvold <email@hidden>
  • Date: Thu, 13 Sep 2007 18:35:11 +0200

I changed my "Header Search Paths" to "/usr/local/include/boost-1_34_1", but gets the same result.
In building debug mode, it builds ok, but building in release mode, I get errors:

Building target “boost_example2” of project “boost_example2” with configuration “Release” — (1 error, 2 warnings)
Checking Dependencies     cd /Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2
    /usr/bin/gcc-4.0 -x c++ -arch ppc -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -Wreturn-type -Wunused-variable -fmessage-length=0 -mtune=G5 -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.4 -I/Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/build/boost_example2.build/Release/boost_example2.build/boost_example2.hmap -mdynamic-no-pic -F/Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/build/Release -I/Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/build/Release/include -I/Users/imyrvold/Documents/Tansa/cpp/boost_1_34_1 -I/Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/build/boost_example2.build/Release/boost_example2.build/DerivedSources -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/main.cpp -o /Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/build/boost_example2.build/Release/boost_example2.build/Objects-normal/ppc/main.o
    cd /Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2
    /usr/bin/gcc-4.0 -x c++ -arch i386 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -Wreturn-type -Wunused-variable -fmessage-length=0 -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.4 -I/Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/build/boost_example2.build/Release/boost_example2.build/boost_example2.hmap -mdynamic-no-pic -F/Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/build/Release -I/Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/build/Release/include -I/Users/imyrvold/Documents/Tansa/cpp/boost_1_34_1 -I/Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/build/boost_example2.build/Release/boost_example2.build/DerivedSources -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/main.cpp -o /Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/build/boost_example2.build/Release/boost_example2.build/Objects-normal/i386/main.o

....

boost::re_detail::cpp_regex_traits_implementation<char>::transform_primary(char const*, char const*) const
/Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/build/boost_example2.build/Release/boost_example2.build/Objects-normal/i386/main.o reference to undefined boost::re_detail::cpp_regex_traits_implementation<char>::lookup_collatename(char const*, char const*) const
/Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/build/boost_example2.build/Release/boost_example2.build/Objects-normal/i386/main.o reference to undefined boost::re_detail::cpp_regex_traits_implementation<char>::lookup_classname_imp(char const*, char const*) const
/Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/build/boost_example2.build/Release/boost_example2.build/Objects-normal/i386/main.o reference to undefined boost::re_detail::cpp_regex_traits_implementation<char>::transform(char const*, char const*) const
/Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/build/boost_example2.build/Release/boost_example2.build/Objects-normal/i386/main.o reference to undefined boost::cpp_regex_traits<char>::get_catalog_name_inst()::s_name
/Users/imyrvold/Documents/Tansa/cpp/testprojects/boost_example2/build/boost_example2.build/Release/boost_example2.build/Objects-normal/i386/main.o reference to undefined boost::re_detail::cpp_regex_traits_implementation<char>::init()::null_string
collect2: ld returned 1 exit status
Build failed (1 error, 2 warnings)

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Using Boost C++ library in Xcode
      • From: Thomas Engelmeier <email@hidden>
    • Re: Using Boost C++ library in Xcode
      • From: Paul Walmsley <email@hidden>
References: 
 >Using Boost C++ library in Xcode (From: Ivan C Myrvold <email@hidden>)

  • Prev by Date: Re: Using Boost C++ library in Xcode
  • Next by Date: Re: Using Boost C++ library in Xcode
  • Previous by thread: Re: Using Boost C++ library in Xcode
  • Next by thread: Re: Using Boost C++ library in Xcode
  • Index(es):
    • Date
    • Thread