Thread: [Fremantle Maemo5] Compilation errors in Ruby 1.9.2 make
View Single Post
Posts: 26 | Thanked: 56 times | Joined on Jul 2016 @ Where do I live?
#3
Originally Posted by nieldk View Post
Seems you probably have a typo somewhere in your parameters (configure)
Configure is a 17000+ auto generated file (made by Autoconf). However, I'm finding my Makefile has some empty parameters, bit I don't know what to type in. Some variables are undefined, such as:

Code:
empty = 
OUTLINE = -o $(empty)
Which lead to chains of undefined variables, the first defined is $OUTLINE, which makes the file run a bizarre -o command. Any clue?