Advertisement
Guest User

Untitled

a guest
Mar 20th, 2011
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.16 KB | None | 0 0
  1. scons: Reading SConscript files ...
  2. Checking for ASCEND... found (ASCEND_CPPPATH = ['/usr/local/include'])
  3. GSL_STATIC = 0
  4. Checking for C function fprintf()... (cached) yes
  5. Checking for C header file /usr/include/python2.6/Python.h... (cached) yes
  6. Checking version of SWIG... (cached) ok, 1.3.40
  7. Building targets: python ascend
  8. scons: done reading SConscript files.
  9. scons: Building targets ...
  10. Substituting vars from config.h.in into config.h
  11. gcc -o region1.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include region1.c
  12. gcc -o region2.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include region2.c
  13. gcc -o region3.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include region3.c
  14. gcc -o region4.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include region4.c
  15. gcc -o steam_ph.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include steam_ph.c
  16. gcc -o steam.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include steam.c
  17. gcc -o backwards.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include backwards.c
  18. gcc -o b23.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include b23.c
  19. gcc -o common.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include common.c
  20. gcc -o derivs.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include derivs.c
  21. derivs.c: In function 'freesteam_region4_dAdTx':
  22. derivs.c:335: warning: implicit declaration of function 'isnan'
  23. gcc -o zeroin.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include zeroin.c
  24. gcc -o steam_ps.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include steam_ps.c
  25. gcc -o solver2.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include solver2.c
  26. gcc -o steam_pT.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include steam_pT.c
  27. gcc -o steam_pu.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include steam_pu.c
  28. gcc -o steam_Ts.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include steam_Ts.c
  29. gcc -o steam_Tx.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include steam_Tx.c
  30. gcc -o bounds.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include bounds.c
  31. gcc -o steam_pv.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include steam_pv.c
  32. gcc -o viscosity.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include viscosity.c
  33. gcc -o thcond.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/include thcond.c
  34. gcc -o libfreesteam.so -Wl,-soname,libfreesteam.so.1 -shared region1.os region2.os region3.os region4.os steam_ph.os steam.os backwards.os b23.os common.os derivs.os zeroin.os steam_ps.os solver2.os steam_pT.os steam_pu.os steam_Ts.os steam_Tx.os bounds.os steam_pv.os viscosity.os thcond.os -L/usr/lib -lm -lgsl -lgslcblas -lm
  35. ln -s libfreesteam.so libfreesteam.so.1
  36. swig -o python/freesteam_wrap.c -python python/freesteam.i
  37. steam.h:49: Warning(312): Nested union not currently supported (ignored).
  38. gcc -o python/freesteam_wrap.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I. -I/usr/include/python2.6 python/freesteam_wrap.c
  39. python/freesteam_wrap.c: In function 'SWIG_UnpackData':
  40. python/freesteam_wrap.c:635: warning: conversion to 'unsigned char' from 'int' may alter its value
  41. python/freesteam_wrap.c:637: warning: conversion to 'unsigned char' from 'int' may alter its value
  42. python/freesteam_wrap.c:642: warning: conversion to 'unsigned char' from 'int' may alter its value
  43. python/freesteam_wrap.c:644: warning: conversion to 'unsigned char' from 'int' may alter its value
  44. python/freesteam_wrap.c: In function 'SWIG_PackVoidPtr':
  45. python/freesteam_wrap.c:661: warning: conversion to 'size_t' from 'int' may change the sign of the result
  46. python/freesteam_wrap.c: In function 'SWIG_PyInstanceMethod_New':
  47. python/freesteam_wrap.c:1049: warning: unused parameter 'self'
  48. python/freesteam_wrap.c:1049: warning: unused parameter 'func'
  49. python/freesteam_wrap.c: In function '_PySwigObject_type':
  50. python/freesteam_wrap.c:1822: warning: missing initializer
  51. python/freesteam_wrap.c:1822: warning: (near initialization for 'tmp.tp_version_tag')
  52. python/freesteam_wrap.c: In function 'SwigPyObject_New':
  53. python/freesteam_wrap.c:1836: warning: conversion to 'size_t' from 'Py_ssize_t' may change the sign of the result
  54. python/freesteam_wrap.c: In function '_PySwigPacked_type':
  55. python/freesteam_wrap.c:1997: warning: missing initializer
  56. python/freesteam_wrap.c:1997: warning: (near initialization for 'tmp.tp_version_tag')
  57. python/freesteam_wrap.c: In function 'SwigPyPacked_New':
  58. python/freesteam_wrap.c:2011: warning: conversion to 'size_t' from 'Py_ssize_t' may change the sign of the result
  59. python/freesteam_wrap.c: In function 'SWIG_Python_MustGetPtr':
  60. python/freesteam_wrap.c:2629: warning: unused parameter 'argnum'
  61. python/freesteam_wrap.c: In function 'SWIG_AsCharPtrAndSize':
  62. python/freesteam_wrap.c:2949: warning: conversion to 'unsigned int' from 'int' may change the sign of the result
  63. python/freesteam_wrap.c:2949: warning: conversion to 'unsigned int' from 'int' may change the sign of the result
  64. python/freesteam_wrap.c:2963: warning: conversion to 'size_t' from 'int' may change the sign of the result
  65. python/freesteam_wrap.c: In function 'swig_varlink_type':
  66. python/freesteam_wrap.c:6007: warning: missing initializer
  67. python/freesteam_wrap.c:6007: warning: (near initialization for 'tmp.tp_version_tag')
  68. python/freesteam_wrap.c: In function 'SWIG_Python_newvarlink':
  69. python/freesteam_wrap.c:6021: warning: conversion to 'size_t' from 'Py_ssize_t' may change the sign of the result
  70. python/freesteam_wrap.c: In function 'SWIG_Python_InstallConstants':
  71. python/freesteam_wrap.c:6067: warning: conversion to 'size_t' from 'long int' may change the sign of the result
  72. python/freesteam_wrap.c: In function 'SWIG_Python_FixMethods':
  73. python/freesteam_wrap.c:6104: warning: conversion to 'size_t' from 'int' may change the sign of the result
  74. python/freesteam_wrap.c:6106: warning: conversion to 'size_t' from 'int' may change the sign of the result
  75. gcc -o python/_freesteam.so -shared python/freesteam_wrap.os -L. -L/usr/libs -lfreesteam -lpython2.6
  76. gcc -o ascend/freesteam_ascend.os -c -Wall -W -Wconversion -Wimplicit -fPIC -I/usr/local/include ascend/freesteam_ascend.c
  77. ascend/freesteam_ascend.c:23: fatal error: ascend/utilities/ascConfig.h: No such file or directory
  78. compilation terminated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement