On 02/29/2012 12:28 PM, Mads Kiilerich wrote: > On 02/29/2012 06:06 PM, Gerry Reno wrote: >> On 02/29/2012 12:00 PM, Mads Kiilerich wrote: >>> On 02/29/2012 05:49 PM, Otavio Salvador wrote: >>>> On Wed, Feb 29, 2012 at 13:36, Gerry Reno<gr...@verizon.net> wrote: >>>>> CMake Error at cmake/FindOptionalPackage.cmake:37 (find_package): >>>>> Could not find module FindALSA.cmake or a configuration file for >>>>> package >>>>> ALSA. >>>> >>>> ~% dpkg -S FindALSA.cmake >>>> cmake-data: /usr/share/cmake-2.8/Modules/FindALSA.cmake >>>> >>>> This seems like a Fedora issue. >>> >>> I don't see any problem here. >>> >>> # rpm -qf /usr/share/cmake/Modules/FindALSA.cmake >>> cmake-2.8.7-4.fc16.i686 >>> >>> /Mads >>> >> I get this: >> >> # rpm -qf /usr/share/cmake/Modules/FindALSA.cmake >> error: file /usr/share/cmake/Modules/FindALSA.cmake: No such file or >> directory >> cmake-2.6.4-3.fc11.x86_64 > > Fedora 11 was desupported 2 years ago and obviously has an old cmake. > I don't know what cmake version FreeRDP supports, but this version is > apparently too old. > > /Mads >
I just downloaded the cmake srpm and extracted the tar. # tar tzvf cmake-2.6.4.tar.gz | grep -i "modules/findalsa" # This version of cmake does not contain a FindALSA file. And yes, I know this distro is back a couple years but not everyone runs the latest environments. So maybe we need to find out where cmake started adding FindALSA and put a note in the wiki. Workaround (courtesy Anthony Tong): cd .../FreeRDP/ echo "pkg_check_modules(ALSA alsa)" > cmake/FindALSA.cmake This workaround solved the problem for me. Gerry ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Freerdp-devel mailing list Freerdp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freerdp-devel