Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Installation
»
Linux
»
suse 10.1 gtk2 problem
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
WIKI Timeout issues
Please read here if you have trouble connecting to the wiki
Recent
How can I uninstall the p...
by
Thaddy
[
Today
at 06:00:21 am]
Why does $fpctarget not w...
by
Gustavo 'Gus' Carreno
[
Today
at 05:35:14 am]
The issue of the scroll b...
by
jianwt
[
Today
at 03:35:22 am]
Does anyone have experien...
by
xiyi0616
[
Today
at 02:31:06 am]
Youtube Downloader in Pas...
by
yus
[
Today
at 01:40:58 am]
Debugger regression in La...
by
TheMouseAUS
[
Today
at 01:26:53 am]
Lazarus & FPC documentati...
by
wp
[
Today
at 01:26:50 am]
Not happy with TTimeEdit
by
gues1
[July 16, 2025, 10:58:04 pm]
THUMBBUTTON does not work...
by
ASerge
[July 16, 2025, 09:22:18 pm]
Lazarus Release 4.0
by
ManoelJr
[July 16, 2025, 08:35:45 pm]
fpc in [home] folder not ...
by
DonAlfredo
[July 16, 2025, 08:32:39 pm]
Debugger use on OBJECT ty...
by
Martin_fr
[July 16, 2025, 08:16:43 pm]
RuntimeError 103 File not...
by
gues1
[July 16, 2025, 07:51:44 pm]
Asking for an example of ...
by
Thaddy
[July 16, 2025, 07:33:15 pm]
Suddenly a build error? [...
by
TBMan
[July 16, 2025, 07:04:45 pm]
Is Lazarus still serious ...
by
Thaddy
[July 16, 2025, 05:10:53 pm]
TMemoryStream Question wi...
by
Thaddy
[July 16, 2025, 03:57:33 pm]
Problems with libraries f...
by
DonAlfredo
[July 16, 2025, 03:03:27 pm]
Possible Bug or Known Beh...
by
Aruna
[July 16, 2025, 02:48:41 pm]
It does not show my progr...
by
RayoGlauco
[July 16, 2025, 02:48:05 pm]
activex.pp DosDateTimeToV...
by
440bx
[July 16, 2025, 02:09:39 pm]
"Mario & Luigi" (1994-200...
by
Nimbus
[July 16, 2025, 12:14:31 pm]
UTF8 Keyboard entry
by
Thaddy
[July 16, 2025, 06:17:25 am]
Will there be a freezing ...
by
xiyi0616
[July 16, 2025, 04:25:25 am]
GitHub action setup-lazar...
by
Gustavo 'Gus' Carreno
[July 16, 2025, 01:03:07 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: suse 10.1 gtk2 problem (Read 6554 times)
Anonymous
Guest
suse 10.1 gtk2 problem
«
on:
June 17, 2006, 01:07:47 am »
if i try to create a gtk2 application i ll get
/usr/lib/fpc/2.1.1/units/i386-linux/gtk2/gtk2.o: In function `GTK2_GTK_TYPE_FILE_CHOOSER_DEFAULT$$LONGWORD':
gtk2.pas:(.text+0xb9b1): undefined reference to `_gtk_file_chooser_default_get_type'
/usr/lib/fpc/2.1.1/units/i386-linux/gtk2/gtk2.o: In function `GTK2_GTK_TYPE_FILE_CHOOSER_EMBED$$LONGWORD':
gtk2.pas:(.text+0xba11): undefined reference to `_gtk_file_chooser_embed_get_type'
/usr/lib/fpc/2.1.1/units/i386-linux/gtk2/gtk2.o: In function `GTK2_GTK_TYPE_FILE_CHOOSER_ENTRY$$LONGWORD':
gtk2.pas:(.text+0xba91): undefined reference to `_gtk_file_chooser_entry_get_type'
project1.lpr(17,1) Error: Error while linking
Logged
eric
Sr. Member
Posts: 267
RE: suse 10.1 gtk2 problem
«
Reply #1 on:
June 17, 2006, 03:15:43 pm »
Have you got gtk2-devel installed?
Eric
Logged
Anonymous
Guest
RE: suse 10.1 gtk2 problem
«
Reply #2 on:
June 17, 2006, 11:52:08 pm »
yes the gtk gtk2 gdk pixbuf devel packages are installed
Logged
bokei
Newbie
Posts: 5
RE: suse 10.1 gtk2 problem
«
Reply #3 on:
June 18, 2006, 11:00:21 am »
Oh me too.
I'm using the gtk2-devel-2.8.15 and FPC 2.0.3.
Are you using FPC 2.0.3 too?
Logged
felipemdc
Administrator
Hero Member
Posts: 3538
RE: suse 10.1 gtk2 problem
«
Reply #4 on:
June 18, 2006, 02:58:20 pm »
From that path, he is using FPC 2.1.1, that's the development branch
Can you try with FPC 2.0.2 (latest stable) ? It works great for me to build gtk2 software
Also, please submit a bug report about this on the compiler section.
Logged
bokei
Newbie
Posts: 5
RE: suse 10.1 gtk2 problem
«
Reply #5 on:
June 18, 2006, 04:06:41 pm »
I have tried with FPC 2.0.2.It's ok.But FPC 2.0.2 can't work with Indy 10
Logged
Anonymous
Guest
RE: suse 10.1 gtk2 problem
«
Reply #6 on:
June 18, 2006, 10:05:30 pm »
Thanks
With 2.0.2 everthing is ok
Maybe someone with a Mantis account can create a bugreport?
Logged
lazybugger
New Member
Posts: 10
RE: suse 10.1 gtk2 problem
«
Reply #7 on:
June 19, 2006, 07:24:04 pm »
maybe someone who has the details of the bug can create a Mantis account?
Logged
Marc
Administrator
Hero Member
Posts: 2650
RE: suse 10.1 gtk2 problem
«
Reply #8 on:
June 20, 2006, 10:51:59 am »
I think nowadays you can submit as guest.
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Installation
»
Linux
»
suse 10.1 gtk2 problem
TinyPortal
© 2005-2018