Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QBPE 3.6.0 compiler error
#10
(03-20-2023, 04:47 PM)mnrvovrfc Wrote: You didn't say where you extracted the "QB64PE" folder. It should be somewhere in your home directory, but you probably already knew this. (scratch head)

Yes, it's under my /Documents/ folder, just like with the old QB64 2.0.2.

(03-20-2023, 04:47 PM)mnrvovrfc Wrote: How about going into the "terminal" and trying to compile from there? Giving the program a name like "helloworld.bas" and then doing "qb64pe.exe -c helloworld.bas".

Good idea... OK, I tried it, and am getting the same thing:

[Image: qb64pe-fail-2.png]

here are the contents of "compilelog.txt":

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
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/qbx2.cpp -c -o internal\c/qbx2.o
c++.exe: error: CreateProcess: No such file or directory
mingw32-make: *** [Makefile:405: internal\c/libqb_make_00000000000000.o] Error 1
mingw32-make: *** Waiting for unfinished jobs....
c++.exe: error: CreateProcess: No such file or directory
mingw32-make: *** [Makefile:417: internal\c/qbx2.o] Error 1

(03-20-2023, 04:47 PM)mnrvovrfc Wrote: Why does the IDE even allow programs to be compiled out of a source code file which wasn't saved to disk yet?

No idea, LoL. In QB64 2.0.2, typing in a hello world program and running it with F5 generates "untitled.exe" which is fine with me.

(03-20-2023, 04:47 PM)mnrvovrfc Wrote: Let me give this a try...
Saying this also for people who are still trying to install to "Program Files" because they were used to WindowsXP and earlier. And you did say (before this thread was created) you were still using QB64 v2.0.2, which probably still supported WindowsXP...

I understand, and no, I did not try to install QB64PE under "Program Files". It's under "Documents".

(03-20-2023, 04:47 PM)mnrvovrfc Wrote: Probably not helping at all...

No worries, I appreciate you trying to help!
Reply


Messages In This Thread
QBPE 3.6.0 compiler error - by madscijr - 03-20-2023, 01:25 PM
RE: QBPE 3.6.0 compiler error - by bplus - 03-20-2023, 02:16 PM
RE: QBPE 3.6.0 compiler error - by madscijr - 03-20-2023, 03:17 PM
RE: QBPE 3.6.0 compiler error - by Jack - 03-20-2023, 02:16 PM
RE: QBPE 3.6.0 compiler error - by madscijr - 03-20-2023, 08:19 PM
RE: QBPE 3.6.0 compiler error - by mnrvovrfc - 03-20-2023, 03:40 PM
RE: QBPE 3.6.0 compiler error - by madscijr - 03-20-2023, 08:39 PM
RE: QBPE 3.6.0 compiler error - by Kernelpanic - 03-20-2023, 09:42 PM
RE: QBPE 3.6.0 compiler error - by bplus - 03-20-2023, 04:22 PM
RE: QBPE 3.6.0 compiler error - by madscijr - 03-20-2023, 08:05 PM
RE: QBPE 3.6.0 compiler error - by mnrvovrfc - 03-20-2023, 04:47 PM
RE: QBPE 3.6.0 compiler error - by madscijr - 03-20-2023, 08:32 PM
RE: QBPE 3.6.0 compiler error - by Kernelpanic - 03-20-2023, 08:45 PM
RE: QBPE 3.6.0 compiler error - by madscijr - 03-20-2023, 10:29 PM
RE: QBPE 3.6.0 compiler error - by Kernelpanic - 03-20-2023, 11:18 PM
RE: QBPE 3.6.0 compiler error - by mnrvovrfc - 03-20-2023, 11:21 PM
RE: QBPE 3.6.0 compiler error - by Kernelpanic - 03-20-2023, 11:29 PM
RE: QBPE 3.6.0 compiler error - by madscijr - 03-21-2023, 02:26 PM
RE: QBPE 3.6.0 compiler error - by Jack - 03-21-2023, 03:32 PM
RE: QBPE 3.6.0 compiler error - by madscijr - 03-23-2023, 12:30 AM
RE: QBPE 3.6.0 compiler error - by SMcNeill - 03-21-2023, 04:28 PM
RE: QBPE 3.6.0 compiler error - by SMcNeill - 03-21-2023, 04:30 PM
RE: QBPE 3.6.0 compiler error - by madscijr - 03-21-2023, 10:02 PM
RE: QBPE 3.6.0 compiler error - by madscijr - 03-22-2023, 04:31 PM
RE: QBPE 3.6.0 compiler error - by Kernelpanic - 03-21-2023, 04:28 PM
RE: QBPE 3.6.0 compiler error - by mnrvovrfc - 03-22-2023, 05:36 PM
RE: QBPE 3.6.0 compiler error - by madscijr - 03-23-2023, 03:43 AM
RE: QBPE 3.6.0 compiler error - by Kernelpanic - 03-22-2023, 05:39 PM
RE: QBPE 3.6.0 compiler error - by Jack - 03-22-2023, 05:44 PM
RE: QBPE 3.6.0 compiler error - by bplus - 03-22-2023, 09:52 PM
RE: QBPE 3.6.0 compiler error - by madscijr - 03-23-2023, 12:32 AM
RE: QBPE 3.6.0 compiler error - by bplus - 03-22-2023, 10:09 PM
RE: QBPE 3.6.0 compiler error - by bplus - 03-23-2023, 01:38 AM
RE: QBPE 3.6.0 compiler error - by DSMan195276 - 03-23-2023, 01:55 AM
RE: QBPE 3.6.0 compiler error - by madscijr - 03-23-2023, 02:24 AM
RE: QBPE 3.6.0 compiler error - by bplus - 03-23-2023, 02:47 AM
RE: QBPE 3.6.0 compiler error - by madscijr - 03-23-2023, 02:51 AM
RE: QBPE 3.6.0 compiler error - by madscijr - 03-23-2023, 04:08 AM



Users browsing this thread: 1 Guest(s)