Results 1 to 3 of 3

Thread: Problem with mongodb in Qt (Mac)

  1. #1

    Default Problem with mongodb in Qt (Mac)

    I'm trying to compile a program that uses mongodb in Qt on a mac, it has been compiled in windows successfully. But i get som errors:

    Undefined symbols:
    "boost::system::get_system_category()", referenced from:
    __static_initialization_and_destruction_0(int, int)in libmongoclient.a(jsobj.o)

    and many more like that, and then:

    ld: symbol(s) not found
    collect2: ld returned 1 exit status
    make: *** [--program--] Error 1
    Exited with code 2.
    Error while building project --program--
    When executing build step 'Make'

    anyone who knows what is wrong and what to do?

  2. #2

    Default Re: Problem with mongodb in Qt (Mac)

    Any ideas? I have googled it over and over butcan't get it to work.

  3. #3

    Default Re: Problem with mongodb in Qt (Mac)

    The libs are included correctly (I think) but it still have those undefined symbols referenced from libmongoclient.a.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.