Opened 11 years ago

Closed 11 years ago

#38107 closed defect (fixed)

clutter @1.12.2 +quartz -x11 Build error - try to build the examples depending of gdk-pixbuf

Reported by: rhuelga (Roberto Huelga) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: cooljeanius (Eric Gallager)
Port: clutter

Description

I'm using OSX 10.7.5

It's not build because try to compile the examples using the gdk-pixbuf/gdk-pixbuf.h

altering the examples/Makefile.am to remove them and everything compiled allright.

the lines removed was the marked with '-'

all_examples = \
	basic-actor \
	box-layout \
	canvas \
	constraints \
	drag-action \
	drop-action \
	easing-modes \
	flow-layout \
	grid-layout \
	layout-manager \
-	pan-action \
	rounded-rectangle \
	scroll-actor \
	threads

- if PIXBUF_all
- TESTS_examples += \
- 	bin-layout \
- 	image-content
- endif

Change History (3)

comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to devans@…

comment:3 Changed 11 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed

Fixed in r109960 if not earlier, build of tests, examples disabled.

Note: See TracTickets for help on using tickets.