PBAutobuild log
- New
- Issue
-
Riccardo Pasqualetti
- PowerBuilder
- Tuesday, 7 October 2025 06:31 AM UTC
I tried to compile my application with PBAutobuild, but it failed. Looking at the log, I found a whole series of errors.
But the strange thing is that they're actually all warnings except one, but PBAutobuild marks them as errors. In fact, if I launch the compilation from Powerbuilder, the same messages appear in the warnings tab. And in the errors tab, I only have one. However, for PBautobuild, they're all errors. This, in my opinion, is wrong and can waste time because we'll be looking for errors that aren't actually there.
Here's an example:
From Powerbuilder
16:46:48 [Warning] Library: C:\Program Files (x86)\Jenkins\workspace\MakingONE_8_8_22_X64\Compile_0808_22\m_appl.pbl
16:46:48 [Warning] Object: w_systemerror
16:46:48 [Warning] Object Variable Declarations
16:46:48 [Warning] (0001): Information C0146: The identifier 'w_systemerror' conflicts with an existing global variable with this name. The new definition of 'w_systemerror' will take precedence and the prior value will be ignored until this version of 'w_systemerror' goes out of scope.
From PBAutobuild:
12:30:10 [Error] Library: C:\Program Files (x86)\Jenkins\workspace\DEPSOL_8_8_22_X64\Compile_0808_22\m_appl.pbl
12:30:10 [Error] Object: w_systemerror
12:30:10 [Error] Object Variable Declarations
12:30:10 [Error] (0001): Information C0146: The identifier 'w_systemerror' conflicts with an existing global variable with this name. The new definition of 'w_systemerror' will take precedence and the prior value will be ignored until this version of 'w_systemerror' goes out of scope.
Is this difference in behavior intentional or is it a bug?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.