Thanks Laurent. I'm having a hard time working out what I'm missing though. My Qt compile is passing the "configure" stage, and I can start the compile with nmake. It proceeds to build for about 10 minutes before failing with qt\bin\moc.exe exiting with code 0xc0000135. When I run moc.exe it manually, it reports missing msvcr80.dll.
I've got several versions of msvcr80.dll on my system, but including any of them in the path causes moc.exe to fail with runtime error. Am I right to assume vs2005 is the only current way to compile QuteCom? I'd read somewhere that mingw and vs2008 were broken? Rich ---------- Original Message ----------- From: Laurent Tarrisse <[email protected]> To: [email protected] Sent: Sun, 25 Apr 2010 14:51:15 +0200 Subject: Re: Not getting much success building QuteCom > Richard, > > Ok, you need to build Qt with vs2005 ... > > I've tried compiling qt from source but it fails (moc.exe is also missing > > these msvcr80.dll files, and I can't seem to get past that). > > > Looks like you have a path missing in PATH env variable ? > > Note that vcredist_x86.exe is integrated into the QuteCom installer > ... it should provide msvc dll on target system. > > Laurent > _______________________________________________ > QuteCom-dev mailing list > [email protected] > http://lists.qutecom.org/mailman/listinfo/qutecom-dev ------- End of Original Message ------- _______________________________________________ QuteCom-dev mailing list [email protected] http://lists.qutecom.org/mailman/listinfo/qutecom-dev
