Skip site navigation (1)Skip section navigation (2)
Date:      14 Jan 2003 22:39:10 -0500
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        "Mezz bsdforums.org" <reigncracks@hotmail.com>
Cc:        FreeBSD GNOME Users <gnome@freebsd.org>
Subject:   Re: gtk_style_set_prop_experimental() not found (LighthouseBlue engine theme)
Message-ID:  <1042601949.794.5.camel@shumai.marcuscom.com>
In-Reply-To: <F992sQN1xw0j5azTL970001298b@hotmail.com>
References:  <F992sQN1xw0j5azTL970001298b@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-3L9q/0tjvyuo5LgCRHrO
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Tue, 2003-01-14 at 21:27, Mezz bsdforums.org wrote:
> Hello,
>=20
> I am trying to compile LighthouseBlue ->=20
> http://lighthouseblue.sourceforge.net , which I downloaded=20
> lighthouseblue-0.6.2.tar.gz .. The error is in the bottom. However, if I=20
> download for gtk2 only and it will success. The problem is relating with=20
> gtk1, I tried to install /usr/ports/x11-toolkits/gtk-engine, but still no=
=20
> success. I thought, gtk-engine (for gtk1) would help. Is there anything e=
lse=20
> I need to install to make it works? Because, it works flawless on RedHat8=
=20
> and other Linux distros.
>=20
> P.S. Have anyone install Bluecurve theme from the ports, yet? Because, it=
=20
> doesn't look right in gtk2, but looks perfect in gtk1. Ex: The colours do=
n't=20
> look correct such as should be blue, but it is white and etc.

I'm using Bluecurve on my GNOME 2 machine at home and on my GNOME 1
laptop.  It looks great on both.

>=20
> Cheers,
> Mezz
>=20
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D
> Download LighthouseBlue:=20
> http://prdownloads.sourceforge.net/lighthouseblue/lighthouseblue-0.6.2.ta=
r.gz
>=20
> $ ./configure --prefix=3D/usr/X11R6
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... no
> checking for nawk... nawk
> checking whether make sets ${MAKE}... yes
> checking whether to enable maintainer-specific portions of Makefiles... n=
o
> checking build system type... i386-unknown-freebsd5.0
> checking host system type... i386-unknown-freebsd5.0
> checking for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking for gcc option to accept ANSI C... none needed
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether make sets ${MAKE}... (cached) yes
> checking for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependant libraries... pass_all
> checking command to parse /usr/bin/nm -B output... ok
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for ranlib... ranlib
> checking for strip... strip
> checking for objdir... .libs
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.lo... yes
> checking if gcc supports -fno-rtti -fno-exceptions... yes
> checking whether the linker (/usr/bin/ld) supports shared libraries... ye=
s
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking dynamic linker characteristics... freebsd5.0 ld.so
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> checking whether -lc should be explicitly linked in... yes
> creating libtool
> checking for gtk-config... /usr/X11R6/bin/gtk-config
> checking for GTK - version >=3D 1.2.9... yes
> checking for gtk_style_set_prop_experimental in -lgtk... no
> configure: error: *** gtk_style_set_prop_experimental() not found; perhap=
s
> you have an old CVS version of GTK+ ***
> $ ./configure --disable-gtktest
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... no
> checking for nawk... nawk
> checking whether make sets ${MAKE}... yes
> checking whether to enable maintainer-specific portions of Makefiles... n=
o
> checking build system type... i386-unknown-freebsd5.0
> checking host system type... i386-unknown-freebsd5.0
> checking for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking for gcc option to accept ANSI C... none needed
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether make sets ${MAKE}... (cached) yes
> checking for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependant libraries... pass_all
> checking command to parse /usr/bin/nm -B output... ok
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for ranlib... ranlib
> checking for strip... strip
> checking for objdir... .libs
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.lo... yes
> checking if gcc supports -fno-rtti -fno-exceptions... yes
> checking whether the linker (/usr/bin/ld) supports shared libraries... ye=
s
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking dynamic linker characteristics... freebsd5.0 ld.so
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> checking whether -lc should be explicitly linked in... yes
> creating libtool
> checking for gtk-config... /usr/X11R6/bin/gtk-config
> checking for GTK - version >=3D 1.2.9... yes
> checking for gtk_style_set_prop_experimental in -lgtk... no
> configure: error: *** gtk_style_set_prop_experimental() not found; perhap=
s
> you have an old CVS version of GTK+ ***

I played with this port.  You have to patch configure to remove the
explicit link to -lgtk.  After that, it will build just fine.

Joe

>=20
>=20
> _________________________________________________________________
> MSN 8 with e-mail virus protection service: 2 months FREE*=20
> http://join.msn.com/?page=3Dfeatures/virus
>=20
>=20
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-gnome" in the body of the message
--=20
PGP Key : http://www.marcuscom.com/pgp.asc

--=-3L9q/0tjvyuo5LgCRHrO
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQA+JNfdb2iPiv4Uz4cRAphoAJ9BKXuhoN/N8ntI5stJ95PAv7fMXwCdHY6U
wN1m0PB1DZ/jIlVoWHAYclo=
=maJQ
-----END PGP SIGNATURE-----

--=-3L9q/0tjvyuo5LgCRHrO--


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?1042601949.794.5.camel>