simonjwright / coldframe

ColdFrame generates Ada framework code and documentation from UML models.
https://simonjwright.github.io/coldframe
GNU General Public License v2.0
8 stars 1 forks source link

Examples Build Broken #14

Closed AlexProudfoot closed 3 years ago

AlexProudfoot commented 3 years ago

After Update for issue #13, I have the following problem.

gprbuild -p -PSimple_Buttons_Scripting
Setup
   [mkdir]        object directory for project Simple_Buttons_Scripting
Compile
   [Ada]          simple_buttons-scripting.adb
   [Ada]          digital_io.adb
   [Ada]          digital_io-initialize.adb
   [Ada]          digital_io-scripting.adb
   [Ada]          simple_buttons.ads
   [Ada]          simple_buttons-initialize.adb
simple_buttons-button.ads:119:38: "Calendar" not declared in "Project"

   compilation of simple_buttons-initialize.adb failed
simonjwright commented 3 years ago

Yes, that was a stupid error that I blame on elderly eyesight. Also, not building all the examples. And then, simple_buttons-scripting failed because of double initialization .. not so sure it was just the eyesight. Please close this if you’re happy with it