-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install gmake issue #153
Comments
Thanx for the feedback.
Strange - it found the gmake in the first place - perhaps setting the
paths will help:
export PATH=/QOpenSys/pkgs/bin:$PATH
…On Tue, Nov 12, 2024 at 2:45 PM fcarton ***@***.***> wrote:
Hello Guys,
I would like to try this sexy project but I have an issue when I try to
build the app.
I follow exactly instructions, and the gmake falls into error.
Thank you for your help !
-bash-5.2$ gmake
system -qi "CRTLIB ILEASTIC TYPE(*TEST) TEXT('ILEastic: Programmable applications server for ILE')"
system -qi "CRTBNDDIR BNDDIR(ILEASTIC/ILEASTIC)"
system -qi "ADDBNDDIRE BNDDIR(ILEASTIC/ILEASTIC) OBJ((*LIBL/ILEASTIC))"
system -qi "CHGATR OBJ('headers/*') ATR(*CCSID) VALUE(1208)"
system -q "CRTSRCPF FILE(ILEASTIC/QRPGLEREF) RCDLEN(132)"
system "CPYFRMSTMF FROMSTMF('headers/ileastic.rpgle') TOMBR('/QSYS.lib/ILEASTIC.lib/QRPGLEREF.file/ileastic.mbr') MBROPT(*REPLACE)"
CPC7305: Membre ILEASTIC ajouté au fichier QRPGLEREF de ILEASTIC.
CPCA081: Fichier STREAM copié dans l'objet.
cd noxDB && gmake BIN_LIB=ILEASTIC TARGET_RLS=*CURRENT
qsh: 001-0019 Error found searching for command gmake. No such path or directory.
gmake: *** [makefile:61: noxDB] Error 127
-bash-5.2$
Regards
—
Reply to this email directly, view it on GitHub
<#153>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVIPHXD55B4HAG63BUE2YL2AIBATAVCNFSM6AAAAABRUDHU3WVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2TEMRTHA3DGNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you for your help but not better....same error :(
|
For information, I have solved the problem by running the QSH on the IBMi and not a SSH on my PC. |
Nice workaround - however it must be something in your bash / init set by
the ssh.
All feedback is welcome
…On Wed, Nov 13, 2024 at 5:40 PM fcarton ***@***.***> wrote:
For information, I solve the problem by running the QSH on the IBMi and
not a SSH on my PC.
—
Reply to this email directly, view it on GitHub
<#153 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVIPHTMDXELO5OUJBX2F3D2AN6HPAVCNFSM6AAAAABRUDHU3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZUGE2TGMZYGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Guys,
I would like to try this sexy project but I have an issue when I try to build the app.
I follow exactly instructions, and the gmake falls into error.
Thank you for your help !
Regards
The text was updated successfully, but these errors were encountered: