Search found 65 matches: lgtk

Searched query: lgtk

by Coolman
Mar 10, 2019 18:56
Forum: Libraries & Headers
Topic: GUI library for Windows \ Linux (window9)
Replies: 1050
Views: 270902

Re: FBGUI library for windows 2

... "/usr/local/bin/../lib/freebasic/linux-x86_64/fbrt0.o" "fbnp.o" "-(" -liup -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangox-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liup_scintilla -lfbmt -ltinfo -lm -ldl ...
by grindstone
Oct 19, 2018 17:16
Forum: Projects
Topic: Gameboy emulator written in FreeBasic
Replies: 15
Views: 9275

Re: Gameboy emulator written in FreeBasic

... fbgb.bas(54) warning 4(1): Suspicious pointer assignment C:\Programme\Programmiersprachen\FreeBASIC-1_05_0\bin\win32\ld.exe: cannot find -lgtk-win32-2.0 C:\Programme\Programmiersprachen\FreeBASIC-1_05_0\bin\win32\ld.exe: cannot find -lgdk-win32-2.0 C:\Programme\Programmiersprachen\FreeBASIC-1_05_0\bin\win32\ld.exe: ...
by TJF
Aug 04, 2018 20:58
Forum: Libraries Questions
Topic: GTK problem with FreeBasic 1.05
Replies: 10
Views: 3596

Re: GTK problem with FreeBasic 1.05

Are these headers for Windows? At me at compilation demands linux libraries: ld.exe: cannot find -lgdk-x11-2.0 ld.exe: cannot find -lgtk-x11-2.0 Ups, sorry. The old naming in Gtk2 isn't prepared for GObject introspection. You can fix it: ' file Gdk-2.0.bi line 2804 [EXTERN "C" ...
by VANYA
Aug 04, 2018 15:12
Forum: Libraries Questions
Topic: GTK problem with FreeBasic 1.05
Replies: 10
Views: 3596

Re: GTK problem with FreeBasic 1.05

TJF wrote:Try headers from GNOME Header Set (32/64 bit).
Are these headers for Windows? At me at compilation demands linux libraries:
ld.exe: cannot find -lgdk-x11-2.0
ld.exe: cannot find -lgtk-x11-2.0
by badidea
May 16, 2018 22:00
Forum: Libraries Questions
Topic: Problem with GTK and new machine
Replies: 8
Views: 3171

Re: Problem with GTK and new machine

... There are some links (and posts from you as well). I just tried some GTK examples on my Linux machine, but also many problems. If you search for 'lgtk', you will find more trouble: https://freebasic.net/forum/search.php?keywords=lgtk
by wallyg
May 16, 2018 20:17
Forum: Libraries Questions
Topic: Problem with GTK and new machine
Replies: 8
Views: 3171

Re: Problem with GTK and new machine

... -g -s gui -mt "ccc.bas" Make done C:\FB\FreeBASIC\fbc -g -s gui "ccc.bas" C:\FB\FreeBASIC\bin\win32\ld.exe: cannot find -lgtk-win32-2.0 C:\FB\FreeBASIC\bin\win32\ld.exe: cannot find -lgdk-win32-2.0 Build error(s) This time I did not find any file "gtk-win32-2.0" ...
by St_W
May 16, 2018 11:54
Forum: Libraries Questions
Topic: Problem with GTK and new machine
Replies: 8
Views: 3171

Re: Problem with GTK and new machine

... would probably be the easiest solution :-) e.g. when the Linker gives the following error message: C:\FB\FreeBASIC\bin\win32\ld.exe: cannot find -lgtk-3 the dll has to be named "libgtk-3.dll". Also make sure that the architecture of the compilation target and the dll do match (windows, ...
by wallyg
May 15, 2018 23:31
Forum: Libraries Questions
Topic: Problem with GTK and new machine
Replies: 8
Views: 3171

Problem with GTK and new machine

... file and downloaded it. Compiling works fine but the loader gives the following set of errors. C:\FB\FreeBASIC\bin\win32\ld.exe: cannot find -lgtk-3 C:\FB\FreeBASIC\bin\win32\ld.exe: cannot find -lgdk-3 C:\FB\FreeBASIC\bin\win32\ld.exe: cannot find -lglib-2.0 C:\FB\FreeBASIC\bin\win32\ld.exe: ...
by caffey
Nov 07, 2017 1:57
Forum: Beginners
Topic: ld.exe cannot find...
Replies: 12
Views: 6553

ld.exe cannot find...

... and I'm just not sure what I am doing wrong C:\FreeBASIC\fbc -s console "firstWindow.bas" C:\FreeBASIC\bin\win64\ld.exe: cannot find -lgtk-win32-2.0 C:\FreeBASIC\bin\win64\ld.exe: cannot find -lgdk-win32-2.0 C:\FreeBASIC\bin\win64\ld.exe: cannot find -lgio-2.0 C:\FreeBASIC\bin\win64\ld.exe: ...
by lisoformio
Sep 16, 2015 16:21
Forum: Beginners
Topic: GTK libraries not found
Replies: 5
Views: 1763

GTK libraries not found

... gtk.bi Well... the following code: #define __USE_GTK3__ #include once "gtk/gtk.bi" generate the following: fbc -w all ld: cannot find -lgtk-3 ld: cannot find -lgdk-3 Compilation failed I'm using freebasic 1.00.0 compiler and Geany 1.25 as IDE in Ubuntu 12.04 LTS. Which libraries do ...
by Westbeam
Feb 22, 2015 11:48
Forum: Libraries Questions
Topic: GTK, can't find libraries
Replies: 9
Views: 4087

GTK, can't find libraries

Hey :) I wanted to test a few GTK-code examples, but it doesn't find the libraries while compiling: ld: cannot find -lgtk-x11-2.0 ld: cannot find -lgdk-x11-2.0 ld: cannot find -lgio-2.0 ld: cannot find -lgobject-2.0 ld: cannot find -lglib-2.0 ld: cannot find -lgmodule-2.0 ld: cannot ...
by alfakilo
Aug 05, 2014 16:11
Forum: Linux
Topic: running FB on ubuntu question
Replies: 8
Views: 3366

