<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>I'm not sure what weird version of QT the Innotek was using, but the one I</blockquote>
<div> </div>
<div>Of course Innotek uses commercial one (Qt 3.3.8 should be still available from TrollTech, unfortunly it's not GPL, only commercial license is  available)</div>
<div>I sucessfully build VirtualBox on Windows using commercial Qt 3.3.8, it worked correctly (technically, I'm not sure about legality of distributing such build, according to GPL you must distribute full sources but you cant distribute Qt sources and Qt could not qualify as 'system library' on Windows)</div>

<div> </div>
<div>As for Qt/free not working, somebody either has to change configure.vbs(and possible sources) to work with Qt/free, or somehow solve this issue with TrollTech(how?i don't know), wait until Innotek transition to Qt4(or port yourself) or try to use non-commercial builds for Qt 3.x (they were included with old books about Qt from TT's engineers, don't know how this will be legal,GPLed Vbox+non-commercial(and closed-source) qt version).</div>

<div><br>May be you should ask on TT's qt-interest@ how this situation could be solved in correct way ? (without resorting to use services of famous Swedish site)</div>
<div> </div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">downloaded and built does NOT match the requirements of vbox's configure.vbs<br>file.  I'm not sure if editing the vbs file will help or if the qt version I<br>
downloaded is NOT compatible with vbox.<br><br>Any sugestions?<br>Thanks,<br>Doug.<br><br><br><br>In article <<a href="mailto:fscoej$5e2$1@ger.gmane.org">fscoej$5e2$1@ger.gmane.org</a>>,<br><a href="mailto:biteme@bitbasher.net">biteme@bitbasher.net</a> says...<br>
><br>><br>>Heya thanks for that link!  I'll download and try it out.<br>><br>>It looks like I have to first compile QT/win before I can use it as a tool<br>for<br>>VBox, but the QT build instructions don't look too weird.  Hopefully this<br>
will<br>>work.<br>><br>>I'm going to try out qt 3.3.5-5 as it seems about the right time.  If you've<br>>got this to work and if you used a different qt version please let me know<br>>just in case 3.3.5-5 doesn't work well.<br>
><br>>Thanks!!!<br>>Doug.<br>><br>><br>>In article <<a href="mailto:47E8BC6A.80308@sun.com">47E8BC6A.80308@sun.com</a>>,<br><a href="mailto:Andreas.L@Sun.COM">Andreas.L@Sun.COM</a><br>>says...<br>
>><br>>><br>>>Hi Doug,<br>>><br>>>there is a free implementation of Qt/win 3.3.x as Open Source, based on<br>>>the last Trolltech's Qt/x11 3.3.x branch, which is also Open Source.<br>
>>Using this package, it is possible to find Qt with the "configure.vbs"<br>>>script and compile the VirtualBox frontend.<br>>><br>>>Take a look here: <a href="http://qtwin.sourceforge.net/">http://qtwin.sourceforge.net/</a><br>
>><br>>>Regards,<br>>>Andreas<br>>><br>>><br>>><br>>>Doug wrote:<br>>>> Well, I worked with this for 1.5 days on the weekend and I've concluded<br>>that<br>>>> the average developer cannot build VirtualBox for Windows.<br>
>>><br>>>> I got all the tools installed that are listed in the prerequisites and<br>>>> configure.vbs finds them all.  Then configure.vbs ABORTS because of QT.<br>>>><br>>>> It appears (to me) that VirtualBox uses an older (and now unavailable)<br>
>>> proprietary version of QT/win 3.3.x but the current publicly available<br>>>> versions of QT are version 4.x and greater.<br>>>><br>>>> It seems that VirtualBox is not compatible with QT 4.x and only works with<br>
>the<br>>>> not-available QT 3.3.x versions.<br>>>><br>>>> I did ready the section in the build instructions about the issue with QT.<br><br>>At<br>>>> first I didn't understand the problem (because the documentation was<br>
>written<br>>>> by a developer who was VERY familiar with the tools).  After doing a bit<br>of<br>>>> internet snooping it seems that the TOOLS NEEDED TO BUILD VIRTUALBOX FOR<br>>>> WINDOWS ARE NOT AVAILABLE.  Please correct me if I'm wrong, but I cannot<br>
>find<br>>>> any versions of QT 3.3.x that VirtualBox needs to work.<br>>>><br>>>> So now the question becomes, is it even possible for someone other than<br>>>> Innotek/Sun to build VBox for Windows if they haven't purchased the QT<br>
>3.3.x<br>>>> toolkit?  Also note that Trolltech no longer supports QT versions < 4.0.<br>>>><br>>>> Doug.<br>>>><br>>>><br>>>><br>>>> In article <F6258B02585E474B97BDF70C70B840DC@DavidLaptop>,<br>
>>> <a href="mailto:mykeysdavid@gmail.com">mykeysdavid@gmail.com</a> says...<br>>>><br>>>>> If you plan using MinGW only for VirtualBox, then there are folders that<br>>can<br>>>>> be used.<br>
>>>><br>>>>> Go to the root VirtualBox directory, then go to "tools/win.x86". Here you<br>>>>> create the following directory structure, in addition of the already<br>>>>> existing directories.<br>
>>>><br>>>>> win.x86<br>>>>> -mingw32<br>>>>> --v3.3.3<br>>>>> ---(all the files of MinGW except the Win32 API stuff)<br>>>>> -w32api<br>>>>> --v2.5<br>
>>>> ---(The win32 API stuff)<br>>>>><br>>>>> Then you run again the configure.vbs script and it should detect MinGW<br>>>>> without any supplemental configuration.<br>>>>><br>
>>>> --------------------------------------------------<br>>>>> From: "Doug" <<a href="mailto:biteme@bitbasher.net">biteme@bitbasher.net</a>><br>>>>> Sent: Saturday, March 22, 2008 12:58 AM<br>
>>>> To: <<a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a>><br>>>>> Subject: [vbox-dev] Help building VBox on WinXP - understanding toolchain<br>>>>><br>>>>><br>
>>>>> Hi,<br>>>>>><br>>>>>> I've read the information about building vbox on windows here:<br>>>>>> <a href="http://www.virtualbox.org/wiki/Windows%20build%20instructions">http://www.virtualbox.org/wiki/Windows%20build%20instructions</a><br>
>>>>><br>>>>>> I have no trouble installing all the native Win32 tools (VS2005, SDK,<br>>>>>> DDK, SDL, DXSDK), but the MinGW tools are all just a bunch of files in<br>>>>>> tar archives.<br>
>>>>><br>>>>>> Where do I install all the MinGW files?  Do I need to set them up in any<br>>>>>> special way or run any installer?<br>>>>>><br>>>>>> There is mention on the page of cygwin but cygwin is NOT listed as a<br>
>>>>> prerequisite tool.  Do I need cygwin?  If so, where do I get it and<br>>>>>> which version should I use.<br>>>>>><br>>>>>> Basically, if someone can give me a few easy steps to get all the needed<br>
>>>>> tools correctly installed for WinXP I'd really appreciate it.<br>>>>>><br>>>>>> Doug.<br>>>>>><br>>>>>><br>>>>>><br>>>>>> _______________________________________________<br>
>>>>> vbox-dev mailing list<br>>>>>> <a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>>>>>> <a href="http://vbox.innotek.de/mailman/listinfo/vbox-dev">http://vbox.innotek.de/mailman/listinfo/vbox-dev</a><br>
>>>>><br>>>>><br>>>><br>>>><br>>>><br>>>> _______________________________________________<br>>>> vbox-dev mailing list<br>>>> <a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>
>>> <a href="http://vbox.innotek.de/mailman/listinfo/vbox-dev">http://vbox.innotek.de/mailman/listinfo/vbox-dev</a><br>>>><br>>><br>>><br>>>--<br>>>Andreas Loeffler<br>>>System Software Engineer, VirtualBox<br>
>>Sun Microsystems GmbH<br>>>Werkstrasse 24<br>>>71384 Weinstadt, Germany<br>>>phone: +49 7151 604050<br>>><br>>>================================================<br>>>Sitz der Gesellschaft: Sun Microsystems GmbH,<br>
>>Sonnenallee 1, 85551 Kirchheim-Heimstetten<br>>>Amtsgericht Muenchen: HRB 161028<br>>>Geschaeftsfuehrer: Thomas Schroeder,<br>>>Wolfgang Engels, Dr. Roland Boehmer<br>>>Vorsitzender des Aufsichtsrates: Martin Haering<br>
>>================================================<br>>><br>>><br>><br>><br>><br><br><br><br>_______________________________________________<br>vbox-dev mailing list<br><a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>
<a href="http://vbox.innotek.de/mailman/listinfo/vbox-dev">http://vbox.innotek.de/mailman/listinfo/vbox-dev</a><br></blockquote><br><br clear="all"><br>-- <br>--<br>Best Regards,<br>Dmitriy Kazimirov,<br>C++ Developer<br>
of ISS Art, Ltd., Omsk, Russia<br>Web: <a href="http://www.issart.com">http://www.issart.com</a><br>E-mail: <a href="mailto:dkazimirov@issart.com">dkazimirov@issart.com</a>