From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a5e:df04:: with SMTP id f4mr980246ioq.16.1545477609374; Sat, 22 Dec 2018 03:20:09 -0800 (PST) X-Received: by 2002:aca:4eca:: with SMTP id c193mr62715oib.7.1545477609195; Sat, 22 Dec 2018 03:20:09 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.215.MISMATCH!k10no152417itk.0!news-out.google.com!v141ni206ita.0!nntp.google.com!q69no152299itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 22 Dec 2018 03:20:08 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=124.171.140.153; posting-account=3BDb0woAAAAxEpy0UNGOioOboBRjpqqT NNTP-Posting-Host: 124.171.140.153 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3a57a111-4538-417e-bcde-6b10ff0c3fe1@googlegroups.com> Subject: Re: Announce : Qt5Ada version 5.12.0 release 21/12/2018 free edition From: rogermc@iinet.net.au Injection-Date: Sat, 22 Dec 2018 11:20:09 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:55102 Date: 2018-12-22T03:20:08-08:00 List-Id: Mac OSX 10.13.6 XCode 10.1 I built the library with out problem. However, 01.Introduction to QT5 toolkit/SimpleExample compiles OK but the= link fails with: Undefined symbols for architecture x86_64: "_QApplication_create", referenced from: _qt__qapplication__qapplication_create__2 in libQtada_Lib.a(qt-qappli= cation.o) "_QApplication_destroy", referenced from: _qt__qapplication__qapplication_invoke in libQtada_Lib.a(qt-qapplicat= ion.o) _qt__qapplication__qapplication_invoke__2 in libQtada_Lib.a(qt-qappli= cation.o) and many more undefined symbols. My gpr file is: with "../../../../qt5adasrc/qt5ada.gpr"; project Simple is for Source_Dirs use ("SimpleExample"); for Object_Dir use "obj"; for Main use ("mywindow.adb"); package Linker is for Switches ("ada") use ("-F/Applications/Qt5/5.12.0/clang_64/lib", = "-framework", "QtWidgets", "-framework", "QtCore", "-framework", "QtGui", "= -framework", "DiskArbitration", "-framework", "IOKit", "-framework", "QtMac= Extras", "-framework", "OpenGL", "-framework", "AGL", "-L/Ada_Source/AdaStu= dio/qtada/qt5adax86-64/usr/local/lib", "-lqt5c", "-L/Ada_Source/AdaStudio/q= tada/lib", "-lQtada_Lib"); end Linker; end Simple; Any help appreciated, Roger