|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
compilation error
I am using the IDE KDevelop2.1.3 , and I am getting this error:
../admin/depcomp: line 402: exec: 186-linux-g++: not found gmake: *** [parse_info.o] Error 127 ***failed*** Where parse_info is the file I am trying to compile. Having checked the folder where all the files of my project are kept, no object file is created for the .cpp file i am trying to compile. I feel it must be to do with the set up of KDevelop. Any ideas? |
|
#2
|
|||
|
|||
|
well, for some reason it's looking for a compiler named 186-linux-g++ - so find whatever setting is pointing to this compiler (which obviously doesn't exist), and change it to the real compiler (I would assume it's just g++ like most normal people's systems)
|
|
#3
|
|||
|
|||
|
your right. some one fixed it for me today. apparantly it is some bug in the ide. but he put in CXX=g++ into the arguments field. and that seemed to fix it.
|
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > compilation error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|