Codelite


Kelvin

Pixel Mercenary
Joined
Jul 22, 2013
Messages
131
Website
www.kelvinshadewing.net
http://codelite.org

I'm trying to get this to build, but whenever I run cmake, I get an error message that's a mile long. Seriously, I can't even copy the whole thing because the console won't scroll back that far.

Would anyone be willing to take a shot at compiling this for me? I can't get cmake to behave for anything. make works just fine for me, but it turns out makefiles that come from cmake projects still require cmake to build, so they're pretty much useless.
 
If you dont even bother to find a way to give us pointer on why it fails for you, why would one bother to build this for you ?

I mean look the effort/reward ratio for both and think again....
 
Have you tried piping it through 'more'?  Something like:

cmake | more

(thats a vertical bar, not an l (ell))
Or maybe less? Sometimes less is more.
(I just wanted to bring up that miserable pun. Maybe redirecting it into a file instead would be even better. some command > file.txt 2>&1 )
 
Back
Top