Can't recall if this is a known thing, but I came across this today trying to compile my 2048.bas game in the qb64pe directory. I had previously made a /2048 directory in that same place of Fellippe's game version. With the 2048 folder there, my original 2048.bas wouldn't compile anymore. I renamed Fell's folder to 2048fell and then my 2048.bas would compile. So to prove it was a name conflict issue, I made a folder named /compile, and tried to compile a file named compile.bas, and it would not compile either until I removed the directory. So, looks like a filename can't be the same as a directory name (Using Linux here).
I did the same test using the Windows QB64-PE version (under wine in Linux) and it would compile. So maybe this is just a Linux issue?
- Dav
I did the same test using the Windows QB64-PE version (under wine in Linux) and it would compile. So maybe this is just a Linux issue?
- Dav