How to compile ScummVM with latest MinGW32CE and SDL
So, obviously you came here to give your CPU(s) and HDD(s) something to do for the next few hours (and don’t forget all the gigabytes for all the sources)
Prerequisites
In the following I assume you have created a directory in your homedir where all of the sources will be located. If not, do the following:
mkdir ~/wmports && cd ~/wmports
Additionally, you should download some scripts and put them into your path to make “configure” and “make” easier with the MinGW32CE toolchain.
mkdir scripts && cd scripts
wget http://pocketinsanity.org/patches/scripts/cross-configure-mingw32ce.sh
wget http://pocketinsanity.org/patches/scripts/cross-make-mingw32ce.sh
chmod +x *.sh && export PATH=$PATH:~/wmports/scripts
cd..
The parts with light-blue background have to be executed as your normal user, where the parts with light-red background have to be executed as root (invoked with “su”, NOT “su -” to prevent switching to the root homedir and environment)
Please note:
- For compiling under Cygwin, you NEED to omit all lines with “su” or “exit”
- This may have to be “sudo bash” in some OSes or distros which do not allow root login by default (Mac OSX or Ubuntu for example).
Risky sniffing
MIME sniffing in Internet Explorer enables cross-site scripting attacks
Uploading images is a standard requirement in any Web 2.0 application, but some features of Internet Explorer need to be carefully handled, otherwise a gap can open up and facilitate cross-site scripting attacks on site visitors.
Calendar
August 2010 M T W T F S S « Jul 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Recent Comments
- cerial: According to the current ScummVM maintainers, lib...
- Bratne: I'm having problems with libmpeg2-0.5.1. Seems it...
- Cross Site Scripting » Blog Archive » Cryptopath » Blog Archive » Risky Sniffing: [...] Uploading images is a standard requirement ...