Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-05-01 Thread Roger Mc Murtrie
On 01/05/2010, at 11:06 AM, Roger Mc Murtrie wrote: ToolsInterface Designer (Qt Designer) produced only the gps message [2010-05-01 10:41:22] Could not locate executable on path: designer ToolsTranslation Tool (Qt Linguist) produced only the gps message [2010-05-01 10:41:22] Could not

Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-04-30 Thread Roger Mc Murtrie
On 30/04/2010, at 9:15 AM, Stephen Leake wrote: Vadim Godunko godu...@qtada.com writes: On 04/29/2010 12:46 PM, Roger Mc Murtrie wrote: I just realised what's wrong. In gnat/config.cgpr I needed to change for Driver (C++) use /usr/local/ada-4.4/bin/g++; for Driver

Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-04-30 Thread Roger Mc Murtrie
On 30/04/2010, at 11:16 PM, Roger Mc Murtrie wrote: I've just renamed ada-4.4 and done a make clean to see how things go without it. If no adverse effect, I'll try a make distclean and rebuild. The build has progressed a fair way as I send this email. I will let you know the result. With

Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-04-30 Thread Roger Mc Murtrie
On 01/05/2010, at 12:58 AM, Vadim Godunko wrote: If you proceed to example, you can change directory to source and install tools and libraries; then start to use QtAda. I changed to Source and ran sudo make install then tried gps. However, there was no QtAda in the tools menu So I ran sudo

Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-04-30 Thread Roger Mc Murtrie
I have been attempting to build Tutorial t1 from the command line. I have added to my .profile file: ADA_INCLUDE_PATH=/usr/local/include/qtada/core:/usr/local/include/qtada/gui and added /usr/local/lib/qtada:/usr/local/lib:/usr/local/lib to LD_LIBRARY_PATH gnatmake main -largs -lQtAdaCore

Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-04-29 Thread Roger Mc Murtrie
Further to me previous message i have found that: while make fails with: gprbuild -j2 -p -aP../../gnat -aP../../gnat --config=../../gnat/config.cgpr -Psource_core.gpr g++ -c -fPIC -O2 -DQT_SHARED -I/usr/local/Trolltech/Qt-4.6.2/include -I/usr/local/Trolltech/Qt-4.6.2/include/QtCore

Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-04-29 Thread Roger Mc Murtrie
On 29/04/2010, at 10:03 PM, Vadim Godunko wrote: sed -e 's/GNAT 2008/GNAT 6.2/' \ gnat/config.cgpr gnat/config.cgpr.aux \ mv -f gnat/config.cgpr.aux gnat/config.cgpr It fixed value of Toolchain_Version, may be this help you... In gnat/config.cgpr I changed Toolchain_Version (Ada)

Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-04-29 Thread Vadim Godunko
On 04/29/2010 03:08 PM, Roger Mc Murtrie wrote: Well, went well until Making all in web_kit until gprlib QtAdaWebKit.lexch which stopped with ld: file not found: QtDBus.framework/Versions/4/QtDBus locate indicates /Library/Frameworks/QtDBus.framework/Versions/4/QtDBus Hm... Can you send

Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-04-29 Thread Roger Mc Murtrie
On 29/04/2010, at 11:21 PM, Vadim Godunko wrote: On 04/29/2010 03:08 PM, Roger Mc Murtrie wrote: Well, went well until Making all in web_kit until gprlib QtAdaWebKit.lexch which stopped with ld: file not found: QtDBus.framework/Versions/4/QtDBus locate indicates

Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-04-28 Thread Vadim Godunko
On 04/28/2010 08:58 AM, Roger Mc Murtrie wrote: I'll see if I can find 1.3.0, but perhaps theres no GPL version. Source code must be available at libre.adacore.com, it is GPL after all! ___ qtada-users mailing list qtada-us...@box347.bluehost.com

Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-04-28 Thread Roger Mc Murtrie
On 28/04/2010, at 6:44 PM, Vadim Godunko wrote: On 04/28/2010 09:28 AM, Roger Mc Murtrie wrote: OK, I've built gprbuild 1.3.0 from Libre I started with A pristine qtada-gpl-3.1.0-20100408-3724 Still have to use (of course) gprconfig -o gnat/config.cgpr --target=i386-apple-darwin10.2.0

Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-04-28 Thread Vadim Godunko
On 04/28/2010 12:03 PM, Roger Mc Murtrie wrote: Build log of what? of QtAda. source: qt-everywhere-opensource-src-4.6.2 compiler: gcc version 4.2.1 (Apple Inc. build 5659) It should work. ___ qtada-users mailing list

Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-04-28 Thread Roger Mc Murtrie
Missed sending this to the list. Also, I just noticed that the Readme file specifies Qt-4.5.x Whereas I have Qt-4.6.2. Could this be the problem? I notice the configure option --with-qt-prefix is only available to Windows systems. Regards Roger On 28/04/2010, at 9:12 PM, Roger Mc Murtrie wrote:

Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-04-28 Thread Stephen Leake
Roger Mc Murtrie roge...@iinet.net.au writes: In the process I'd forgotten what the bug was that I was to report. The bug that causes you to have to run gprconfig separately, specifying --target. That's a bug in the binary gprbuild that you installed; the default target doesn't match gcc

Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-04-27 Thread Vadim Godunko
On 04/27/2010 03:38 PM, Roger Mc Murtrie wrote: I just tried a new unpack of the QtAda tar file, then ./configure gprconfig -o gnat/config.cgpr --target=i386-apple-darwin10.2.0 --config=ada --config=c++ --batch which produced, as you suggested: Creating configuration file: gnat/config.cgpr

Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-04-27 Thread Vadim Godunko
On 04/27/2010 03:59 PM, Roger Mc Murtrie wrote: On 27/04/2010, at 11:40 PM, Vadim Godunko wrote: On 04/27/2010 03:38 PM, Roger Mc Murtrie wrote: I just tried a new unpack of the QtAda tar file, then ./configure gprconfig -o gnat/config.cgpr --target=i386-apple-darwin10.2.0 --config=ada

Re: [qtada-users] Fwd: Problem building QtAda gpl 3.1.0 on Mac

2010-04-27 Thread Roger Mc Murtrie
Further to my previous post. I don't think the problem is gprbuild, its building a correct gpr file(?); the problem is that GNAT is not interpreting the gpr file correctly? If so, then this is the bug in GNAT? Regards Roger On 28/04/2010, at 11:03 AM, Roger Mc Murtrie wrote: Oops, I think I