Hello,
today, I´ve run in an error, while using the PB19-Compiler (pbc190.exe) with Jenkins.
Everytime i try to run this command:
pbc190.exe /d "C:\Projekte\CLI-Build-Test\TestApp2\testapp2.pbt" /o "C:\Projekte\executable\testapp2.exe" /pd n
via Jenkins I get the following error from the PB-Compiler:
C:\Projekte\CLI-Build-Test\TestApp2\testapp2.pbt c:\projekte\cli-build-test\testapp2\testapp2.pbl Creating compilation list... Creating c:\projekte\cli-build-test\testapp2\testapp2.pbl(testapp2.sra)... Creating c:\projekte\cli-build-test\testapp2\testapp2.pbl(w_main.srw)... Stage1 for c:\projekte\cli-build-test\testapp2\testapp2.pbl(testapp2.sra)... Stage1 for c:\projekte\cli-build-test\testapp2\testapp2.pbl(w_main.srw)... Stage2 for c:\projekte\cli-build-test\testapp2\testapp2.pbl(testapp2.sra)... Stage2 for c:\projekte\cli-build-test\testapp2\testapp2.pbl(w_main.srw)... Creating compilation list... Stage2 for c:\projekte\cli-build-test\testapp2\testapp2.pbl(testapp2.sra)... Stage2 for c:\projekte\cli-build-test\testapp2\testapp2.pbl(w_main.srw)... Regenerating c:\projekte\cli-build-test\testapp2\testapp2.pbl(testapp2.sra)... Regenerating c:\projekte\cli-build-test\testapp2\testapp2.pbl(w_main.srw)... Rebuild complete. Create of executable file failed Creation of executable failed with a link error
Jenkins gives me the response, that the job was successfully done.
I have no problems running the Compiler (with the same command) from my local machine.
Could you give me an advice, what causes the link error? Shall i use the AutoCompiler via Jenkins?
Best Regards,
Mathias Scheck