Posts Tagged ‘Error Message’
What does the following error message in Dev-C++ mean?
There doesn’t seem to be GNU Make file in PATH or in Dev-C++’s Bin path. Please make sure that you have GNU Make and adjust Bin setting or system PATH environment variable and that make setting in Compiler Option contains correct filename, otherwise you will not be able to compile anything.
…and moreover, how do I address this problem.
GNU/Linux ubuntu 7.10 distribution, "GRUB Hard Disk Error", please Help??
i am a total noob to linux to so please bear with me. i had win xp installed on my comp and out of bordum i decided to install linux (UBUNTU 7.10) i did some research (but apparently not enought) and installed linux. but everytime i boot my comp i get a "GRUB Hard Disk Error" (no " ") with no error message. I’ve tried installing four times now and the same thing happens. How can this problem be resolved?
How do you change the region code on a computer?
My computer’s region code has changed from region 4 to region 1. I don’t know how this happened but I need to change it back. I’ve tried doing it through windows media player, and the following error message is displayed:
DVD Region Change Error:
Unable to update region setting. Please make sure the drive contains a region 4 media and you have administration privilege.
But, The drive does contain a region 4 media and I do have administration privileges.
How do you change the region code back?
Installing the GNU C++ that comes with C++ for Dummies 4th Edition?
I am haveing trouble installing the GNU C++ program that comes on the disk with C++ for Dummies 4th edition. there is no .exe file inside any of the folders on the disk therefore how am i meant to install it? i read the read me but thats jsut as confuseing im running windows XP and would realley like to use this as i want to learn C++ but cant get the right environment as it cant be installed!
i can get rhide up through useing an exe file in the bin file of it however when i go to compile to create an exe i get the error message: cannot specify -o with -c or -s and multiple compilations
How do I get my own error message on php?
I have a php script. There is a variable which gets bigger and bigger until I get an error. This error happens when I do something like $variable = $variable.$othervariable. I would like to know the values of $variable and $othervariable exactly in the moment I get the error. Is there a way to do this?