Gtkdialog on Solaris

Is anybody running gtkdialog on solaris system. I have it installed on Ubunutu, but I don-t know is it possible to have it on solaris. If anybody has it, let me kno, I need it ASAP.

Which version of Solaris? Solaris 10, Solaris 11, or some other version. The GUI technology changed between 10 and 11.

It is Oracle Solaris 10 8/11 s10x_u10wos_17b X86.

Do you have it installed on solaris, because I made some tool which is working with gtkdialog, and I don't know can I run it on this Solaris system.

i have downloaded gtkdialog-0.8.3.tar.gz then tried

./configure
make
make install

but after make i faced the below error

bash-3.2# make
make all-recursive
Making all in src
make all-am
source='gtkdialog.c' object='gtkdialog.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_GLADE_LIB=1 -DHAVE_VTE=0 -g -O2 -c gtkdialog.c
cc1: error: invalid option `t'
*** Error code 1
make: Fatal error: Command failed for target `gtkdialog.o'
Current working directory /Desktop/GTK/gtkdialog-0.8.3/src
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /Desktop/GTK/gtkdialog-0.8.3/src
*** Error code 1
The following command caused the error:
fail= failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='src doc data'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /Desktop/GTK/gtkdialog-0.8.3
*** Error code 1
make: Fatal error: Command failed for target `all'

anyone knows what is wrong ?!

Did you get the latest gcc and latest gtkdialog??

I got the same problem when installing gtkdialog on Solaris. I'm not sure is it even possible to install it on Solaris