Here's another little nit that will be easy to fix. On the gnucash page:
http://slackbuilds.org/repository/13.0/business/gnucash/ there is a list of dependencies. I copied that list to paste into a for lib in slib libofx ..... do <little script to build and install the lib> done This didn't work quite right because the name of the ORBit2 library incorrectly has a lower-case 'b' on that page -- 'ORbit2'. So the build of that library fails, as does the subsequent build of GConf, because ORBit2 isn't installed. I'd suggest fixing that little typo, so someone else doesn't get bitten by this. Thanks -- /Don _______________________________________________ SlackBuilds-users mailing list [email protected] http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - http://slackbuilds.org/faq/
