A site for solving at least some of your technical problems...
A site for solving at least some of your technical problems...
Today I discovered why I was having a few hurdles last week.
The IT department pushed the installation of Norton Anti-virus with some Internet controls, whatever the exact name is...
The utility installs itself intrinsically in the operating system. This means it actually transforms a certain number of low level functions to manipulate your data files and check them as soon as they are created.
The potential results are that as your compile files:
And I can tell you that if you try to compile a large library such as Qt, it won't work with Norton enabled.
I just uninstalled it since there is another anti-virus already installed (which doesn't interfer with my development work other than making it a bit slower) and I use that machine nearly exclusively for development.
Then the machine worked just fine again. 8-)