lawrancej / CompilerKit

Compiler construction library in C.
GNU Lesser General Public License v2.1
55 stars 33 forks source link

Convert if statements in visitor-demo.c to g_assert() #18

Closed lawrancej closed 12 years ago

mrpenguin7 commented 12 years ago

I will do this once I get my cmake working.

lawrancej commented 12 years ago

By the way, Mike, let me know if there's anything I can do to help you get cmake working. What was the error?

mrpenguin7 commented 12 years ago

Thanks, I just got it working. I had a could not find cache error, which I fixed by running the command "cmake ." in the CompilerKit directory (which generated the cache file). After that the "cmake --build ." command works fine.

Now that this works I will add the g_asserts tomorrow and then take another issue.