7stud2
(7stud --)
1
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 via http://www.ruby-forum.com/.
Try to execute puts `which make`, it isn't in your path imho.
···
On Tuesday, 5 February 2013 г. at 16:19, Robert Hansen wrote:
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 via http://www.ruby-forum.com/\.