Re: running FB on ubuntu question

/home/user/Desktop/Untitled Folder/linuxtöötab/FreeBASIC-0.90.1-linux/examples/GUI/GTK+/Tutorials/...any ld: cannot find -lgtk-x11-2.0 ld: cannot find -lgdk-x11-2.0 ld: cannot find -lgio-2.0 ld: cannot find -lgobject-2.0 ld: cannot find -lglib-2.0 ld: cannot find -lgmodule-2.0 ld: cannot ...
by exagonx
Jun 14, 2014 21:04
Forum: Linux
Topic: Missing some library on Debian 64Bit
Replies: 12
Views: 3743

Missing some library on Debian 64Bit

Hello I have installed the FBC , work correctly with normal prg. but when I try to compile a program with gtk appair this ld: cannot find -lgtk-x11-2.0 ld: cannot find -lgdk-x11-2.0 ld: cannot find -lgio-2.0 ld: cannot find -lgobject-2.0 ld: cannot find -lglib-2.0 ld: cannot find -lgmodule-2.0 ...
by Sigord
Feb 02, 2014 8:25
Forum: Beginners
Topic: Copy and Paste Text
Replies: 4
Views: 1333

Re: Copy and Paste Text

... "C:\Tools\FreeBASIC-0.90.1-win32\Gtk-3\t.bas" Compiler output: C:\Tools\FreeBASIC-0.90.1-win32\bin\win32\ld.exe: cannot find -lgtk-3 C:\Tools\FreeBASIC-0.90.1-win32\bin\win32\ld.exe: cannot find -lgdk-3 C:\Tools\FreeBASIC-0.90.1-win32\bin\win32\ld.exe: cannot find -lgthread-2.0 ...
by KFlux
Jan 14, 2014 20:21
Forum: Beginners
Topic: GTK+ Compile: MIssing Libraries (PARTIALLY SOLVED)
Replies: 12
Views: 3740

GTK+ Compile: MIssing Libraries (PARTIALLY SOLVED)

... to see how the implementation of the toolkit differs from Python. Trouble is, I can't seem to solve the compilation errors. ld: cannot find -lgtk-3 ld: cannot find -lgdk-3 ld: cannot find -lglib-2.0 ld: cannot find -lgio-2.0 ld: cannot find -lgobject-2.0 ld: cannot find -lgmodule-2.0 ld: ...