Difference between revisions of "Talk:Compiling EiffelStudio"

Line 91: Line 91:
 
   Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch.
 
   Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch.
  
[[User:Patrickr|Patrickr]] 17:09, 18 April 2006 (CEST)
+
'''[[User:Patrickr|Patrickr]] 17:09, 18 April 2006 (CEST)'''
  
 
You have to give a single path, not a list of paths. The correct path should be C:\Programme\Microsoft Visual Studio 8\VC\bin
 
You have to give a single path, not a list of paths. The correct path should be C:\Programme\Microsoft Visual Studio 8\VC\bin

Revision as of 07:10, 18 April 2006

i installed everything acording to the howto here in the wiki

i have win2000 on my machine installed the 3 .net products acording to the win32 c compiler installation page installed eiffel studio 57 got everthyng from the svn compiled the libraries

when compiling the eiffel studio the following error occurs:


  big_file_C1_c.c
  1 Datei(en) kopiert.
  emain.c
  1 Datei(en) kopiert.
  /usr/bin/link: invalid option -- S
  Try `/usr/bin/link --help' for more information.
  NMAKE : fatal error U1077: 'D:\Programme\cygwin\bin\link.EXE' : return code '0x1'
  Stop.


the same error occurs when i try to compiel a eiffel project from the downloaded eiffel studio... any ideas help ??


Patrickr 21:21, 13 April 2006 (CEST)

There seems to be a problem with the paths and the wrong link command is used. Try to change the order of the paths so that the linker from the microsoft compiler is found before the linker in the cygwin environment.

try 2

thx for the fast response ok, i changed my path and put cygwin at the end:

next error:

  big_file_C1_c.c
  1 Datei(en) kopiert.
  emain.c
  1 Datei(en) kopiert.
  Microsoft (R) Incremental Linker Version 8.00.50727.42
  Copyright (C) Microsoft Corporation.  All rights reserved.
  
  -STACK:5000000 -NODEFAULTLIB:libc -STACK:5000000 -NODEFAULTLIB:libc -SUBSYSTEM:C
  ONSOLE -OUT:ec.exe
  e1\emain.obj
  D:\PROGRA~1\EIFFEL~1\studio\spec\windows\lib\msc\mtwkbench.lib
  E:\Files\'ETH~1\SASS06~1\57dev\C\bench\mtcompiler.lib
  E:\Files\'ETH~1\SASS06~1\57dev\C\platform\platform.lib
  E:\Files\'ETH~1\SASS06~1\57dev\Eiffel\library\cli_writer\spec\msc\lib\cli_writer.lib
  USER32.lib WSOCK32.lib ADVAPI32.lib GDI32.lib SHELL32.lib COMDLG32.lib UUID.lib
  OLE32.lib OLEAUT32.lib COMCTL32.lib MPR.LIB
  ec.res
  C79\Cobj79.lib C78\Cobj78.lib C77\Cobj77.lib C76\Cobj76.lib C75\Cobj75.lib
  C74\Cobj74.lib C73\Cobj73.lib C72\Cobj72.lib C71\Cobj71.lib C70\Cobj70.lib
  C69\Cobj69.lib C68\Cobj68.lib C67\Cobj67.lib C66\Cobj66.lib C65\Cobj65.lib
  C64\Cobj64.lib C63\Cobj63.lib C62\Cobj62.lib C61\Cobj61.lib C60\Cobj60.lib
  C59\Cobj59.lib C58\Cobj58.lib C57\Cobj57.lib C56\Cobj56.lib C55\Cobj55.lib
  C54\Cobj54.lib C53\Cobj53.lib C52\Cobj52.lib C51\Cobj51.lib C50\Cobj50.lib
  C49\Cobj49.lib C48\Cobj48.lib C47\Cobj47.lib C46\Cobj46.lib C45\Cobj45.lib
  C44\Cobj44.lib C43\Cobj43.lib C42\Cobj42.lib C41\Cobj41.lib C40\Cobj40.lib
  C39\Cobj39.lib C38\Cobj38.lib C37\Cobj37.lib C36\Cobj36.lib C35\Cobj35.lib
  C34\Cobj34.lib C33\Cobj33.lib C32\Cobj32.lib C31\Cobj31.lib C30\Cobj30.lib
  C29\Cobj29.lib C28\Cobj28.lib C27\Cobj27.lib C26\Cobj26.lib C25\Cobj25.lib
  C24\Cobj24.lib C23\Cobj23.lib C22\Cobj22.lib C21\Cobj21.lib C20\Cobj20.lib
  C19\Cobj19.lib C18\Cobj18.lib C17\Cobj17.lib C16\Cobj16.lib C15\Cobj15.lib
  C14\Cobj14.lib C13\Cobj13.lib C12\Cobj12.lib C11\Cobj11.lib C10\Cobj10.lib
  C9\Cobj9.lib C8\Cobj8.lib C7\Cobj7.lib C6\Cobj6.lib C5\Cobj5.lib
  C4\Cobj4.lib C3\Cobj3.lib C2\Cobj2.lib C1\Cobj1.lib E1\Eobj1.lib
  LINK : fatal error LNK1181: cannot open input file'
  E:\Files\'ETH~1\SASS06~1\57dev\C\bench\mtcompiler.lib'
  NMAKE : fatal error U1077: '"C:\Programme\Microsoft Visual Studio 8\VC\bin\link.EXE"' : return code '0x49d'
  Stop.

sorry wont be able to compile again until after eastern

Manus 22:00, 13 April 2006 (PST)

Looks like the runtime was not compiled. See the instructions at Compiling EiffelStudio.

FoB 11:23, 18 April 2006 (CEST)

when i compile the runtime i get 10 errors "path not found" it looks like the following line is guilty of producing this error

  "%MSVCDir%\bin\nmake" %1

i added the following line to the file configure.bat (i tried both nmake i have on my computer)

  set MSVCDir=D:\Programme\psdk;C:\Programme\Microsoft Visual Studio 8\VC\bin
  set MSVCDir=D:\Programme\Microsoft.NET\SDK\v2.0;C:\Programme\Microsoft Visual Studio 8\VC\bin

unfortunatly i now get 10 times the following error:

  Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch.

Patrickr 17:09, 18 April 2006 (CEST)

You have to give a single path, not a list of paths. The correct path should be C:\Programme\Microsoft Visual Studio 8\VC\bin