QTweetLib icon indicating copy to clipboard operation
QTweetLib copied to clipboard

Cant compile examples !

Open asyba opened this issue 13 years ago • 5 comments
trafficstars

i always get this:

g++: ../../lib/QTweetLib.lib: No such file or directory mingw32-make[1]: *** [debug\searchexample.exe] Error 1 mingw32-make: *** [debug] Error 2 The process "C:\QtSDK\mingw\bin\mingw32-make.exe" exited with code 2. Error while building project search (target: Desktop) When executing build step 'Make'

:-1: error: ../../lib/QTweetLib.lib: No such file or directory

always the same error qteetlib.lib no found....

asyba avatar Feb 23 '12 18:02 asyba

I have never used mingw for building QTweetLib...

Can you try to use cmake for building?

BR, Toni

On Thu, Feb 23, 2012 at 7:00 PM, asyba < [email protected]

wrote:

i always get this:

g++: ../../lib/QTweetLib.lib: No such file or directory mingw32-make[1]: *** [debug\searchexample.exe] Error 1 mingw32-make: *** [debug] Error 2 The process "C:\QtSDK\mingw\bin\mingw32-make.exe" exited with code 2. Error while building project search (target: Desktop) When executing build step 'Make'

:-1: error: ../../lib/QTweetLib.lib: No such file or directory

always the same error qteetlib.lib no found....


Reply to this email directly or view it on GitHub: https://github.com/minimoog/QTweetLib/issues/14

minimoog avatar Feb 23 '12 19:02 minimoog

ok, how i change from mingw to cmake?

asyba avatar Feb 23 '12 19:02 asyba

You need to install cmake.

cmake <path_to_source>

With -C option you can choose what kind of Makefile generator to use.

There is even cmake-gui tool.

BR, Toni

On Thu, Feb 23, 2012 at 8:54 PM, asyba < [email protected]

wrote:

ok, how i change from mingw to cmake?


Reply to this email directly or view it on GitHub: https://github.com/minimoog/QTweetLib/issues/14#issuecomment-4143813

minimoog avatar Feb 23 '12 20:02 minimoog

ok, i install camke 2.8 and go to qt options,proyects,cmake and browse the cmake.exe.

so now i must open this code with cmakelist.txt? i did i choose the build and click run cmake and show an error could not find qt4 missing qt-qmake executable etc...

is this way ?o i must open witch .pro file i did this to but it run like mingw and show the same error las time i told you or i must configurate somthing else in .pro file?

asyba avatar Feb 27 '12 15:02 asyba

Right way if you use cmake is through cmakelists.txt.

If cmake complains that couldn't find qt4, my guess is that Qt is not on the path.

BR, Toni

On Mon, Feb 27, 2012 at 4:59 PM, asyba < [email protected]

wrote:

ok, i install camke 2.8 and go to qt options,proyects,cmake and browse the cmake.exe.

so now i must open this code with cmakelist.txt? i did i choose the build and click run cmake and show an error could not find qt4 missing qt-qmake executable etc...

is this way ?o i must open witch .pro file i did this to but it run like mingw and show the same error las time i told you or i must configurate somthing else in .pro file?


Reply to this email directly or view it on GitHub: https://github.com/minimoog/QTweetLib/issues/14#issuecomment-4196221

minimoog avatar Feb 27 '12 23:02 minimoog