You've already forked libadalang
mirror of
https://github.com/AdaCore/libadalang.git
synced 2026-02-12 12:28:54 -08:00
44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
== nosuchgpr.gpr: ==
|
|
|
|
--- BEFORE loading
|
|
Got an exception: ProjectError: fatal error, cannot load the project tree
|
|
error: project file "nosuchgpr.gpr" not found
|
|
<project file search path information>
|
|
|
|
== nosuchtarget.gpr: ==
|
|
|
|
--- BEFORE loading
|
|
Errors while loading nosuchtarget.gpr:
|
|
kb: info: can't find a toolchain for the following configuration: language 'Ada', target 'nosuchtarget', default runtime
|
|
--- AFTER loading
|
|
|
|
Errors:
|
|
kb: info: can't find a toolchain for the following configuration: language 'Ada', target 'nosuchtarget', default runtime
|
|
|
|
== nosuchtarget.gpr: print_errors=False ==
|
|
|
|
--- BEFORE loading
|
|
--- AFTER loading
|
|
|
|
Errors:
|
|
kb: info: can't find a toolchain for the following configuration: language 'Ada', target 'nosuchtarget', default runtime
|
|
|
|
== nosuchtarget.gpr: print_errors=True ==
|
|
|
|
--- BEFORE loading
|
|
Errors while loading nosuchtarget.gpr:
|
|
kb: info: can't find a toolchain for the following configuration: language 'Ada', target 'nosuchtarget', default runtime
|
|
--- AFTER loading
|
|
|
|
Errors:
|
|
kb: info: can't find a toolchain for the following configuration: language 'Ada', target 'nosuchtarget', default runtime
|
|
|
|
== missingdep.gpr: ==
|
|
|
|
--- BEFORE loading
|
|
Got an exception: ProjectError: fatal error, cannot load the project tree
|
|
missingdep.gpr:1:06: error: imported project file "foo.gpr" not found
|
|
<project file search path information>
|
|
|
|
Done
|