Results 1 to 14 of 14

Thread: Weird compiler errors

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Ljubljana
    Posts
    687
    Thanks
    111
    Thanked 4 Times in 4 Posts
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Weird compiler errors

    Hi to all, I must recompile som source tree under debian 3.1 unstable/testing, gcc 3.3.6! When i issue and ./configure, i get:
    Qt Code:
    1. make[4]: Entering directory `/home/frelihm/projects/Qtopia/PopupMenu/source/fonav/services/gtalk/libjingle-0.3.0/talk/base'
    2. if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. -DPOSIX -g -O2 -MT [...] openssladapter.cc; \
    3. then mv -f ".deps/openssladapter.Tpo" ".deps/openssladapter.Plo"; else rm -f ".deps/openssladapter.Tpo"; exit 1; fi
    4. openssladapter.cc: In member function `bool
    5. cricket::OpenSSLAdapter::SSLPostConnectionCheck(SSL*, const char*)':
    6. openssladapter.cc:651: error: invalid conversion from `unsigned char**' to `
    7. const unsigned char**'
    8. openssladapter.cc:653: error: invalid conversion from `unsigned char**' to `
    9. const unsigned char**'
    10. openssladapter.cc: In static member function `static SSL_CTX*
    11. cricket::OpenSSLAdapter::SetupSSLContext()':
    12. openssladapter.cc:775: error: invalid conversion from `unsigned char**' to `
    13. const unsigned char**'
    14. make[4]: *** [openssladapter.lo] Error 1
    15. make[4]: Leaving directory `/home/frelihm/projects/Qtopia/PopupMenu/source/fonav/services/gtalk/libjingle-0.3.0/talk/base'
    16. make[3]: *** [all-recursive] Error 1
    17. make[3]: Leaving directory `/home/frelihm/projects/Qtopia/PopupMenu/source/fonav/services/gtalk/libjingle-0.3.0/talk'
    18. make[2]: *** [all-recursive] Error 1
    19. make[2]: Leaving directory `/home/frelihm/projects/Qtopia/PopupMenu/source/fonav/services/gtalk/libjingle-0.3.0'
    20. make[1]: *** [all] Error 2
    21. make[1]: Leaving directory `/home/frelihm/projects/Qtopia/PopupMenu/source/fonav/services/gtalk/libjingle-0.3.0'
    22. make: *** [libjingle] Error 1
    To copy to clipboard, switch view to plain text mode 
    Under gcc 3.3.5 and fedora 4 the identical source tree compiles without errors. Does enyone has some idea what to do?

    I use qtopia 2.2.0 on debian 3.1 and gcc 3.3.6!
    Last edited by jacek; 10th June 2006 at 11:29. Reason: shortened the quote, so it doesn't break the page layout
    Qt 5.3 Opensource & Creator 3.1.2

Similar Threads

  1. Linker Errors
    By MarkoSan in forum Qt Programming
    Replies: 5
    Last Post: 7th March 2006, 18:30
  2. Qt 4.1.0 - static examples run with errors!
    By Elder Orb in forum Qt Programming
    Replies: 1
    Last Post: 12th January 2006, 09:40

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
  •  
Qt is a trademark of The Qt Company.