02.03.2011, 08:56, "Matthias Apitz" <[email protected]>: > Hello, > > Compiling the above mentioned port fails with: > > # make > ===> Building for qca-tls-1.0_7 > c++ -c -pipe -Wall -W -O2 -pipe -fno-strict-aliasing -fPIC -DQCA_PLUGIN > -DOSSL_097 -DOSSL_098 -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN > -DQT_SHARED -DQT_TABLET_SUPPORT > -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. > -I../../../../../local/include -I../../../../../local/include > -I/usr/local/include -o qca-tls.o qca-tls.cpp
Maybe you have OpenSSL 1.0.x, and qca-tls is configured for 0.9.8? (-DOSSL_097 -DOSSL_098) These versions are source-incompatible. -- Regards, Konstantin _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
