Post by Daniel F MoissetCould you please send me the build output? Possibly I can remove some of
those warnings.
C:\se-1.2r7>install
Hello!
Thank you for choosing SmartEiffel.
I'm here to help you install your software. Many default options have been set
for you; the simplest way to install SmartEiffel is to keep pressing the
<Enter> key as long as I ask anything.
Of course you can change the options I set; it's just a matter of
chosing items
in the menus, and you'll see you can greatly customize your SmartEiffel
installation. A golden rule is, just pressing <Enter> always works, and
inexorably leads towards the actual SmartEiffel installation. When no
default is
provided (between brackets), the <Enter> key will just leave everything
unchanged and get you back to the previous menu.
As training, you'll be asked to press the <Enter> key to gain access to the
main menu ;-)
If you have problems, please contact the SmartEiffel12 team:
- either by mail: smarteiffel-***@public.gmane.org
- either by using the bugs database:
http://opensvn.csie.org/traccgi/smarteiff
el12
Press the <Enter> key:
Don't forget that rule: the <Enter> key ensures that SmartEiffel will
eventually
get installed.
The type of your operating system was automatically computed. Please verify.
---------------------------------------------------------------------------
Operating system: Windows
Configuration file name: C:\se-1.2r7\sys\system.se
1. Define the OS, the configuration file, the default directories and
loadpaths
2. Choose the C compilers and options for each C mode
3. Display the configuration information
4. Write the configuration file to disk
5. Install SmartEiffel
6. Exit
h. Help
Your choice [2]:
---------------------------------------------------------------------------
Default compiler is undefined
1. Modify the "boost" C mode
2. Modify the "no_check" C mode
3. Modify the "require_check" C mode
4. Modify the "ensure_check" C mode
5. Modify the "invariant_check" C mode
6. Modify the "loop_check" C mode
7. Modify the "all_check" C mode
8. Modify the "debug_check" C mode
9. Create a new C mode
10. Set the default compilers (undefined)
11. Set the default compilers options (undefined)
12. Return to the main menu
Your choice [10]:
Please enter the new value of the default C compiler:
vpcc, OpenVMS_CC, tcc, cl, vbcc, lcc-win32, gcc, dice, sc, wcl386, bcc32, cc
? cl
---------------------------------------------------------------------------
Default compiler is cl
1. Modify the "boost" C mode
2. Modify the "no_check" C mode
3. Modify the "require_check" C mode
4. Modify the "ensure_check" C mode
5. Modify the "invariant_check" C mode
6. Modify the "loop_check" C mode
7. Modify the "all_check" C mode
8. Modify the "debug_check" C mode
9. Modify the "release" C mode
10. Create a new C mode
11. Set the default compilers (cl)
12. Set the default compilers options (undefined)
13. Return to the main menu
Your choice [13]:
---------------------------------------------------------------------------
Operating system: Windows
Configuration file name: C:\se-1.2r7\sys\system.se
1. Define the OS, the configuration file, the default directories and
loadpaths
2. Choose the C compilers and options for each C mode
3. Display the configuration information
4. Write the configuration file to disk
5. Install SmartEiffel
6. Exit
h. Help
Your choice [3]:
---------------------------------------------------------------------------
Configuration file name: C:\se-1.2r7\sys\system.se
Operating system: Windows
Bin directory: C:\se-1.2r7\bin\
Sys directory: C:\se-1.2r7\sys\
Short directory: C:\se-1.2r7\short\
C mode: boost
C compiler type: cl
C++ compiler type: cl
C mode: no_check
C compiler type: cl
C++ compiler type: cl
C mode: require_check
C compiler type: cl
C++ compiler type: cl
C mode: ensure_check
C compiler type: cl
C++ compiler type: cl
--press <Enter> for more--
C mode: invariant_check
C compiler type: cl
C++ compiler type: cl
C mode: loop_check
C compiler type: cl
C++ compiler type: cl
C mode: all_check
C compiler type: cl
C++ compiler type: cl
C mode: debug_check
C compiler type: cl
C++ compiler type: cl
SmartEiffel options: -no_strip
C mode: release
C compiler type: cl
C++ compiler type: cl
SmartEiffel options: -no_split -compact
lib: C:\se-1.2r7\lib\loadpath.se
--press <Enter> for more--
tools: C:\se-1.2r7\tools\loadpath.se
tutorial: C:\se-1.2r7\tutorial\loadpath.se
Default C compiler: cl
Type <Enter> to go back to the menu:
---------------------------------------------------------------------------
Operating system: Windows
Configuration file name: C:\se-1.2r7\sys\system.se
1. Define the OS, the configuration file, the default directories and
loadpaths
2. Choose the C compilers and options for each C mode
3. Display the configuration information
4. Write the configuration file to disk
5. Install SmartEiffel
6. Exit
h. Help
Your choice [4]:
---------------------------------------------------------------------------
Operating system: Windows
Configuration file name: C:\se-1.2r7\sys\system.se
1. Define the OS, the configuration file, the default directories and
loadpaths
2. Choose the C compilers and options for each C mode
3. Display the configuration information
4. Write the configuration file to disk
5. Install SmartEiffel
6. Exit
h. Help
Your choice [5]:
---------------------------------------------------------------------------
You are about to start the SmartEiffel installation.
Just one last thing, though...
The default installation C mode is boost.
Please either type <Enter> to go on, or choose a new C mode now.
Summary of gathered options:
- C mode: boost
- C compiler: cl
- C options: (compiler)
(linker)
Here we go!
cl -c compile_to_c1.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c1.c
compile_to_c1.c(147) : warning C4996: 'strcpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\string.h(73) : see
declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider
using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online hel
p for details.'
compile_to_c1.c(237) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(345) : see
declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider
using sprint
f_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
cl -c compile_to_c10.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c10.c
cl -c compile_to_c11.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c11.c
cl -c compile_to_c12.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c12.c
cl -c compile_to_c13.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c13.c
cl -c compile_to_c14.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c14.c
cl -c compile_to_c15.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c15.c
cl -c compile_to_c16.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c16.c
cl -c compile_to_c17.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c17.c
cl -c compile_to_c18.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c18.c
cl -c compile_to_c19.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c19.c
cl -c compile_to_c2.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c2.c
cl -c compile_to_c20.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c20.c
cl -c compile_to_c21.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c21.c
cl -c compile_to_c22.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c22.c
cl -c compile_to_c23.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c23.c
cl -c compile_to_c24.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c24.c
cl -c compile_to_c25.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c25.c
cl -c compile_to_c26.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c26.c
cl -c compile_to_c27.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c27.c
cl -c compile_to_c28.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c28.c
compile_to_c28.c(191) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(234) : see
declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider
using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help
for details.'
cl -c compile_to_c29.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c29.c
cl -c compile_to_c3.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c3.c
cl -c compile_to_c30.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c30.c
compile_to_c30.c(27) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(234) : see
declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider
using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help
for details.'
cl -c compile_to_c31.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c31.c
cl -c compile_to_c32.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c32.c
compile_to_c32.c(106) : warning C4996: 'getenv' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdlib.h(483) : se
e declaration of 'getenv'
Message: 'This function or variable may be unsafe. Consider
using _dupen
v_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
cl -c compile_to_c33.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c33.c
cl -c compile_to_c34.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c34.c
cl -c compile_to_c35.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c35.c
cl -c compile_to_c36.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c36.c
cl -c compile_to_c37.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c37.c
cl -c compile_to_c4.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c4.c
cl -c compile_to_c5.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c5.c
cl -c compile_to_c6.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c6.c
cl -c compile_to_c7.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c7.c
cl -c compile_to_c8.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c8.c
cl -c compile_to_c9.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c9.c
cl -ocompile_to_c.exe compile_to_c1.obj compile_to_c2.obj
compile_to_c3.obj comp
ile_to_c4.obj compile_to_c5.obj compile_to_c6.obj compile_to_c7.obj
compile_to_c
8.obj compile_to_c9.obj compile_to_c10.obj compile_to_c11.obj
compile_to_c12.obj
compile_to_c13.obj compile_to_c14.obj compile_to_c15.obj
compile_to_c16.obj com
pile_to_c17.obj compile_to_c18.obj compile_to_c19.obj
compile_to_c20.obj compile
_to_c21.obj compile_to_c22.obj compile_to_c23.obj compile_to_c24.obj
compile_to_
c25.obj compile_to_c26.obj compile_to_c27.obj compile_to_c28.obj
compile_to_c29.
obj compile_to_c30.obj compile_to_c31.obj compile_to_c32.obj
compile_to_c33.obj
compile_to_c34.obj compile_to_c35.obj compile_to_c36.obj
compile_to_c37.obj /lin
k
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'o' has been deprecated and
will be rem
oved in a future release
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
/out:compile_to_c1.exe
/out:compile_to_c.exe
compile_to_c1.obj
compile_to_c2.obj
compile_to_c3.obj
compile_to_c4.obj
compile_to_c5.obj
compile_to_c6.obj
compile_to_c7.obj
compile_to_c8.obj
compile_to_c9.obj
compile_to_c10.obj
compile_to_c11.obj
compile_to_c12.obj
compile_to_c13.obj
compile_to_c14.obj
compile_to_c15.obj
compile_to_c16.obj
compile_to_c17.obj
compile_to_c18.obj
compile_to_c19.obj
compile_to_c20.obj
compile_to_c21.obj
compile_to_c22.obj
compile_to_c23.obj
compile_to_c24.obj
compile_to_c25.obj
compile_to_c26.obj
compile_to_c27.obj
compile_to_c28.obj
compile_to_c29.obj
compile_to_c30.obj
compile_to_c31.obj
compile_to_c32.obj
compile_to_c33.obj
compile_to_c34.obj
compile_to_c35.obj
compile_to_c36.obj
compile_to_c37.obj
C:\se-1.2r7\bin\compile_to_c.exe -boost -no_gc -o compile_to_c.exe
compile_to_c
cl -c compile_to_c1.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c1.c
compile_to_c1.c(811) : warning C4996: 'strcpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\string.h(73) : see
declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider
using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online hel
p for details.'
compile_to_c1.c(1259) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(345) : see
declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider
using sprint
f_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
compile_to_c1.c(1260) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(345) : see
declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider
using sprint
f_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
cl -c compile_to_c10.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c10.c
cl -c compile_to_c11.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c11.c
cl -c compile_to_c12.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c12.c
cl -c compile_to_c13.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c13.c
cl -c compile_to_c14.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c14.c
cl -c compile_to_c15.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c15.c
cl -c compile_to_c16.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c16.c
cl -c compile_to_c17.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c17.c
cl -c compile_to_c18.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c18.c
cl -c compile_to_c19.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c19.c
cl -c compile_to_c2.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c2.c
cl -c compile_to_c20.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c20.c
cl -c compile_to_c21.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c21.c
cl -c compile_to_c22.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c22.c
cl -c compile_to_c23.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c23.c
cl -c compile_to_c24.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c24.c
cl -c compile_to_c25.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c25.c
cl -c compile_to_c26.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c26.c
cl -c compile_to_c27.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c27.c
cl -c compile_to_c28.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c28.c
compile_to_c28.c(3531) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(234) : see
declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider
using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help
for details.'
cl -c compile_to_c29.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c29.c
cl -c compile_to_c3.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c3.c
cl -c compile_to_c30.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c30.c
compile_to_c30.c(269) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(234) : see
declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider
using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help
for details.'
cl -c compile_to_c31.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c31.c
cl -c compile_to_c32.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c32.c
compile_to_c32.c(1435) : warning C4996: 'getenv' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdlib.h(483) : se
e declaration of 'getenv'
Message: 'This function or variable may be unsafe. Consider
using _dupen
v_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
cl -c compile_to_c33.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c33.c
cl -c compile_to_c34.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c34.c
cl -c compile_to_c35.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c35.c
cl -c compile_to_c36.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c36.c
cl -c compile_to_c37.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c37.c
cl -c compile_to_c4.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c4.c
cl -c compile_to_c5.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c5.c
cl -c compile_to_c6.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c6.c
cl -c compile_to_c7.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c7.c
cl -c compile_to_c8.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c8.c
cl -c compile_to_c9.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
compile_to_c9.c
cl -ocompile_to_c.exe compile_to_c1.obj compile_to_c2.obj
compile_to_c3.obj comp
ile_to_c4.obj compile_to_c5.obj compile_to_c6.obj compile_to_c7.obj
compile_to_c
8.obj compile_to_c9.obj compile_to_c10.obj compile_to_c11.obj
compile_to_c12.obj
compile_to_c13.obj compile_to_c14.obj compile_to_c15.obj
compile_to_c16.obj com
pile_to_c17.obj compile_to_c18.obj compile_to_c19.obj
compile_to_c20.obj compile
_to_c21.obj compile_to_c22.obj compile_to_c23.obj compile_to_c24.obj
compile_to_
c25.obj compile_to_c26.obj compile_to_c27.obj compile_to_c28.obj
compile_to_c29.
obj compile_to_c30.obj compile_to_c31.obj compile_to_c32.obj
compile_to_c33.obj
compile_to_c34.obj compile_to_c35.obj compile_to_c36.obj
compile_to_c37.obj /lin
k
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'o' has been deprecated and
will be rem
oved in a future release
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
/out:compile_to_c1.exe
/out:compile_to_c.exe
compile_to_c1.obj
compile_to_c2.obj
compile_to_c3.obj
compile_to_c4.obj
compile_to_c5.obj
compile_to_c6.obj
compile_to_c7.obj
compile_to_c8.obj
compile_to_c9.obj
compile_to_c10.obj
compile_to_c11.obj
compile_to_c12.obj
compile_to_c13.obj
compile_to_c14.obj
compile_to_c15.obj
compile_to_c16.obj
compile_to_c17.obj
compile_to_c18.obj
compile_to_c19.obj
compile_to_c20.obj
compile_to_c21.obj
compile_to_c22.obj
compile_to_c23.obj
compile_to_c24.obj
compile_to_c25.obj
compile_to_c26.obj
compile_to_c27.obj
compile_to_c28.obj
compile_to_c29.obj
compile_to_c30.obj
compile_to_c31.obj
compile_to_c32.obj
compile_to_c33.obj
compile_to_c34.obj
compile_to_c35.obj
compile_to_c36.obj
compile_to_c37.obj
C:\se-1.2r7\bin\compile_to_c.exe -boost -no_gc -no_split -o compile.exe
compile
C compiling no-split compile
cl -ocompile.exe compile.c /link
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'o' has been deprecated and
will be rem
oved in a future release
compile.c
compile.c(262) : warning C4996: 'strcpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\string.h(73) : see
declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider
using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online hel
p for details.'
compile.c(6593) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(234) : see
declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider
using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help
for details.'
compile.c(14777) : warning C4996: 'getenv' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdlib.h(483) : se
e declaration of 'getenv'
Message: 'This function or variable may be unsafe. Consider
using _dupen
v_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
/out:compile.exe
/out:compile.exe
compile.obj
C:\se-1.2r7\bin\compile_to_c.exe -boost -no_gc -no_split -o clean.exe clean
C compiling no-split clean
cl -oclean.exe clean.c /link
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'o' has been deprecated and
will be rem
oved in a future release
clean.c
clean.c(244) : warning C4996: 'strcpy' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\string.h(73) : see
declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider
using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online hel
p for details.'
clean.c(4674) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(234) : see
declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider
using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help
for details.'
clean.c(8775) : warning C4996: 'getenv' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdlib.h(483) : se
e declaration of 'getenv'
Message: 'This function or variable may be unsafe. Consider
using _dupen
v_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
/out:clean.exe
/out:clean.exe
clean.obj
C:\se-1.2r7\bin\clean.exe compile_to_c
C:\se-1.2r7\bin\clean.exe compile
C:\se-1.2r7\bin\clean.exe clean
C:\se-1.2r7\bin\compile.exe -boost -no_gc -clean -no_split -o
finder.exe finder
cl : Command line warning D9035 : option 'o' has been deprecated and
will be rem
oved in a future release
finder.c
finder.c(256) : warning C4996: 'strcpy' was declared deprecated
Message: 'This function or variable may be unsafe. Consider
using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online hel
p for details.'
finder.c(6924) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(234) : see
declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider
using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help
for details.'
finder.c(14453) : warning C4996: 'getenv' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdlib.h(483) : se
e declaration of 'getenv'
Message: 'This function or variable may be unsafe. Consider
using _dupen
v_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
C:\se-1.2r7\bin\compile.exe -boost -no_gc -clean -no_split -o
ace_check.exe ace_
check
cl : Command line warning D9035 : option 'o' has been deprecated and
will be rem
oved in a future release
ace_check.c
ace_check.c(258) : warning C4996: 'strcpy' was declared deprecated
Message: 'This function or variable may be unsafe. Consider
using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online hel
p for details.'
ace_check.c(6625) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(234) : see
declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider
using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help
for details.'
ace_check.c(13269) : warning C4996: 'getenv' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdlib.h(483) : se
e declaration of 'getenv'
Message: 'This function or variable may be unsafe. Consider
using _dupen
v_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
C:\se-1.2r7\bin\compile.exe -boost -no_gc -clean -no_split -o
print_jvm_class.ex
e print_jvm_class
cl : Command line warning D9035 : option 'o' has been deprecated and
will be rem
oved in a future release
print_jvm_class.c
print_jvm_class.c(291) : warning C4996: 'strcpy' was declared deprecated
Message: 'This function or variable may be unsafe. Consider
using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online hel
p for details.'
print_jvm_class.c(4846) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(234) : see
declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider
using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help
for details.'
print_jvm_class.c(6910) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(234) : see
declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider
using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help
for details.'
print_jvm_class.c(7838) : warning C4996: 'getenv' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdlib.h(483) : se
e declaration of 'getenv'
Message: 'This function or variable may be unsafe. Consider
using _dupen
v_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
C:\se-1.2r7\bin\compile.exe -boost -no_gc -clean -o short.exe short
short26.c
short25.c
short24.c
short23.c
short22.c
short22.c(2211) : warning C4996: 'getenv' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdlib.h(483) : se
e declaration of 'getenv'
Message: 'This function or variable may be unsafe. Consider
using _dupen
v_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
short21.c
short20.c
short19.c
short18.c
short17.c
short16.c
short15.c
short14.c
short13.c
short12.c
short11.c
short11.c(4680) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(234) : see
declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider
using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help
for details.'
short10.c
short9.c
short8.c
short7.c
short6.c
short5.c
short4.c
short3.c
short2.c
short1.c
short1.c(666) : warning C4996: 'strcpy' was declared deprecated
Message: 'This function or variable may be unsafe. Consider
using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online hel
p for details.'
short1.c(1114) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(345) : see
declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider
using sprint
f_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
short1.c(1115) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(345) : see
declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider
using sprint
f_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'o' has been deprecated and
will be rem
oved in a future release
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
/out:short1.exe
/out:short.exe
short1.obj
short2.obj
short3.obj
short4.obj
short5.obj
short6.obj
short7.obj
short8.obj
short9.obj
short10.obj
short11.obj
short12.obj
short13.obj
short14.obj
short15.obj
short16.obj
short17.obj
short18.obj
short19.obj
short20.obj
short21.obj
short22.obj
short23.obj
short24.obj
short25.obj
short26.obj
C:\se-1.2r7\bin\compile.exe -boost -no_gc -clean -o class_check.exe
class_check
class_check26.c
class_check25.c
class_check24.c
class_check23.c
class_check22.c
class_check22.c(3751) : warning C4996: 'getenv' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdlib.h(483) : se
e declaration of 'getenv'
Message: 'This function or variable may be unsafe. Consider
using _dupen
v_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
class_check21.c
class_check20.c
class_check19.c
class_check18.c
class_check17.c
class_check16.c
class_check15.c
class_check14.c
class_check13.c
class_check12.c
class_check11.c
class_check11.c(4652) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(234) : see
declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider
using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help
for details.'
class_check10.c
class_check9.c
class_check8.c
class_check7.c
class_check6.c
class_check5.c
class_check4.c
class_check3.c
class_check2.c
class_check1.c
class_check1.c(666) : warning C4996: 'strcpy' was declared deprecated
Message: 'This function or variable may be unsafe. Consider
using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online hel
p for details.'
class_check1.c(1114) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(345) : see
declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider
using sprint
f_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
class_check1.c(1115) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(345) : see
declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider
using sprint
f_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'o' has been deprecated and
will be rem
oved in a future release
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
/out:class_check1.exe
/out:class_check.exe
class_check1.obj
class_check2.obj
class_check3.obj
class_check4.obj
class_check5.obj
class_check6.obj
class_check7.obj
class_check8.obj
class_check9.obj
class_check10.obj
class_check11.obj
class_check12.obj
class_check13.obj
class_check14.obj
class_check15.obj
class_check16.obj
class_check17.obj
class_check18.obj
class_check19.obj
class_check20.obj
class_check21.obj
class_check22.obj
class_check23.obj
class_check24.obj
class_check25.obj
class_check26.obj
C:\se-1.2r7\bin\compile.exe -boost -no_gc -clean -o pretty.exe pretty
pretty25.c
pretty24.c
pretty23.c
pretty22.c
pretty22.c(576) : warning C4996: 'getenv' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdlib.h(483) : se
e declaration of 'getenv'
Message: 'This function or variable may be unsafe. Consider
using _dupen
v_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
pretty21.c
pretty20.c
pretty20.c(2585) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(234) : see
declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider
using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help
for details.'
pretty19.c
pretty18.c
pretty17.c
pretty16.c
pretty15.c
pretty14.c
pretty13.c
pretty12.c
pretty11.c
pretty11.c(6180) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(234) : see
declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider
using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help
for details.'
pretty10.c
pretty9.c
pretty8.c
pretty7.c
pretty6.c
pretty5.c
pretty4.c
pretty3.c
pretty2.c
pretty1.c
pretty1.c(601) : warning C4996: 'strcpy' was declared deprecated
Message: 'This function or variable may be unsafe. Consider
using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online hel
p for details.'
pretty1.c(1049) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(345) : see
declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider
using sprint
f_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
pretty1.c(1050) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(345) : see
declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider
using sprint
f_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'o' has been deprecated and
will be rem
oved in a future release
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
/out:pretty1.exe
/out:pretty.exe
pretty1.obj
pretty2.obj
pretty3.obj
pretty4.obj
pretty5.obj
pretty6.obj
pretty7.obj
pretty8.obj
pretty9.obj
pretty10.obj
pretty11.obj
pretty12.obj
pretty13.obj
pretty14.obj
pretty15.obj
pretty16.obj
pretty17.obj
pretty18.obj
pretty19.obj
pretty20.obj
pretty21.obj
pretty22.obj
pretty23.obj
pretty24.obj
pretty25.obj
C:\se-1.2r7\bin\compile.exe -boost -no_gc -clean -o compile_to_jvm.exe
compile_t
o_jvm
compile_to_jvm34.c
compile_to_jvm33.c
compile_to_jvm32.c
compile_to_jvm31.c
compile_to_jvm30.c
compile_to_jvm29.c
compile_to_jvm29.c(143) : warning C4996: 'getenv' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdlib.h(483) : se
e declaration of 'getenv'
Message: 'This function or variable may be unsafe. Consider
using _dupen
v_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
compile_to_jvm28.c
compile_to_jvm27.c
compile_to_jvm27.c(2676) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(234) : see
declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider
using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help
for details.'
compile_to_jvm26.c
compile_to_jvm25.c
compile_to_jvm24.c
compile_to_jvm23.c
compile_to_jvm22.c
compile_to_jvm21.c
compile_to_jvm20.c
compile_to_jvm19.c
compile_to_jvm18.c
compile_to_jvm17.c
compile_to_jvm16.c
compile_to_jvm15.c
compile_to_jvm14.c
compile_to_jvm14.c(5190) : warning C4996: 'fopen' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(234) : see
declaration of 'fopen'
Message: 'This function or variable may be unsafe. Consider
using fopen_
s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online help
for details.'
compile_to_jvm13.c
compile_to_jvm12.c
compile_to_jvm11.c
compile_to_jvm10.c
compile_to_jvm9.c
compile_to_jvm8.c
compile_to_jvm7.c
compile_to_jvm6.c
compile_to_jvm5.c
compile_to_jvm4.c
compile_to_jvm3.c
compile_to_jvm2.c
compile_to_jvm1.c
compile_to_jvm1.c(679) : warning C4996: 'strcpy' was declared deprecated
Message: 'This function or variable may be unsafe. Consider
using strcpy
_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online hel
p for details.'
compile_to_jvm1.c(1127) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(345) : see
declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider
using sprint
f_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
compile_to_jvm1.c(1128) : warning C4996: 'sprintf' was declared deprecated
C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\stdio.h(345) : see
declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider
using sprint
f_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See
online he
lp for details.'
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'o' has been deprecated and
will be rem
oved in a future release
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
/out:compile_to_jvm1.exe
/out:compile_to_jvm.exe
compile_to_jvm1.obj
compile_to_jvm2.obj
compile_to_jvm3.obj
compile_to_jvm4.obj
compile_to_jvm5.obj
compile_to_jvm6.obj
compile_to_jvm7.obj
compile_to_jvm8.obj
compile_to_jvm9.obj
compile_to_jvm10.obj
compile_to_jvm11.obj
compile_to_jvm12.obj
compile_to_jvm13.obj
compile_to_jvm14.obj
compile_to_jvm15.obj
compile_to_jvm16.obj
compile_to_jvm17.obj
compile_to_jvm18.obj
compile_to_jvm19.obj
compile_to_jvm20.obj
compile_to_jvm21.obj
compile_to_jvm22.obj
compile_to_jvm23.obj
compile_to_jvm24.obj
compile_to_jvm25.obj
compile_to_jvm26.obj
compile_to_jvm27.obj
compile_to_jvm28.obj
compile_to_jvm29.obj
compile_to_jvm30.obj
compile_to_jvm31.obj
compile_to_jvm32.obj
compile_to_jvm33.obj
compile_to_jvm34.obj
Done.
---------------------------------------------------------------------------
Operating system: Windows
Configuration file name: C:\se-1.2r7\sys\system.se
1. Define the OS, the configuration file, the default directories and
loadpaths
2. Choose the C compilers and options for each C mode
3. Display the configuration information
4. Write the configuration file to disk
5. Install SmartEiffel
6. Exit
h. Help
Your choice [6]: 6
---------------------------------------------------------------------------
Thank you for installing SmartEiffel. Enjoy!
C:\se-1.2r7>