On Ubuntu, rcc is installed in /usr/bin as part of the libqt4-dev...
So either you are missing the QT4 slackware package or there's
something different about the way its set-up that's causing to look
for /usr/lib/qt/bin/rcc-qt4 instead.


On Dec 19, 2007 1:16 PM, Tuma <[EMAIL PROTECTED]> wrote:
> Since I've no experience in SCons I need some help.
>
> ---------------------------------------------
> #scons qtdir=/usr/lib/qt
> scons: Reading SConscript files ...
> Platform: Linux
> QT path: /usr/lib/qt
> Loading qt4 tool...
> Qt4 command 'rcc' not found. Tried: /usr/lib/qt/bin/rcc-qt4
> and /usr/lib/qt/bin/rcc: None:
>   File "/usr/src/mixxx-1.6.0beta1/SConstruct", line 2:
>     SConscript(File('src/SConscript'), build_dir=Dir('src/.obj'), duplicate=0)
>   File "/usr/lib/scons-0.97.0d20071212/SCons/Script/SConscript.py", line 596:
>     return apply(method, args, kw)
>   File "/usr/lib/scons-0.97.0d20071212/SCons/Script/SConscript.py", line 533:
>     return apply(_SConscript, [self.fs,] + files, subst_kw)
>   File "/usr/lib/scons-0.97.0d20071212/SCons/Script/SConscript.py", line 256:
>     exec _file_ in call_stack[-1].globals
>   File "/usr/src/mixxx-1.6.0beta1/src/SConscript", line 170:
>     env = Environment(tools=['default','qt4', 'msvs'], toolpath=['../', './'],
> QTDIR=flags_qtdir, QT_LIB='')
>   File "/usr/lib/scons-0.97.0d20071212/SCons/Environment.py", line 889:
>     apply_tools(self, tools, toolpath)
>   File "/usr/lib/scons-0.97.0d20071212/SCons/Environment.py", line 101:
>     env.Tool(tool)
>   File "/usr/lib/scons-0.97.0d20071212/SCons/Environment.py", line 1516:
>     tool(self)
>   File "/usr/lib/scons-0.97.0d20071212/SCons/Tool/__init__.py", line 175:
>     apply(self.generate, ( env, ) + args, kw)
>   File "/usr/src/mixxx-1.6.0beta1/src/qt4.py", line 253:
>     QT4_RCC = locateQt4Command(env,'rcc', env['QTDIR']),
>   File "/usr/src/mixxx-1.6.0beta1/src/qt4.py", line 234:
>     raise "Qt4 command '" + command + "' not found. Tried: " + fullpath1 + "
> and "+ fullpath2
> ---------------------------------------------
>
> Seems I really have no rcc. But I don't understand what does SCons tells.
> In this case what should I do to build Mixxx 1.6.0?
>
> -------------------------------------------------------------------------
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services
> for just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> Mixxx-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>



-- 
             __
--- == __/ t.O ==--
http://stacktrace.org/

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to