Qt-interest Archive, June 2007
Building Qt 4.3.0 ant QSslSocket error
Message 1 in thread
Hi!
I have download qt-win-opensource-4.3.0-mingw.exe and install it. I try
to use QSslSocket, it's ok - no compiler errors. After that I have start
"build debug libraries" (qtvars.bat compile_debug). After building the
same code remains not compilable. I got "QSslSocket is undefined" error.
By the way, after configuring there is "mingw32-make: *** No rule to
make target `debug'. Stop." message appears and I have start "qmake &&
mingw32-make" command manually.
What is wrong?
Tnanks in advance,
Anton I Alferov.
--
[ signature omitted ]
Message 2 in thread
Hi Anton !
did you installed OpenSSL on your machine and have you added (with -I
and -L ) the include and library path ?
you should also activate openssl in the configure script.
this should work:
Just download and install openssl.
Edit your qtvars.bat and locate the line with configure.exe
Add -I <path where your openssl is>/include -L <path to openssl>/lib and
the openssl parameter (as far as I remember, simply a -openssl, but you
can run configure.exe -help to see the correct parameter).
I hope this will help you !
Best Regards
Heiko Steindl
Anton I Alferov schrieb:
> Hi!
>
> I have download qt-win-opensource-4.3.0-mingw.exe and install it. I
> try to use QSslSocket, it's ok - no compiler errors. After that I have
> start "build debug libraries" (qtvars.bat compile_debug). After
> building the same code remains not compilable. I got "QSslSocket is
> undefined" error.
> By the way, after configuring there is "mingw32-make: *** No rule to
> make target `debug'. Stop." message appears and I have start "qmake
> && mingw32-make" command manually.
>
> What is wrong?
>
> Tnanks in advance,
> Anton I Alferov.
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
--
[ signature omitted ]