GUI library for Windows \ Linux (window9)

Headers, Bindings, Libraries for use with FreeBASIC, Please include example of use to help ensure they are tested and usable.
Post Reply
demosthenesk
Posts: 235
Joined: Jul 15, 2021 7:23
Location: Greece
Contact:

Re: GUI library for Windows \ Linux (window9)

Post by demosthenesk »

i try to compile libwindow9.a for Debian but no success

1) fbc _createbuildMakefile.bas
2) _createbuildMakefile is created
3) ./_createbuildMakefile
4) nothing happens no libwindow9.a
5) tmp/ is empty

--------
ok...it creates a makefile but when i run makefile i get
...
./makefile: line 1006: tmp/window9.o:: No such file or directory

for all files
----------
an investigation i did i found that name of files are not correct in linux,
the names are like this 'Write_Word.o'$'\r'
how to remove ' '$\r' from files?
RNBW
Posts: 254
Joined: Apr 11, 2015 11:06
Location: UK

Re: GUI library for Windows \ Linux (window9)

Post by RNBW »

Hi Vanya
I hope you are keeping well.
I've just bought a Windows tablet and installed Window9 on it. Tried running some code which runs quite succesfully on my laptop, but I get the error message on the tablet:
"C:\....\bin\win64\ld.exe: cannot find -lz"
I'm pretty sure I've been here before. Can you help?
*********
TOPIC EDIT:
Managed to resolve the problem from an earlier topic. I thought I'd had the problem previously.
VANYA
Posts: 1814
Joined: Oct 24, 2010 15:16
Location: Ярославль
Contact:

Re: GUI library for Windows \ Linux (window9)

Post by VANYA »

Hi RNBW!
I hope you are keeping well.
Thanks, seems fine so far.
Managed to resolve the problem from an earlier topic
Ok.
Post Reply