1 |
578 |
markom |
<i> The following notes are contributed from Tix users on various
|
2 |
|
|
platforms. I have no access to these platforms and cannot verify that
|
3 |
|
|
their settings are correct. Also, the settings may only work with a
|
4 |
|
|
specific versions of Tix on a specific version of the O/S.
|
5 |
|
|
</i>
|
6 |
|
|
|
7 |
|
|
<pre>
|
8 |
|
|
<b>From:</b> Andrew Fitzhugh (fitz@hplaef.hpl.hp.com) about
|
9 |
|
|
<b>Version:</b> Tix 4.0a5
|
10 |
|
|
<b>Platform:</b> HPUX 9.05
|
11 |
|
|
|
12 |
|
|
1. Throw ANSI flag on the compiler (I set PROTO_FLAGS = -Ae)
|
13 |
|
|
2. Change the X11 directories to -I/usr/include/X11R5 and -L/usr/lib/X11R5
|
14 |
|
|
3. This might affect other systems: the Makefile included -lX11 before
|
15 |
|
|
-ltk and -ltcl, so I switched the order. (Obviously a bug, since
|
16 |
|
|
there is a comment right above it that told me what to do :-).
|
17 |
|
|
</pre>
|
18 |
|
|
|
19 |
|
|
<pre>
|
20 |
|
|
<b>From:</b> mohan kannapareddy <mokannap@grail.cba.csuohio.edu>
|
21 |
|
|
<b>Version:</b> Tix 4.0a7
|
22 |
|
|
<b>Platform:</b> Solaris2.4
|
23 |
|
|
|
24 |
|
|
|
25 |
|
|
> With Tix4.0a7 (and also with Tix4.0a6) on Solaris 2.4, when running
|
26 |
|
|
> the widget demo, in tixFileSelectBox, in the two scolling lists (for
|
27 |
|
|
> Files and Directories), some of the file and directory names have
|
28 |
|
|
> their first 2 letters chopped off. And some files are repeated.
|
29 |
|
|
> Anyone else seeing this?
|
30 |
|
|
|
31 |
|
|
The above is a very common problem with Solaris2.4, I am pretty
|
32 |
|
|
sure when you are creating your _tixwish_, its picking up the UCB
|
33 |
|
|
library, that is you must be having /usr/ucblib/ or whatever in
|
34 |
|
|
your LD_LIBRARY_PATH or LD_RUN_PATH, REMOVE it OR make sure that
|
35 |
|
|
the standard libraries or before the ucblibs.. Now, its strange
|
36 |
|
|
that it shows up, because I don't think the tix fileselect box has
|
37 |
|
|
been implemented in "C", so it should not have shown up??
|
38 |
|
|
|
39 |
|
|
You might have to recompile your tcl/tk libraries with the
|
40 |
|
|
offending libraries out of the way..because I use a Solaris2.4
|
41 |
|
|
machine and I have no problem at all!!.. Cheers, Mohan
|
42 |
|
|
</pre>
|
43 |
|
|
|
44 |
|
|
<!Serial 851729140>
|
45 |
|
|
<hr><i>Last modified Fri Jan 17 22:52:54 EST 1997 </i> ---
|
46 |
|
|
<i>Serial 853731293</i>
|