All,
Fusionsound has a configure error if your using Directfb-1.0.0.  The
issue is Fusionsound does a check for the directfb version and
verifies that the directfb version is equal to or greater than the
fusionsound version.
With the new directfb-1.0.0 and with the current fusionsound-1.0.0-rc1
the check looks like this:
check if 1.0.0 >= 1.0.0-rc1

it fails since configure considers 1.0.0-rc1 to be greater than 1.0.0,
I was able to modify the configure.in and hard code the check to 1.0.0
instead of the Fusionsound version and everything configured and
compiled with no issues.
Regards,
Shane

-- 
Registered Linux User: #293401

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to