Hi,
Sent: Wednesday, September 26, 2007 5:58 PM > Hi, > i have not installed automake. after installation make -f Makefile.cvs > have worked, but i get some warnings and error messages. in the following > u can see that. are these unimportant warnings or error messages? what i > have to do to do not get this messages? > thanks! So most of the messages you saw were not errors, they're simply messages the makefile writes out for information. I noticed two errors that you might want to look at. > Warning: No moc-able header file > for /home/salsero/kdenetwork/kopete/protocols/jabber/libiris/iris/xmpp > core/ignore_this_warning Not sure what's causing this, but a moc-able header file is used by the Qt GUI library. Good chance you can ignore this error message. snip... > checking for X... configure: error: Can't find X libraries. Please check > your installation and add the correct paths! This one means you haven't installed the x-windows development libraries. I don't remember what the package is called, but in Kubuntu you'll want to use APT to install the needed X packages. Try googling this error, likely someone else has encountered it and can point you in the right direction. -- Nathanael _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
