Forum: Ruby Run qmake, make and make install

Posted by Robert Hansen (bertini)
on 2013-02-05 13:19
Hi

I'm currently working on a linux server and writing a buildscript with
commandline arguments.

example: ruby BuildIt.rb --unix -squeeze

The problem occours when I want to run qmake, make and make install

Gives me the error: make: command not found

I've tried %x{}, system, exec, open3 and so on.

Anyone tried this before and could give me an example on how its done?


Thanks in advance
Posted by Alex aka Sinm (Guest)
on 2013-02-05 13:26
(Received via mailing list)
Try to execute puts `which make`, it isn't in your path imho.
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.