Found a bug in QB64
#2
Hi! Can you clarify the directory layout, and whether you were building the executable to the QB64 directory or your source file's directory? If you're saying the directory
./test
and the file
./test.bas
are in the same directory, then I would expect that to cause problems because on Linux the executable name has no extension, meaning the executable name will be
./test
, the same as the existing directory. If that's the issue then I don't think that's really a bug, you have to compile the executable to a location without a conflicting directory name.
Reply


Messages In This Thread
Found a bug in QB64 - by Coolman - 05-24-2022, 11:57 AM
RE: Found a bug in QB64 - by DSMan195276 - 05-24-2022, 01:26 PM
RE: Found a bug in QB64 - by Coolman - 05-24-2022, 04:18 PM
RE: Found a bug in QB64 - by DSMan195276 - 05-24-2022, 05:13 PM
RE: Found a bug in QB64 - by Kernelpanic - 05-25-2022, 01:21 PM
RE: Found a bug in QB64 - by DSMan195276 - 05-25-2022, 01:52 PM
RE: Found a bug in QB64 - by SMcNeill - 05-25-2022, 01:54 PM
RE: Found a bug in QB64 - by Kernelpanic - 05-25-2022, 02:51 PM
RE: Found a bug in QB64 - by SMcNeill - 05-25-2022, 03:51 PM
RE: Found a bug in QB64 - by Kernelpanic - 05-25-2022, 04:21 PM



Users browsing this thread: 3 Guest(s)