> /home/har2d2/OOH680_m17/soltools/HIDCompiler > ------------------------------ > Making: ../wntmsci10.pro/obj/wrap_hidclex.obj > c:/PROGRA~1/MICROS~2.NET/Vc7/bin/cl.exe -Zm500 -Zc:forScope -GR -c -nologo -Gs > -Gy -Ob1 -Oxs -Oy- -Gd -I. -I../wntmsci10.pro/misc > -I../wntmsci10.pro/inc/hidc > -I../inc -I../inc/pch -I../inc -I../WIN/inc -I../wntmsci10.pro/inc -I. > -IC:/cyg > win/home/har2d2/OOH680_m17/solver/680/wntmsci10.pro/inc/stl > -IC:/cygwin/home/har > 2d2/OOH680_m17/solver/680/wntmsci10.pro/inc/external > -IC:/cygwin/home/har2d2/OOH > 680_m17/solver/680/wntmsci10.pro/inc > -IC:/cygwin/home/har2d2/OOH680_m17/solenv/w > ntmsci10/inc -IC:/cygwin/home/har2d2/OOH680_m17/solenv/inc > -IC:/cygwin/home/har2 > d2/OOH680_m17/res > -IC:/cygwin/home/har2d2/OOH680_m17/solver/680/wntmsci10.pro/in > c/stl -Ic:/PROGRA~1/Java/JDK16~1.0_0/include/win32 > -Ic:/PROGRA~1/Java/JDK16~1.0_ > 0/include -Ic:/PROGRA~1/MIFD68~1/include > -Ic:/PROGRA~1/MICROS~2.NET/Vc7/include > -IC:/PROGRA~1/MI246F~1/include > -Ic:/PROGRA~1/MICROS~2.NET/Vc7/PlatformSDK/includ > e -IC:/PROGRA~1/MI246F~1/include > -IC:/cygwin/home/har2d2/OOH680_m17/solver/6 > 80/wntmsci10.pro/inc/offuh -I. -I../res -I. -Wall -wd4061 -wd4063 -wd4127 > -wd419 > 1 -wd4217 -wd4250 -wd4251 -wd4275 -wd4290 -wd4292 -wd4294 -wd4344 -wd4347 > -w > d4355 -wd4503 -wd4511 -wd4512 -wd4514 -wd4611 -wd4619 -wd4625 -wd4626 > -wd464 > 0 -wd4675 -wd4686 -wd4710 -wd4711 -wd4786 -wd4800 -wd4820 -DWNT -DWNT > -DNT > 351 -DMSC -DM1310 -DINTEL -D_X86_=1 -DFULL_DESK -DSTLPORT_VERSION=400 > -DWINVER=0 > x400 -D_WIN32_IE=0x400 -D_MT -DCPPU_ENV=msci -DSUPD=680 -DPRODUCT -DNDEBUG > -DPRO > DUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DCUI -DSOLAR_JAVA -DOOH680=OOH680 > -D > YY_NEVER_INTERACTIVE=1 -DWIN32 -D_MT -D_DLL -DWIN32 -D_MT -D_DLL > -DEXCEPTIONS_ > OFF -Fo../wntmsci10.pro/obj/wrap_hidclex.obj > C:/cygwin/home/har2d2/OOH680_m17/s > oltools/HIDCompiler/wrap_hidclex.cxx > > c:/PROGRA~1/MICROS~2.NET/Vc7/bin/cl.exe @C:/cygwin/tmp/mk9Uvndt > wrap_hidclex.cxx > ../wntmsci10.pro\misc\hidc_yy.cxx(2488) : error C3861: 'isatty': identifier > not > found, even with argument-dependent lookup > dmake: Error code 2, while making '../wntmsci10.pro/obj/wrap_hidclex.obj'
When i trace the file, it pointed to hidc_yy.cxx on line 2488 which has this line b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; the isatty function is nowhere to be found on the same file and that's the reason why -- Willy Sudiarto Raharjo Registered Linux User : 336579 Web : http://www.informatix.or.id/willy Blog : http://willysr.blogspot.com http://slackblogs.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
