[opendx-dev] dx/html Makefile.am

1999-12-15 Thread David Thompson
Update of /src/master/dx/html In directory opendx.watson.ibm.com:/tmp/cvs-serv8508 Modified Files: Makefile.am Log Message: Remove tests for existing links. The overhead is minimal and test -e doesn't work on all systems.

Re: [opendx-dev] LessTif Problems (bugs)

1999-12-15 Thread Rick Scott
Glad to hear it. I'll cross those off my list. If I recall correctly this should leave only the Dialog Style problem of the missing separators and the extra scrollbars. Well, I spent all of last night on this one.don't hold your breath. This is dealing with the WorkSpace widget, which is a

Re: [opendx-dev] Patches for FreeBSD

1999-12-15 Thread Peter Daniel Kirchner
This is the place. Thank you! Alexei Kotchourko wrote: Hello all, I am newbie in OpenDX and may be this is not a correct place to send my message. I tried to compile sources from CVS repository on freebsd-3.4 and found few places which crashes compilation. Probably it can be usefull

[opendx-dev] dx/bin dxworker.in

1999-12-15 Thread David Thompson
Update of /src/master/dx/bin In directory opendx.watson.ibm.com:/tmp/cvs-serv24852 Modified Files: dxworker.in Log Message: Don't overwrite the current LD_LIBRARY_PATH for Solaris, just add to it.

[opendx-dev] dx/src/uipp/prompter Browser.C

1999-12-15 Thread pdk
Update of /src/master/dx/src/uipp/prompter In directory opendx.watson.ibm.com:/tmp/cvs-serv27130 Modified Files: Browser.C Log Message: A few places where buf[i] needed to be buf[i] or buf + i . Looked like bugs to Alexei Kotchourko under freebsd, look like bugs to me. Tell me if I'm

[opendx-dev] dx/src/uipp/base UIConfig.h

1999-12-15 Thread pdk
Update of /src/master/dx/src/uipp/base In directory opendx.watson.ibm.com:/tmp/cvs-serv23178 Modified Files: UIConfig.h Log Message: contributed freebsd fixes

[opendx-dev] dx/src/uipp/dxuilib Network.C

1999-12-15 Thread pdk
Update of /src/master/dx/src/uipp/dxuilib In directory opendx.watson.ibm.com:/tmp/cvs-serv26884 Modified Files: Network.C Log Message: contributed freebsd fixes

Re: [opendx-dev] IBM APTIVA KEEPS CRASHING

1999-12-15 Thread hornwp
The opendx-dev mailing list discusses topics far removed from Aptiva-type problems. You may have better luck by trying: http://www.pc.ibm.com/aptiva Then select Support from the left hand column, and then select Discussion Forums from the left hand column. After registering this will

[opendx-dev] dxsamples/java Makefile.am

1999-12-15 Thread David Thompson
Update of /src/master/dxsamples/java In directory opendx.watson.ibm.com:/tmp/cvs-serv19024/dxsamples/java Modified Files: Makefile.am Log Message: Updates to handle the java stuff better and fix dependencies with javadx 4.0.9

[opendx-dev] dxsamples acinclude.m4 configure.in

1999-12-15 Thread David Thompson
Update of /src/master/dxsamples In directory opendx.watson.ibm.com:/tmp/cvs-serv19024/dxsamples Modified Files: acinclude.m4 configure.in Log Message: Updates to handle the java stuff better and fix dependencies with javadx 4.0.9

[opendx-dev] dx/src/exec/dpexec yuiif.y

1999-12-15 Thread pdk
Update of /src/master/dx/src/exec/dpexec In directory opendx.watson.ibm.com:/tmp/cvs-serv33196 Modified Files: yuiif.y Log Message: Gotcha! If DXINCLUDE not set buf was never initialized. Then DXMACROS got strcat-ed who knows where. Hence mysterious refusal of dxexec to follow

Re: [opendx-dev] dx/bin dx.in

1999-12-15 Thread Peter Daniel Kirchner
thanks, good catch. Rick Scott wrote: Update of /src/master/dx/bin In directory opendx.watson.ibm.com:/tmp/cvs-serv15836 Modified Files: dx.in Log Message: Only export DXDATA and DXMACROS if the dir exists. This stops the annoying little dialog from coming up when dxsamples is

Re: [opendx-dev] dx/bin dx.in

1999-12-15 Thread Rick Scott
Actually it was pretty simple, since I don't have the samples installed :) On 15-Dec-99 at 19:27, Peter Daniel Kirchner ([EMAIL PROTECTED]) wrote: thanks, good catch. Rick Scott wrote: Update of /src/master/dx/bin In directory opendx.watson.ibm.com:/tmp/cvs-serv15836 Modified

Re: [opendx-dev] Save image problem dx4.0.6

1999-12-15 Thread Peter Daniel Kirchner
Randy- I'm seeing your problem, or something very much like it. I'm getting a miff, a zero-length gif, and dxexec spins. Close enough for me to get to work on it.

[opendx-dev] ControlPanel scrollbars

1999-12-15 Thread Rick Scott
It was reported that LessTif was displaying ScrollBars on the ControlPanels when it shouldn't be. I would like to set the record straight. The _real_ problem is that Motif isn't showing them when it should You do the math.. We have Shell-MainW-Frame-ScrolledWindow-WorkSpace Now with the

[opendx-dev] .txt files in dxuilib

1999-12-15 Thread Rick Scott
What's with the .txt files in dxuilib?? They seem to be derived files, yet when I build them, they are different from the ones in CVS. Should they be built, or should they be in CVS??? That is the question