Gtkdialog on Solaris


 
Thread Tools Search this Thread
Operating Systems Solaris Gtkdialog on Solaris
# 1  
Old 09-18-2014
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.
# 2  
Old 09-18-2014
Which version of Solaris? Solaris 10, Solaris 11, or some other version. The GUI technology changed between 10 and 11.
# 3  
Old 09-18-2014
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.
# 4  
Old 11-07-2014
i have downloaded gtkdialog-0.8.3.tar.gz then tried
Code:
./configure
make
make install

but after make i faced the below error
Code:
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 ?!

Last edited by Franklin52; 11-08-2014 at 01:56 PM.. Reason: Please use code tags
# 5  
Old 11-07-2014
Did you get the latest gcc and latest gtkdialog??
# 6  
Old 11-14-2014
I got the same problem when installing gtkdialog on Solaris. I'm not sure is it even possible to install it on Solaris
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

Patching Procedure in Solaris 10 with sun cluster having Solaris zone

Hi Gurus I am not able to find the patching procedure for solaris 10 ( sol10 u11) to latest patchset with sun cluster having failover zones so that same I should follow. Take an instance, there are sol1 and sol2 nodes and having two failover zones like sozone1-rg and sozone2-rg and currently... (1 Reply)
Discussion started by: nick101
1 Replies

2. Shell Programming and Scripting

Gtkdialog comboboxentry

I am new to gtkdialog. 1. In short i need that selection change in one combo box should display different result in another comboboxentry 2. In this current selection from first combobox is being used in second export MAIN_DIALOG=' <vbox> <notebook... (0 Replies)
Discussion started by: singhai.nish
0 Replies

3. Shell Programming and Scripting

Creating a GUI with GTKDialog

Hello All, I just came across an article, through which we can create GUI menus in unix. Which is far more better than Zenity. Please find the link below: pclosmag.com/html/Issues/200910/page21.html I need help to install this gtkdialog in my ubuntu, so as to use it in shell script,... (1 Reply)
Discussion started by: anand2308
1 Replies

4. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies
Login or Register to Ask a Question