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.
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
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.
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?
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...
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++
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.
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.