compile error when compiling insight!

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
amirsadig
Neugieriger
Neugieriger
Beiträge: 5
Registriert: Sonntag 13. Mai 2007, 13:47

compile error when compiling insight!

Beitrag von amirsadig »

I have tried to compile gdb wiht this command under cdk:
#make devel_optional

-------
NOTE
gdb & gdbserver are compiled and I find them on cdkroot/bin
------
then after a while a I got:

checking system version (for dynamic loading)... ./configure: line 7061: syntax error near unexpected token `)'
./configure: line 7061: ` OSF*)'

which is on cdk/insight6-1/tcl/unix/configure:

case $system in
# There used to be code here to use FIONBIO under AIX. However, it
# was reported that FIONBIO doesn't work under AIX 3.2.5. Since
# using O_NONBLOCK seems fine under AIX 4.*, I removed the FIONBIO
# code (JO, 5/31/97).

line 7061-----> OSF*)
cat >> confdefs.h <<\EOF
#define USE_FIONBIO 1
EOF

echo "$ac_t""FIONBIO" 1>&6
;;
SunOS-4*)
cat >> confdefs.h <<\EOF
#define USE_FIONBIO 1
EOF

echo "$ac_t""FIONBIO" 1>&6
;;
ULTRIX-4.*)
cat >> confdefs.h <<\EOF
#define USE_FIONBIO 1
EOF

echo "$ac_t""FIONBIO" 1>&6
;;
*)
echo "$ac_t""O_NONBLOCK" 1>&6
;;
esac
amirsadig
Neugieriger
Neugieriger
Beiträge: 5
Registriert: Sonntag 13. Mai 2007, 13:47

Beitrag von amirsadig »

I have download the latest insight 6.6 and compiled without problem.
it seem there is an issue with insight 6.1.
Houdini
Developer
Beiträge: 2183
Registriert: Mittwoch 10. Dezember 2003, 07:59

Beitrag von Houdini »

Thanx for the info

Regards
Houdini