From: Robert v. H. <rh...@cs...> - 2005-03-31 11:47:20
|
Hi all, I am experiencing a problem with installing hsql on a Mac, with ghc 6.4. Namely, during make install, it says: /usr/local/bin/ghc-pkg -u -g -i hsql.pkg Reading package info from "hsql.pkg" ghc-pkg: Line 1: Invalid syntax (no colon after field name) I have attached the package.conf file from ghc. The hsql.pkg file looks like this: Package {name = "hsql", auto=True, import_dirs = ["/Users/rherk/soft/HSQL/lib/HSQL/GHC/imports"], source_dirs = [], library_dirs = ["/Users/rherk/soft/HSQL/lib/HSQL/GHC","/Users/rherk/soft/mysql/lib/mysql"], hs_libraries = ["HSsql"], extra_libraries = ["mysqlclient","mysqlclient","m","z"], include_dirs = [], c_includes = [], package_deps = ["base"], extra_ghc_opts = [], extra_cc_opts = [], extra_ld_opts = [], framework_dirs = [], extra_frameworks = [] } Now, it may of course well be that it is the package.conf file from the ghc 6.4 distribution that is wrong. If this is indeed the case, please tell me, so that I can contact them about this. Regards, Robert |