Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2003 04:46:28 +0000
From:      "Maxime Romano" <verbophobe@hotmail.com>
To:        reigncracks@hotmail.com
Cc:        gnome@freebsd.org
Subject:   Re: gtk_style_set_prop_experimental() not found (LighthouseBlue engine theme)
Message-ID:  <F49i5Qy2LfHxwgxSc6p00000452@hotmail.com>

next in thread | raw e-mail | index | archive | help
>From: "Mezz bsdforums.org" <reigncracks@hotmail.com>
>To: gnome@freebsd.org
>Subject: gtk_style_set_prop_experimental() not found (LighthouseBlue engine 
>theme)
>Date: Tue, 14 Jan 2003 21:27:48 -0500
>
>Hello,
>
>I am trying to compile LighthouseBlue -> 
>http://lighthouseblue.sourceforge.net , which I downloaded 
>lighthouseblue-0.6.2.tar.gz .. The error is in the bottom. However, if I 
>download for gtk2 only and it will success. The problem is relating with 
>gtk1, I tried to install /usr/ports/x11-toolkits/gtk-engine, but still no 
>success. I thought, gtk-engine (for gtk1) would help. Is there anything 
>else I need to install to make it works? Because, it works flawless on 
>RedHat8 and other Linux distros.

The configure script looks for -lgtk, which FreeBSD doesn't have or 
something for some reason. All you have to do is open up the configure 
script in your favourite editor, then go to line 7871 (or just search for 
"-lgtk" until you find it), and change this:
LIBS="-lgtk $GTK_LIBS $LIBS"
to this:
LIBS="$GTK_LIBS $LIBS"

Everything should compile and configure fine after this.  However, if you 
want to get the libraries and everything installed in the correct places, 
you should define the prefix as "/usr/X11R6" on the command line, like so:
./configure --prefix=/usr/X11R6

THEN you may "make install" and induldge yourself in the pleasure that is 
this GTK theme.

>P.S. Have anyone install Bluecurve theme from the ports, yet? Because, it 
>doesn't look right in gtk2, but looks perfect in gtk1.

I think you didn't install the libs in the right prefix.  Try configuring 
with "/usr/X11R6" as a prefix, then reinstalling and reloading the theme.

-- Max

>Ex: The colours don't look correct such as should be blue, but it is white 
>and etc.
>
>Cheers,
>Mezz

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F49i5Qy2LfHxwgxSc6p00000452>