Difference between revisions of "User:Pvrohr"

 
(Compiling EiffelStudio on WinXP:)
Line 1: Line 1:
 
== Compiling EiffelStudio on WinXP: ==
 
== Compiling EiffelStudio on WinXP: ==
 +
This section summarizes the so far rather painful process of compiling EiffelStudio. The platform for which the following description applies is MS Windows XP SP2 using the [http://download.microsoft.com/download/a/5/f/a5f0d781-e201-4ab6-8c6a-9bb4efed1e1a/PSDK-x86.exe MSDN PSDK-x86.exe] and the free MS C-compiler. The system was set up according to the description which can be found at: [[http://eiffelsoftware.origo.ethz.ch/index.php/Windows_32-bit_C_compiler]].
 +
 
The compilation process follows the basic steps described at:  
 
The compilation process follows the basic steps described at:  
 
[[http://eiffelsoftware.origo.ethz.ch/index.php/Compiling_EiffelStudio]].
 
[[http://eiffelsoftware.origo.ethz.ch/index.php/Compiling_EiffelStudio]].
  
 +
 +
=== Milestones ===
 +
==== M1 June 12, 2006 ====
 
Installed the new release 5.7.59395 announced at [[http://origo.ethz.ch/pipermail/es-devel/2006-June/000305.html]]
 
Installed the new release 5.7.59395 announced at [[http://origo.ethz.ch/pipermail/es-devel/2006-June/000305.html]]
  
 
Modified the automatic build scripts[[http://eiffelsoftware.origo.ethz.ch/index.php/Automatic_Build_Scripts]].
 
Modified the automatic build scripts[[http://eiffelsoftware.origo.ethz.ch/index.php/Automatic_Build_Scripts]].
 +
 +
This led to a version of EiffelStudio that was able to create new basic projects. For some mysterious reasons the debugger worked also for simple projects, but nobody else could replicate this. Hence, it is not clear whether this debugger version was running correctly.
 +
 +
==== M2 June 16, 2006 ====
 +
Installed new release 5.7.59623 because it was recommended on es-devel and the previous version began to choke on current checkouts.

Revision as of 03:15, 16 June 2006

Compiling EiffelStudio on WinXP:

This section summarizes the so far rather painful process of compiling EiffelStudio. The platform for which the following description applies is MS Windows XP SP2 using the MSDN PSDK-x86.exe and the free MS C-compiler. The system was set up according to the description which can be found at: [[1]].

The compilation process follows the basic steps described at: [[2]].


Milestones

M1 June 12, 2006

Installed the new release 5.7.59395 announced at [[3]]

Modified the automatic build scripts[[4]].

This led to a version of EiffelStudio that was able to create new basic projects. For some mysterious reasons the debugger worked also for simple projects, but nobody else could replicate this. Hence, it is not clear whether this debugger version was running correctly.

M2 June 16, 2006

Installed new release 5.7.59623 because it was recommended on es-devel and the previous version began to choke on current checkouts.