That's surprising - Windows tends to have trouble with special characters in path names and should never have been setup that way.
I suggest you move your Qt projects out of that directory - to a directory on the C drive perhaps. On Tue, Sep 22, 2009 at 4:05 AM, Shaun van Wyngaard (Home) < [email protected]> wrote: > The & is part of the computer name/user set up originally on the > computer. He tried to change it, but was unsuccessful. But he doesn't have > issues with other installed programs with this "&" in the path name. > Besides, if he changes it, then programs installed for the user Jamie&Mandy > only, won't work anymore for the new user JamieMandy. It os only Qt Creator > having an issue, and so does this not point to a bug in Qt Creator? > > Thanks, > Shaun > > *From:* Cedric NICOLAS <[email protected]> > *Sent:* Monday, September 21, 2009 6:51 PM > *To:* [email protected] > *Subject:* Re: [Qt-creator] Error 2 > > It seems obvious that the & is the error cause. Just rename the directory > without this &. And reopen the project. > > > > *[image: LogoSept2009]* > > * * > > Solutions Innovantes pour une Mobilité Partagée** > > Innovative Solutions for a Shared Mobility > > > > Bureaux : 11-13 rue du Colonel Pierre Avia, 75015 PARIS > > +33 1 55 92 59 08 > > > > Ce message est confidentiel. Sous réserve de tout accord conclu par écrit > entre vous et Ville Fluide, son contenu ne représente en aucun cas un > engagement de la part de Ville Fluide. Toute publication, utilisation ou > diffusion, même partielle, doit être autorisée préalablement. Si vous n'êtes > pas destinataire de ce message, merci d'en avertir immédiatement > l'expéditeur. > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Shaun van Wyngaard (Home) > *Sent:* lundi 21 septembre 2009 18:42 > *To:* qtCreator Feedback > *Subject:* [Qt-creator] Error 2 > > > > Hello > > > > A friend has installed Qt Creator on his laptop (XP). He is getting the > following error though. It runs fine on his other desktop computer, and is > wondering if it has anything to do with the path including a "&" between > Jamie and Mandy in the path on his laptop (see second line of compile > output). If this is the case, what would be the workaround/fix for this, if > not, what is the cause of this error 2? > > > > Running build steps for project jamie... > Starting: C:/Qt/2009.03/qt/bin/qmake.exe C:/Documents and > Settings/Jamie&Mandy/My Documents/jamie/jamie.pro -spec win32-g++ -r > Exited with code 0. > Starting: C:/Qt/2009.03/mingw/bin/mingw32-make.exe -w > mingw32-make: Entering directory `C:/Documents and Settings/Jamie&Mandy/My > Documents/jamie' > C:/Qt/2009.03/mingw/bin/mingw32-make -f Makefile.Debug > mingw32-make[1]: Entering directory `C:/Documents and > Settings/Jamie&Mandy/My Documents/jamie' > g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE > -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_CORE_LIB -DQT_THREAD_SUPPORT > -I"..\..\..\..\Qt\2009.03\qt\include\QtCore" > -I"..\..\..\..\Qt\2009.03\qt\include" > -I"..\..\..\..\Qt\2009.03\qt\include\ActiveQt" -I"debug" > -I"..\..\..\..\Qt\2009.03\qt\mkspecs\win32-g++" -o debug\main.o main.cpp > mingw32-make[1]: Leaving directory `C:/Documents and > Settings/Jamie&Mandy/My Documents/jamie' > 'C:\DOCUME~1\JAMIE' is not recognized as an internal or external command, > operable program or batch file. > The system cannot find the path specified. > mingw32-make[1]: *** [debug/main.o] Error 1 > mingw32-make: Leaving directory `C:/Documents and Settings/Jamie&Mandy/My > Documents/jamie' > mingw32-make: *** [debug] Error 2 > Exited with code 2. > Error while building project jamie > When executing build step 'Make' > > > > Thanks, > > Shaun > > ------------------------------ > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
