permission denied
Posted by: Preethi K
Date: June 12, 2012 12:39AM

im working on dev-cpp compiler..
which ever code im trying to run returns me the following error :(


ERROR:
Compiler: Default compiler
Building Makefile: "C:\Program Files\Dev-Cpp\Makefile.win"
Executing make...
make.exe -f "C:\Program Files\Dev-Cpp\Makefile.win" all
g++.exe -D__DEBUG__ -c test1.cpp -o test1.o -I"C:/Users/Appi/Desktop/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Users/Appi/Desktop/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Users/Appi/Desktop/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Users/Appi/Desktop/Dev-Cpp/include/c++/3.4.2" -I"C:/Users/Appi/Desktop/Dev-Cpp/include" -g3

g++.exe -D__DEBUG__ test1.o -o "prgm.exe" -L"C:/Users/Appi/Desktop/Dev-Cpp/lib" -lmysql "../MySQL/MySQL Server 5.5/lib/libmysql.dll" include/mysql.h -g3

include/mysql.h:1: fatal error: can't create precompiled header prgm.exe: Permission denied
compilation terminated.

make.exe: *** [prgm.exe] Error 1

Execution terminated



i would be grateful if sombody helps me out...

thank you all..

Options: ReplyQuote


Subject
Views
Written By
Posted
permission denied
1764
June 12, 2012 12:39AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.