I have been building a few QtAda widgets using the gprbuild system. All has
been working fine, including the 'moc' build.
However, something has changed, but as far as I know, there haven't been
any system or install changes since the previous builds.
When I run the command: "gprbuild -v -P radial_plot_moc.gpr" the following
output occurs.
The amoc directory is there and is used when the primary project is build
using its gpr build file.
What could be changed or might be the cause of the error below.
(In the mean time, I have build a hard coded make file to perform the moc
build).
Julianne
file radial_plot_moc.gpr
--------------------------------------------------------------------------------------------
with "qt_gui";
project Radial_Plot_Moc is
for Languages use ("Amoc");
for Object_Dir use "amoc";
for Source_Dirs use (".");
for Source_Files use ("radial_plot.ads");
end Radial_Plot_Moc;
--------------------------------------------------------------------------------------------
result of gprbuild
--------------------------------------------------------------------------------------------
gprbuild -v -P radial_plot_moc
GPRBUILD GPL 2010 (20100603) (x86_64-pc-linux-gnu)
Copyright (C) 2004-2010, Free Software Foundation, Inc.
gprconfig --batch -o
/home/julianne/Projects/qt-ada/plot-widget/amoc/auto.cgpr
--target=x86_64-linux --config=amoc,, --config=ada,,
Creating configuration file:
/home/julianne/Projects/qt-ada/plot-widget/amoc/auto.cgpr
Checking configuration
/home/julianne/Projects/qt-ada/plot-widget/amoc/auto.cgpr
Processing_Naming_Scheme for project "qt_core"
Processing_Naming_Scheme for project "qt_gui"
Processing_Naming_Scheme for project "radial_plot_moc"
Checking /home/julianne/Projects/qt-ada/plot-widget/radial_plot.ads ...
-> dependency file
/home/julianne/Projects/qt-ada/plot-widget/amoc/radial_plot.d does not exist
Changing to object directory
of "Radial_Plot_Moc": "/home/julianne/Projects/qt-ada/plot-widget/amoc/"
AMOC_INCLUDE_PATH =
/home/julianne/Projects/qt-ada/plot-widget:/usr/include/qtada/gui:/usr/include/qtada/core
gprbuild: unable to locate "/home/julianne/Projects/qt-ada/plot-widget/amoc"
--------------------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://box347.bluehost.com/pipermail/qtada-users_lists.qtada.com/attachments/20100820/a89bfbf2/attachment.htm>
_______________________________________________
qtada-users mailing list
[email protected]
http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com