Hello.
I am struggling about amoc and gprbuild.
In current Situation, Qt4 Build was well. (Labels, Push button..)
But sql example "cached_table" shown error.
First, When I built "cached_table_moc.gpr"
root@ubuntu:/usr/local/examples/qtada/sql/cached_table/gpr#
gprbuild -P cached_table_moc.gpr
Output is,
cached_table_moc.gpr:26:09: warning: no compiler specified for
language "Amoc", ignoring all its sources
gprbuild: no sources to compile.
so I copied "amoc.xml" file to "usr/share/gprconfig"
from "usr/local/share/gprconfig" and rebuild.
Output is,
amoc table_editors.ads
and not shown error.
so I built "cached_table.gpr" in above directory.
Output is,
root@ubuntu:/usr/local/examples/qtada/sql/cached_table# gprbuild -P
cached_table.gpr
gnatgcc -c -g -gnat05 main.adb
main.adb:23:06: file "qt_ada-application.ads" not found
main.adb:28:06: file "qt4-dialog_button_boxes.ads" not found
main.adb:28:06: "Table_Editors (spec)" depends on "Qt4.Dialog_Button_Boxes
(spec)"
main.adb:28:06: "Table_Editors (spec)" depends on "Qt4.Dialogs (spec)"
main.adb:28:06: "Table_Editors (spec)" depends on "Qt4.Dialogs.Directors
(spec)"
main.adb:28:06: "Table_Editors (spec)" depends on "Qt4.Push_Buttons (spec)"
main.adb:28:06: file "qt4-widgets.ads" not found
main.adb:28:06: "Main (body)" depends on "Table_Editors (spec)"
main.adb:28:06: "Table_Editors (spec)" depends on "Qt4.Widgets (spec)"
gprbuild: *** compilation phase failed
Could you say this problem?
without "moc", another example is very well.
_______________________________________________
qtada-users mailing list
[email protected]
http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com