--snip-- // Commented out GOBJECT_INTROSPECTION_CHECK(0.9.5) at line 15303 on configure
this line is unclear to me, either there exists some other means to disable GOBJECT_INTROSPECTION, something like "configure --disable-gobject-introspection", or it is a needed dependency from lightdm
It is indeed needed so I removed the # and let the error persist.
$ rpm -qa *intros*
gobject-introspection-1.30.0-1pclos2011just for fun try this
./autogen.sh --prefix=/usr --enable-maintainer-mode && make clean && make
most of the xfce stuff is now using the autogen.sh in it's src ...
No dice.

That didn't even make it to && make clean.
Executing the command separately,
make: *** No rule to make target `clean'. Stop.So the following looks about right for now:
$./configure --prefix=/usr \
> --libexecdir=/usr/lib64 \
> --enable-gtk-doc \
> --with-greeter-session=lightdm-default-greeter \
> --with-greeter-user=lightdmAt least with those, I am getting:
Light Display Manager 1.1.0
===========================
prefix: /usr
Greeter session: lightdm-default-greeter
Greeter user: lightdm
User session: default
liblightdm-gobject: no
GObject introspection:
liblightdm-qt: yes
GTK+ Greeter: yes
Qt Greeter: yesI just need a bit more research on liblightdm-gobject. Dang, this is gonna be another one of those wild goose chase with Texstar easily getting it built.
