On 04/27/2010 02:30 PM, Roger Mc Murtrie wrote:
>>>>
>>> So just edit configure and Makefile; they are much larger than
>>> configure.ac and Makefile.am, but you should be able to find the right
>>> line to edit.
>> In configure.ac,  Makefile.am and Makefile.in and configure
>> I've changed:
>> $GPRCONFIG -o gnat/config.cgpr --config=ada --config=c++ --batch             
>>   (which was hard coded in configure.)
>> to
>> $(GPRCONFIG) -o gnat/config.cgpr --target=i386-apple-darwin10.2.0 
>> --config=ada --config=c++ --batch
I was unable to reconstruct whole discussion, but I can say you don't
need to edit configure/Makefile. Once configure did his job you can just
run gprconfig in desired way from command line. It is rerun from
Makefile after 'clean' of build tree.

So, if you fixed issues with gprbuild, you can unpack QtAda, run
configure, run gprconfig and make. You will have errors, please send log
to me.

_______________________________________________
qtada-users mailing list
[email protected]
http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com

Reply via email to