certik / yaml-cpp

Automatically exported from code.google.com/p/yaml-cpp
MIT License
0 stars 0 forks source link

Build error in Ninja #278

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cmake -g Ninja
2. ninja

What is the expected output? What do you see instead?
I got
bad $-escape (literal $ must be written as $$)

What version of the product are you using? On what operating system?
Win 7 32bit + cmake 0.5.1 + gcc 4.9.1

Please provide any additional information below.
If I replace $(MAKE) with ${CMAKE_MAKE_PROGRAM}, build became successful.

Original issue reported on code.google.com by shin1.katayama on 21 Feb 2015 at 2:37

Attachments:

GoogleCodeExporter commented 9 years ago
First, do you have a typo in your step #1? Should the "-g" be "-G"?

Second, this works for me at tip on OS X - can you check at tip? I suspect this 
is the same as Issue 210, which was fixed.

Original comment by jbe...@gmail.com on 21 Feb 2015 at 6:27

GoogleCodeExporter commented 9 years ago
it's a typo. -G is correct.
The latest source works! Sorry, I should've checked the same issue before I 
create a ticket.
Do you have a plan to release the latest version? I'd like to use it in my 
application. Is the tip stable enough?

Original comment by shin1.katayama on 22 Feb 2015 at 1:05

GoogleCodeExporter commented 9 years ago
Yeah, I'll release a new version shortly. The tip is pretty stable - I just 
have to verify a bunch of Windows stuff and then I'll release it.

Original comment by jbe...@gmail.com on 22 Feb 2015 at 4:27

GoogleCodeExporter commented 9 years ago
Cool! I'm looking forward to it. Thank you for your great work!

Original comment by shin1.katayama on 22 Feb 2015 at 4:47