Author Topic: Unterminated quoted string  (Read 12008 times)

dedo678

  • Guest
Unterminated quoted string
« on: June 24, 2008, 03:07:32 am »
So i'm trying to compile something simple. When I try to compile, I get this.



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


Also, ignore the missing ">", it's there.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Unterminated quoted string
« Reply #1 on: June 24, 2008, 08:31:21 am »
Remove Cygwin/Msys from your PATH env. variable.
Be patient!
This bug will be fixed soon...

Offline eranif

  • Regular
  • ***
  • Posts: 256
Re: Unterminated quoted string
« Reply #2 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


LeeU

  • Guest
Re: Unterminated quoted string
« Reply #3 on: December 07, 2008, 08:54:41 am »
that's exactly 2 reasons for this error. thanks so much, guy.