Saturday, July 5th 2008, 4:59am 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

Tuesday, September 19th 2006, 1:13pm

Error processing meta file: C:\programme\Qt\4p1p0\lib\qtmain ???

Hallo QTians.,
I am a newbie in QT having problem running my first projet, the first helloworld lesson in QT tutorial.

I am working under windows XP., and open Qt 4.1.0

Please look at the dos output , it says error in processing.

But while logging in as administrator., the problem doesnot occur and I could run the program without any errors.

Can anybody help what the exat problem could be??


****************************************************
Setting up a MinGW/Qt only environment...
-- QTDIR set to C:\programme\Qt\4p1p0
-- PATH set to C:\programme\Qt\4p1p0\bin
-- Adding C:\programme\MinGW\bin to PATH
-- Adding C:\WINNT\System32 to PATH
-- QMAKESPEC set to win32-g++

C:\programme\Qt\4p1p0>e:

E:\>cd qt\tut\ex1

E:\qt\tut\ex1>qmake -project

E:\qt\tut\ex1>qmake
Error processing meta file: C:\programme\Qt\4p1p0\lib\qtmain
Error processing meta file: C:\programme\Qt\4p1p0\lib\qtmaind
Error processing meta file: C:\programme\Qt\4p1p0\lib\qtmain

E:\qt\tut\ex1>
*******************************************************

Regards
Fiz505
  • Go to the top of the page

rude

Beginner

2

Friday, November 17th 2006, 7:20pm

RE: Error processing meta file: C:\programme\Qt\4p1p0\lib\qtmain ???

I'm having the same issue as Fiz. "Error processing meta file..." I do not have problems logged in as Admin, but as a Power User I get the error. I believe my environment variables are set correctly, and am using The Qt command console provided by Qt 4.2.1.

Anybody??
  • Go to the top of the page

Posts: 1

Location: Canada

Occupation: MIS

3

Tuesday, December 12th 2006, 3:38pm

RE: Error processing meta file: C:\programme\Qt\4p1p0\lib\qtmain ???

Hi

I have the same problem. The local administrator account works fine. However, ordinary domain user account have the problem. I played a lot with NTFS permissions. to no avail. Why is it not simple?

Let's keep in touch

Dan
Dan Gaucher
  • Go to the top of the page

drewle

Beginner

Posts: 4

Location: germany

4

Tuesday, March 4th 2008, 7:41pm

Did anyone solve the problem meanwhile?
I got the same problem with vista.
It seams I can solve the problem by not installing qt in "program files" folder. But I would prever to keep it there...

drewle
  • Go to the top of the page

5

Wednesday, March 5th 2008, 3:28pm

I have the same problem (Administrator on WindowsXP SP 2)

Setting up a MinGW/Qt only environment...
-- QTDIR set to C:\Programmi\Qt\4.3.3
-- PATH set to C:\Programmi\Qt\4.3.3\bin
-- Adding C:\Programmi\MinGW\bin to PATH
-- Adding C:\WINDOWS\System32 to PATH
-- QMAKESPEC set to win32-g++

My Configuration is:

- Qt 4.3.3,
- eclipse integrator 1.0.1,
- eclipse 3.3.2
- mingw 3.4.2

I'have attahced the qmake -d output

this is the .pro file

TEMPLATE = app
TARGET = MyProjectQtGui
QT += core gui
HEADERS += myprojectqtgui.h
SOURCES += main.cpp myprojectqtgui.cpp
FORMS += myprojectqtgui.ui
RESOURCES +=
vitoing has attached the following file:
  • debug.txt (15.9 kB - 37 times downloaded - Last download: Jun 13th 2008, 8:57pm)
  • Go to the top of the page

drewle

Beginner

Posts: 4

Location: germany

6

Thursday, March 6th 2008, 11:45am

hello vitoing,
your problem seams to be a little different: There is nothing about the
Error processing meta file - Error

Locks as if your .pro file is not found.
D:/$Develop/learning/CDT/MyProjectQtGui/MyProjectQtGui.pro
I dont know what $Develop is. Locks like a variable.
Where on your harddisk is your MyProjectQtGui.pro. It should fit to the path above somehow.
  • Go to the top of the page

7

Thursday, March 6th 2008, 11:50am

Hi drewle,

you're right. The problem is in the file path.
"$Develop" in not a variable but is the name of directory,
of course the worst name I could have choosen.
So D:/$Develop/learning/CDT/MyProjectQtGui/MyProjectQtGui.pro is
really the path of the file but I guess QT tries to resolve $Develop
as unix-like shell variable.

Moved the code in c:\CDT/MyProjectQtGui/MyProjectQtGui.pro
everything works well.

thanks a lot.

Vito
  • Go to the top of the page

Rate this thread