OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tix/] [docs/] [Porting.html] - Diff between revs 578 and 1765

Only display areas with differences | Details | Blame | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.