IncludeBinary will not work

Linux specific forum
Ace
User
User
Posts: 26
Joined: Fri Apr 25, 2003 8:34 pm

IncludeBinary will not work

Post 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?
Seldon
Enthusiast
Enthusiast
Posts: 405
Joined: Fri Aug 22, 2003 7:12 am
Location: Italia

Post by Seldon »

Remember Linux is case sensitive. Just a suggestion, maybe it is another thing.
Ace
User
User
Posts: 26
Joined: Fri Apr 25, 2003 8:34 pm

Post by Ace »

I now. The file realy exists.
freedimension
Enthusiast
Enthusiast
Posts: 613
Joined: Tue May 06, 2003 2:50 pm
Location: Germany
Contact:

Post by freedimension »

show your code, pleeeeaaaase :)
Ace
User
User
Posts: 26
Joined: Fri Apr 25, 2003 8:34 pm

Post by Ace »

Code: Select all

IncludeBinary "/home/ace/Grafik/test.png"
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Seems the same bug a discovered also, Fred's working on it...
Post Reply