On Friday, February 15, 2013 11:59:47 PM UTC+1, Joonhwan Lee wrote:
Currently still hairy in my brain. I'll do that as soon as your new git repo is prepared.
If you still find you have some hard time to figure out how the projects work, please feel free to ask me what you don't understand.
(Maybe in another thread, or through private emails if you want)
I think that once I finish to explain how AOSL works, it will be easier to explain how AOS Designer should work too.
To get back to the topic of compilers, I manage to compile AOS Designer with a VC11 64Bit binary of Qt5.0.2 which is available there:
http://releases.qt-project.org/digia/5.0.2/latest_successful/2013-02-28-439/However, I couldn't link with CodeSynthesis XSD. The CMake script for finding XSD is too simplist, it don't take into account the 64bit binaries which are provided with the XSD build.
The CMake script is a hack I've set, using a previously written script. I'm not happy with it and will see if I can fix that, but I'm not very familiar with writing find_package scripts for CMake.
I will see with XSD developers if there is work for providing a better find package script.
I took the time to try to use QtCreator (from the installer from the link) which should have worked. However, it exposes CMake error which I don't understand so far.
I guess for now, until I fix the XSD script, I'm still forced to use VS2010 with Qt5.
Joel Lamotte