Sunday, July 6th 2008, 1:36am UTC+1

You are not logged in.

  • Login
  • Register

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Saturday, February 16th 2008, 3:56am

problem using qt4.3.3

i've installed qt43.3.3 on windows xp and tried to compile a simple hello program using the command prompt:
qmake -project
qmake tutorial.pro
make

and got the following error messages



May i know what is wrong with it? thanks

This post has been edited 1 times, last edit by "pocograsshopper" (Feb 16th 2008, 3:57am)

  • Go to the top of the page

2

Sunday, February 17th 2008, 1:28am

RE: problem using qt4.3.3

make sure you also install the gcc and installation path is set properly [at control panel->system->environment settings]and start QT command prompt from the QT Command Prompt and not the standard window command prompt.
  • Go to the top of the page

$truct

Beginner

Posts: 6

Location: Berlin

Occupation: 9th Grader

3

Sunday, February 17th 2008, 10:14am

hmm... thats weird. I have exactly the same mistake. It says it can't find '-lqtmaind'... Is it cause i have vista???

thanks in advance,
$truct
  • Go to the top of the page

4

Monday, February 18th 2008, 12:19pm

i installed it on another pc also running windows xp and it works. one possibility why it didn't work on the earlier pc is that i have installed previous versions of MINGW in the past and somehow it's broken something, can't think of a better explanation i guess
  • Go to the top of the page

5

Tuesday, February 19th 2008, 10:45pm

i had this problem very recently, and the problem in my case was
that I had not setup my path to include the library directory.
  • Go to the top of the page

Rate this thread