unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* guile-clutter, clutter-devel:  I worked and pushed another 7 patches
@ 2015-08-26 21:08 David Pirotte
  0 siblings, 0 replies; only message in thread
From: David Pirotte @ 2015-08-26 21:08 UTC (permalink / raw)
  To: guile-clutter, guile-devel

[-- Attachment #1: Type: text/plain, Size: 2413 bytes --]

Hello,

	guile-clutter
	  clutter-devel:	 I worked and pushed another 7 patches (*)

Getting close to a 1.12.2 release:

	-]	guile-clutter now pass make distcheck
	-]	no more guile nor clutter related warnings anymore

	there are texi [documentation] related warnings, but I won't work on these
	now and you maty safely ignore all of them.

If you'd like to try it, see some recommendation here below (***)

Happy hacking,
David

(*)		da0a469 * adding pkg-config support
		a051913 * autotool chain improvements - final steps
		8793b08 * fix make distcheck
		6b0c524 * autotool chain improvements - preparation
		d2c10d0 * adding LICENSE
		6d57238 * fixing clutter_init related warning
		b09a69e * fixing examples/hello-transition.scm

(**)		I use /opt/cogl/1.12 and make symbolic links like this
	
			cd /opt/cogl
			include -> 1.12/include/
			lib -> 1.12/lib/
			share -> 1.12/share

		this allows me to 'play with' and check guile-clutter against 
		multiple cogl/clutter versions if I need to...

(***)

You need to install/satisfy the following dependencies:

	g-wrap 1.9.15
		http://download.savannah.gnu.org/releases/g-wrap/g-wrap-1.9.15.tar.gz
	guile-cairo 	[ from the source, git clone ]
		git clone git://git.savannah.nongnu.org/guile-cairo.git
	guile-gnome 2.16.3
		http://git.savannah.gnu.org/cgit/guile-gnome.git/snapshot/guile-gnome-2.16.3.tar.gz

and cogl, clutter 1.12.2 [it won't compile against the latest distro available
version], so I suggest:

	git clone git://git.gnome.org/cogl
	cd cogl
	git checkout 1.12.2
	./autogen.sh --prefix=...		(**)
	make
	make install

	git clone git://git.gnome.org/clutter
	cd clutter
	git checkout 1.12.2
	./autogen.sh --prefix=...		(**)
	make
	make install

To compile guile-clutter:

	git clone git://git.sv.gnu.org/guile-gnome.git guile-clutter
	cd guile-clutter
	git checkout clutter-devel
	./autogen.sh
	./configure --prefix=/opt \
	  PKG_CONFIG_PATH=/opt/lib/pkgconfig:/opt/cogl/lib/pkgconfig:/opt/clutter/lib/pkgconfig \
	  LD_LIBRARY_PATH=/opt/lib:/opt/cogl/lib:/opt/clutter/lib
	make
	make install

	note that the above ./configure step assumes all dependencies in /opt and
	cogl/clutter installed as explained here below (**), you'll have to adapt
	PKG_CONFIG_PATH and LD_LIBRARY_PATH to accommodate your cogl/clutter _and_
	g-wrap, guile-cairo and guile-gnome --prefix

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-26 21:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-26 21:08 guile-clutter, clutter-devel: I worked and pushed another 7 patches David Pirotte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).