QBPE 3.6.0 compiler error - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://staging.qb64phoenix.com/forumdisplay.php?fid=3) +---- Forum: Help Me! (https://staging.qb64phoenix.com/forumdisplay.php?fid=10) +---- Thread: QBPE 3.6.0 compiler error (/showthread.php?tid=1562) |
RE: QBPE 3.6.0 compiler error - Kernelpanic - 03-21-2023 Quote:Kernelpanic suggested adding something like "D:\Programs\mingw64\bin" . . . You misunderstood something there. Add this path to the compiler to the Windows path, as shown in the screenshot. Quote:however, QB64PE does not contain a \mingw64\ folder with a \bin\ directory. Yes, the supplied compiler is here: "Programs\qb64*\internal\c\c_compiler\bin" But that doesn't matter now. There won't work anymore, only a "tabula rasa" will help. Completely delete the whole installation of QB64pe! Then clean new start, new luck. Copy the whole unzipped QB64pe folder to D:\Programs. Now right-click qb64pe.exe and drag it to the desktop, in the selection click: "Create shortcut here." Now it's on the desktop. Now start the IDE and under RUN select "Output EXE in source folder". Complete. - Now it has to work! RE: QBPE 3.6.0 compiler error - SMcNeill - 03-21-2023 (03-21-2023, 04:28 PM)SMcNeill Wrote: I'm guessing it's a permission issue. Instead of: Try this simple fix and let us know what happens. RE: QBPE 3.6.0 compiler error - madscijr - 03-21-2023 (03-21-2023, 04:30 PM)SMcNeill Wrote:(03-21-2023, 04:28 PM)SMcNeill Wrote: I'm guessing it's a permission issue. Instead of: Thanks for your reply, and apologies - I should have explained that it isn't literally "{username}". I just dropped that in as a place holder, because I don't want to post my actual username (e.g. joeblow). I'll try the "C:\Code\QB64PE\" when i'm back at the PC! RE: QBPE 3.6.0 compiler error - madscijr - 03-22-2023 (03-21-2023, 04:30 PM)SMcNeill Wrote:(03-21-2023, 04:28 PM)SMcNeill Wrote: I'm guessing it's a permission issue. Instead of: OK, finally had a minute to try this. First I deleted the QB64PE folder under my \Documents\Code\ folder, then I removed all those folders from the Windows system path. Then I went to and downloaded which I extracted to
I tried running the IDE
I closed QB64PE, and added the whitelist with these steps:
I ran the IDE again
Code: (Select All) cls I pressed F5, and once again got a compile error. Clicking the error message opens "compilelog.txt" in Notepad++, with these contents: Code: (Select All) internal\c\c_compiler\bin\c++.exe -w -std=gnu++11 -DGLEW_STATIC -DFREEGLUT_STATIC -Iinternal\c\libqb/include -Iinternal\c/parts/core/src/ -Iinternal\c/parts/core/glew/include/ -DDEPENDENCY_NO_SOCKETS -DDEPENDENCY_NO_PRINTER -DDEPENDENCY_NO_ICON -DDEPENDENCY_NO_SCREENIMAGE internal\c/libqb.cpp -c -o internal\c/libqb_make_00000000000000.o Any suggestions? RE: QBPE 3.6.0 compiler error - mnrvovrfc - 03-22-2023 I wish those people in charge of MinGW straightened out how they name their stuff. What is "mingw32-make"? This seems to be the 32-bit edition of "make" utility. If you're on a 64-bit system then all programs without exception are supposed to be 64-bit. Nothing which is 32-bit should get in the way. So this might be a fault with the packaging of QB64PE. Also, Scooby-Doo and gang, solve the mystery of "-auxbase-strip" switch that other time... I don't know why you're getting these errors. I haven't upgraded to Windows11 so I wouldn't know how using that system is like. But in the few times I've gone into Windows in the past six months and used QB64PE I didn't have these problems. I was able to use the 64-bit edition apart from the 32-bit edition. I had to use the 32-bit edition only for eoredson's SICK64, that was the only reason for it to exist. This is after one of my laptops which is over 15 years old finally had its hard drive die with WindowsXP in it. RE: QBPE 3.6.0 compiler error - Kernelpanic - 03-22-2023 Quote:c++.exe: error: CreateProcess: No such file or directory One might almost assume that the compiler cannot write to the folder. Why all the security mumbo-jumbo? I have never experienced anything like it. Totally screwed up! Maybe someone else knows how to get out of there. . . without completely reinstalling the system. Funeralopolis! RE: QBPE 3.6.0 compiler error - Jack - 03-22-2023 (03-22-2023, 04:31 PM)madscij Wrote: Any suggestions? what for? you ignore it anyway, keep going in circles, I don't care RE: QBPE 3.6.0 compiler error - bplus - 03-22-2023 What I would do: Delete all previous 3.6 download attempts. Download fresh. Extract to your Desktop where you don't need setup permissions to use. Do not white list. Run the QB64pe.exe from your Desktop. But I don't know what you did with Windows security, I'd try and undo it if the above does not work. RE: QBPE 3.6.0 compiler error - bplus - 03-22-2023 Wow it takes 3 minutes to download now!?? RE: QBPE 3.6.0 compiler error - madscijr - 03-23-2023 (03-21-2023, 03:32 PM)Jack Wrote: hello madscijr Jack, I didn't mean to ignore your suggestion, I saw it when away from my PC, and immediately forgot all about it. Lame, I know! I will give this a try and report back. |