comp.lang.ada
 help / color / mirror / Atom feed
* How to write gpr files from scratch , example 1, build only one package
@ 2019-11-01 22:04 Alain De Vos
  2019-11-01 22:10 ` Alain De Vos
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Alain De Vos @ 2019-11-01 22:04 UTC (permalink / raw)



https://docs.adacore.com/gprbuild-docs/html/gprbuild_ug/gnat_project_manager.html

I have a file buttonhandler.adb containing :
-- TEST : Connecting via the On_* procedures first method
with GTk...stuff...;
package body buttonhandler is
   procedure On_Button_Click (Button : access Gtk_Button_Record'Class) is
   begin
      Put_line ("Hallo");
   end On_Button_Click;
end buttonhandler;
--------------------------------------------
> Now I write  : my_buttonhandler.gpr contents (as there is no main entry),                                              
with "gtkada.gpr";
project My_buttonhandler is
end My_buttonhandler;
------------------------------------------
Executing :
gprbuild -Pmy_buttonhandler.gpr returns :
Compile
   [Ada]          buttonhandler.adb
buttonhandler.adb:19:14: file "buttonhandler.ads" not found


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-11-02 10:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-01 22:04 How to write gpr files from scratch , example 1, build only one package Alain De Vos
2019-11-01 22:10 ` Alain De Vos
2019-11-02  8:42   ` Dmitry A. Kazakov
2019-11-01 22:26 ` Simon Wright
2019-11-01 22:33   ` Alain De Vos
2019-11-01 22:34     ` Alain De Vos
2019-11-01 23:05       ` Alain De Vos
2019-11-01 22:50     ` Dennis Lee Bieber
2019-11-02 10:13 ` Alain De Vos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox