|
From: SourceForge.net <no...@so...> - 2005-06-28 18:43:09
|
Bugs item #671145, was opened at 2003-01-20 15:09 Message generated for change (Comment added) made by baruch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=111088&aid=671145&group_id=11088 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Baruch Even (baruch) Summary: configure and build problems Initial Comment: The configure script forgets to test about the existence of the xmms headers file (libxmms1-devel on mdk 9). Then the compilation stops complaining about missing .h files. We install the package and the compilation continues but if stops on the linking stage complaining about libtool: only absolute paths are accepted However, after deleting the volnomr dir (make clean was not enough) and unpacking the tarball again, now that libxmms1-devel is installed everything works. So, regardless from where the problem comes it would be solved if the configure script checked for the xmms headers . Best regards Gustavo ---------------------------------------------------------------------- >Comment By: Baruch Even (baruch) Date: 2005-06-28 21:43 Message: Logged In: YES user_id=8566 Should be fixed in 0.8.3 ---------------------------------------------------------------------- Comment By: Baruch Even (baruch) Date: 2005-06-28 18:32 Message: Logged In: YES user_id=8566 The ./configure scripts looks for xmms-config and finds the information it needs from it. It doesn't look for a specific package instantiation in a specific distribution. Unfortunately, it only tried to detect if xmms is installed and not if xmms-config is. It will now check the result of running xmms-config and see that it got sane information. This is committed and will be in the next version. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=111088&aid=671145&group_id=11088 |