CMakeLists.txt:15: Parse error -- solved

discuss compiling applications for Puppy
Post Reply
Message
Author
User avatar
Tman
Posts: 808
Joined: Sat 22 Jan 2011, 21:39
Location: Toronto

CMakeLists.txt:15: Parse error -- solved

#1 Post by Tman »

Code: Select all

CMake Error: Error in cmake code at
/root/my-pets/tint2-0.11/CMakeLists.txt:15:
Parse error.  Function missing ending ")".  Instead found left paren with text "(".
I was trying to compile Tint2-0.11 in Solidpup ( Wary 5.1.1 - based ), and got the error message above. Tint2 requires imlib2_DEV as a build dependency, which I had already made. Tint2 compiled without errors in lucid, so I was wondering if someone could explain to me, what the parse error was?

Is there a parsing program that I don't know about? Or perhaps the version of CMake in Solidpup is older and won't compile properly?

EDIT: I found that udating to a new version of Cmake fixed the problem,
but tint2 still wouldn't compile becuase xrandr was too old.
-

Post Reply