I trying to build MoSync for Fredora 15 (x86_64, gcc (GCC) 4.6.0 20110530 (Red Hat 4.6.0-9)). I am using this guide: http://www.mosync.com/documentation/manualpages/building-mosync-source-linux
But getting this error:
./workfile.rb CONFIG=debug
Set constant "CONFIG"="debug"
Error: null path
/home/red1/rpmbuild/BUILD/mosync-2.5/rules/error.rb:19:in `error': null path (RuntimeError)
from /home/red1/rpmbuild/BUILD/mosync-2.5/rules/mosync_util.rb:21:in `switchPathSlashes'
from /home/red1/rpmbuild/BUILD/mosync-2.5/rules/mosync_util.rb:33:in `mosyncdir'
from ./workfile.rb:49:in `setup'
from /home/red1/rpmbuild/BUILD/mosync-2.5/rules/task.rb:66:in `invoke'
from /home/red1/rpmbuild/BUILD/mosync-2.5/rules/targets.rb:33:in `invoke'
from /home/red1/rpmbuild/BUILD/mosync-2.5/rules/targets.rb:33:in `each'
from /home/red1/rpmbuild/BUILD/mosync-2.5/rules/targets.rb:33:in `invoke'
from /home/red1/rpmbuild/BUILD/mosync-2.5/rules/targets.rb:33:in `invoke'
from /home/red1/rpmbuild/BUILD/mosync-2.5/rules/targets.rb:33:in `each'
from /home/red1/rpmbuild/BUILD/mosync-2.5/rules/targets.rb:33:in `invoke'
from /home/red1/rpmbuild/BUILD/mosync-2.5/rules/targets.rb:122:in `invoke'
from /home/red1/rpmbuild/BUILD/mosync-2.5/rules/targets.rb:118:in `each'
from /home/red1/rpmbuild/BUILD/mosync-2.5/rules/targets.rb:118:in `invoke'
from ./workfile.rb:115
Using CONFIG="" has same effect.