BuildFactory creates unexecutable binaries - Printable Version +- yab | yet another Basic for HAIKU (https://yab.orgfree.com/forum) +-- Forum: Programming in yab (https://yab.orgfree.com/forum/forumdisplay.php?fid=1) +--- Forum: Help with programs (https://yab.orgfree.com/forum/forumdisplay.php?fid=4) +--- Thread: BuildFactory creates unexecutable binaries (/showthread.php?tid=144) |
BuildFactory creates unexecutable binaries - thaflo - 11-04-2023 Hello, though the buildfactory process goes trough, I can't execute the binary. I'm trying with at nightly build of Haiku. error in line 1 at "=" Do you are able to execute buildet binaries? Greetings, Florian RE: BuildFactory creates unexecutable binaries - bbjimmy - 11-07-2023 For me, buildfactory has failed to build an executable since yab 1.8.1 ---Error in BuildFactory.yab, line 437: stream 1 not open for writing or printing ---Dump: sub DumpProg() called in BuildFactory.yab,437 ---Dump: sub BuildFactory() called in BuildFactory.yab,112 ---Error: Program stopped due to an error RE: BuildFactory creates unexecutable binaries - bbjimmy - 11-14-2023 I am now able to create executable binaries after changing line 434 in BuidFactory.yab to: print "DumpProg("+f$+")" |