Code::Blocks Forums

User forums => Help => Topic started by: dedo678 on June 24, 2008, 03:07:32 am

Title: Unterminated quoted string
Post by: dedo678 on June 24, 2008, 03:07:32 am
So i'm trying to compile something simple. When I try to compile, I get this.

(http://www.cubeupload.com/files/4c8caeerror.png) (http://www.cubeupload.com)

What's it mean? How do I fix it?


Also, ignore the missing ">", it's there.
Title: Re: Unterminated quoted string
Post by: mandrav on June 24, 2008, 08:31:21 am
Remove Cygwin/Msys from your PATH env. variable.
Title: Re: Unterminated quoted string
Post by: eranif on June 24, 2008, 08:48:55 am
Actully i think that the problem is in the full path:
"/media/Glyph/jordan's stuff/projects/C++/Test2/main.cpp"

two things:
- Remove the space from the path
- Maybe the Apostrophe in "jordan's stuff"?

Eran

Title: Re: Unterminated quoted string
Post by: LeeU on December 07, 2008, 08:54:41 am
that's exactly 2 reasons for this error. thanks so much, guy.