Is there a way I can override a dependency?  I'm trying to install gnucash from 
source, it seems to require postgresql-libs, which fails due to:

g++ -c  -DHAVE_NAMESPACE_STD -DHAVE_CXX_STRING_HEADER -DDLLIMPORT="" -Wall 
-Wmissing-prototypes -Wmissing-declarations -fno-common -traditional-cpp 
-I/Volumes/data/sw/src/root-postgresql-7.3.2-2/sw/include/postgresql 
-I/sw/include/postgresql pgconnection.cc
In file included from pgconnection.cc:18:
pgconnection.h:30:22: libpq-fe.h: No such file or directory
In file included from pgconnection.cc:18:


The file, libpq-fe.h, isn't in the first -I include path because that's an invalid 
path.  I've tried to fix it to no avail.  I don't need gnucash to access a postgres 
backend, from what I can tell where gnucash may want to do so.  The file isn't in the 
second include path either; as that path doesn't exist at all.

I'm debating just wiping the whole sw/ dir and going to binary install.


-- 

| Andrew |     e-mail      |      web       | gpg/pgp keyid |
|        | [EMAIL PROTECTED] | www.lewman.com |   AC671F9B    |

Keep the number of passes in a compiler to a minimum.
                -- D. Gries


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to