Replies: 2 comments 2 replies
-
After some debugging, I've somewhat solved my problem, but found an odd inconsistency with creating Rules.mk file using Source Orbit.
If I can figure out the inconsistency of adding dependencies, I'll be closer to getting my team to move from SEU to VS Code! Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@worksofliam A correction - there's no inconsistency.
Do you still require an issue or does the latest update (which I'll have to wait for the VS Code extension) cover this? Thanks for all you do! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I migrated source from our IBM i to local folder, then tried to compile an RPGLE program which had a fair number of dependencies.
One file used by the program is a Logical File - which failed compiling because neither the Rules.MK nor the Makefile noticed a dependency on the PF.
The files in my explorer are:
This is in Rules.mk:
WAKE011L01.FILE: wake011l01.lf
This is in Makefile
$(PREPATH)/WAKE011L01.FILE: QSRC/wake011l01.lf
Any help?
Beta Was this translation helpful? Give feedback.
All reactions