On Mon, Oct 24, 2011 at 2:21 PM, sparsh mittal <[email protected]>wrote:
> Hello > > I tried to install marss on a different machine. Here it gives following > error. Then I tried to install qemu-0.14 separately, which runs fine. > > I did a diff on qemu folder of marss and qemu-0.14 and they have huge > difference. > I wanted to know if I could do something to address this error. If it > requires something non-trivial; then I don't plan to do it. > > scons -Q c=4 > running with -j4 > /bin/sh: sdl-config: command not found > ERROR: SDL library not found > ERROR: X11 Library Check failed > Package gnutls was not found in the pkg-config search path. > Perhaps you should add the directory containing `gnutls.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gnutls' found > VNC TLS support not found, TLS support disabled > /bin/sh: curl-config: command not found > NameError: name 'cocoa' is not defined: > File "/home/sparsh/ddrive/test/checkout/MyMarss/SConstruct", line 114: > config_success = SConscript(qemu_configure_script) > File "/home/sparsh/bin/lib/scons-2.1.0/SCons/Script/SConscript.py", line > 614: > return method(*args, **kw) > File "/home/sparsh/bin/lib/scons-2.1.0/SCons/Script/SConscript.py", line > 551: > return _SConscript(self.fs, *files, **subst_kw) > File "/home/sparsh/bin/lib/scons-2.1.0/SCons/Script/SConscript.py", line > 260: > exec _file_ in call_stack[-1].globals > File "/home/sparsh/ddrive/test/checkout/MyMarss/qemu/SConfigure", line > 971: > if not target_user_only and env['check_gfx'] and not env['sdl'] and not > cocoa: > > In line 534 of 'qemu/SConfigure' file replace 'True' with 'False', it will disable this check. We need to provide some configuration switch to disable check for SDL if not available. - Avadh Thanks and Regards > Sparsh Mittal > > > > _______________________________________________ > http://www.marss86.org > Marss86-Devel mailing list > [email protected] > https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel > >
_______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
