Page 1 of 1

IncludeBinary will not work

Posted: Mon Oct 20, 2003 7:24 pm
by Ace
Every time I try to compile a code including a IncludeBinary I got this output:

Code: Select all

gcc: PureBasic.o: File or directory not found
sh: line 1: ./purebasic.exe: File or directory not found

******************************************
PureBasic Linux x86 v3.50
******************************************

Loading external modules...
Starting compilation...
2 lines processed.
Creating the executable.

- Feel the ..PuRe.. Power -
My file that I want to include exists! What can I do? Is this a compiler bug?

Posted: Mon Oct 20, 2003 10:51 pm
by Seldon
Remember Linux is case sensitive. Just a suggestion, maybe it is another thing.

Posted: Tue Oct 21, 2003 12:15 pm
by Ace
I now. The file realy exists.

Posted: Tue Oct 21, 2003 4:09 pm
by freedimension
show your code, pleeeeaaaase :)

Posted: Fri Nov 14, 2003 10:07 am
by Ace

Code: Select all

IncludeBinary "/home/ace/Grafik/test.png"

Posted: Fri Nov 14, 2003 10:11 am
by Berikco
Seems the same bug a discovered also, Fred's working on it...