Auto Adjust Photo - REMARKS
-----------------------------------------------------------------------------------------

Remember:
-----------
- give '-march=586' option for compiling like this: "./cc_all_unix.sh -march=586"
- create a compressed backup into ./backup folder with version number
- upload the compressed sources of the different versions to website
- upload all the current versions of source codes too
- mark changes in ./sources/ChangeLog, aaphoto.c (remark and printf code) and aargb.c
- generate README file
- generate NEWS file


Places to change version number:
---------------------------------
- aaphoto.c: beginning of source code at the changelog
- aaphoto.c: beginning of source code where the --version switch info is
- aargb.c: beginning of source code at the changelog
- inno setup source code
- index.html: at blog part
- aaphoto.html: at the downloads (date, version, file size)

-----------------------------------------------------------------------------------------

Compiling:
-----------
- at compile the included libs should have the order where the first ones depend
  the latter ones
- not to forget to give the __WIN32__ and __UNIX__ directives at compile time
- dummy codes should be removed from jasper before compile
- ./configure should be run in jpeg to create the jconfig.h file
- innosetup should be installed into wine

-----------------------------------------------------------------------------------------

AUTOMAKE:
-----------
autoscan && mv configure.scan configure.in && autoconf && automake

-----------------------------------------------------------------------------------------

Win32 Cross Compiler installation:

apt-get install mingw32

-----------------------------------------------------------------------------------------

Other platform compilation issues:


OLIVEBSD 3.8 (OpenBSD live CD)
Login: yes
GCC: yes
Internet connection: yes
Problem: missing development files


BELENIX 0.6.1 (Open Solaris Live CD)
BELENIX 0.5.1 (Open Solaris Live CD)
Login: yes
GCC: yes
Internet connection: yes
Problem: missing development files of libm.a and libc.a,
so only dynamic executable can be made


SCHILLIX 0.4.4 (Open Solaris Live CD)
Login: yes
GCC: yes
Internet connection: yes
Problem: not enough space for files and no ramdisk can be made, plus libm.a missing too


MILAX 0.2 (Open Solaris Live CD)
Login: yes (alex / alex - su / root)
GCC: no
Internet connection: yes
Problem: no compiling tools


DARWIN 0.8.0.1 (MAC OS x86 Install CD)
System stops at boot time (complaining about hardware issues)
Cold boot goes fine, it needs to be installed on harddisk,
but only HFS+ filesystem will be ok
and only with fully automatic partitioning
----
Login: yes
GCC: yes
Internet connection: no
----
Dual boot with Darwin and Linux system
then on Linux:
mount /dev/hda1 /media/custom/ -t hfsplus
then copy files to Darwin for compilation,
then later copy them back to Linux
