Re: [Quickfix-users] Compiling with postgresql on Darwin ( Mac OS X )
Brought to you by:
orenmnero
From: <or...@qu...> - 2008-11-04 15:35:30
|
I think you will need to do something like ./configure --with-postgresql=/sw > -------- Original Message -------- > Subject: [Quickfix-users] Compiling with postgresql on Darwin ( Mac OS > X ) > From: Vincent Predoehl <vpr...@ph...> > Date: Tue, November 04, 2008 12:11 am > To: Qui...@li... > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html<hr>When I compile QF on my machine, I'm getting this error: > In file included from ../PostgreSQLStore.h:36, > from PostgreSQLStoreTestCase.h:28, > from PostgreSQLStoreTestCase.cpp:29: > ../PostgreSQLConnection.h:35:22: error: libpq-fe.h: No such file or > directory > I'm trying to include postgresql support using the postgresql > installation managed by the fink installer. I had this problem > before and I apologize, but I can't find the previous responses. > Fink puts the postgres stuff in unorthodox places: > /sw/lib > /sw/bin > /sw/include/postgresql ( contains libpq-fe.h ) > How can I get the build to find the new location? I tried building > without postgresql and I get these symbols missing when I link: If I > remember correctly, postgresql is used for the message store, and I > am content to use disk files for now, so I either need to get my link > step to find the symbols below, or get quickfix to build with > postgresql like I had it before. > -- > Vincent > _error_message > _krb5_cc_close > _krb5_cc_default > _krb5_cc_get_principal > _krb5_free_context > _krb5_free_error > _krb5_free_principal > _krb5_free_unparsed_name > _krb5_init_context > _krb5_sendauth > _krb5_sname_to_principal > _krb5_unparse_name > _SSL_pending > _BIO_ctrl > _BIO_free > _BIO_new_file > _CRYPTO_num_locks > _CRYPTO_set_id_callback > _CRYPTO_set_locking_callback > _ENGINE_by_id > _ENGINE_load_private_key > _ERR_get_error > _ERR_reason_error_string > _OPENSSL_config > _PEM_read_bio_PrivateKey > _PEM_read_bio_X509 > _SSL_CTX_free > _SSL_CTX_get_cert_store > _SSL_CTX_load_verify_locations > _SSL_CTX_new > _SSL_CTX_set_verify > _SSL_connect > _SSL_free > _SSL_get_error > _SSL_get_ex_data > _SSL_get_peer_certificate > _SSL_library_init > _SSL_load_error_strings > _SSL_new > _SSL_read > _SSL_set_ex_data > _SSL_set_fd > _SSL_shutdown > _SSL_write > _TLSv1_method > _X509_NAME_get_text_by_NID > _X509_NAME_oneline > _X509_STORE_load_locations > _X509_STORE_set_flags > _X509_check_private_key > _X509_free > _X509_get_subject_name<hr>------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/<hr>_______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users |