Re: [Unicon-group] Debian distribution: problem

2005-01-07 Thread peter.kourzanov
Folks, I have just uploaded a new version of Unicon .deb's. This will hopefully work for people using unicon. deb http://www.xs4all.nl/~kurzanov/Debian unstable contrib deb-src http://www.xs4all.nl/~kurzanov/Debian unstable contrib I checked it using the demo.icn from gui/guidemos.

Re: [Unicon-group] Debian distribution: problem

2005-01-07 Thread Pjotr Kourzanov
Jonathan Kaye wrote: Hi Peter and everyone, I downloaded and installed your latest deb package. GOOD NEWS: the dbm_open problem has disappeared and I can now do unicon -c gui and it creates the two uniclass files. BAD NEWS: I still get the [EMAIL PROTECTED]:/opt/Unicon/ipl/MYPROGS$ icont zzz Tra

Re: [Unicon-group] Debian distribution: problem

2005-01-07 Thread Jonathan Kaye
Hi Peter and everyone, I downloaded and installed your latest deb package. GOOD NEWS: the dbm_open problem has disappeared and I can now do unicon -c gui and it creates the two uniclass files. BAD NEWS: I still get the [EMAIL PROTECTED]:/opt/Unicon/ipl/MYPROGS$ icont zzz Translating: zzz.icn: Fi

Re: [Unicon-group] Debian distribution: problem

2005-01-06 Thread peter.kourzanov
OK, I think I know what the problem is. During build, I export LD_LIBRARY_PATH to be equal to unicon/bin/, which contains the correct (Unicon's) libgdbm.so. /That/ is why it works for me. I am now uploading the next version of .deb's. Besides this fix, it also features a brand new handling of

Re: [Unicon-group] Debian distribution: problem

2005-01-06 Thread peter.kourzanov
On Thu, Jan 06, 2005 at 04:38:13PM +0100, Jonathan Kaye wrote: > Thanks a lot Peter. I downloaded and installed the .deb package. To get > anything to compile I needed to create a symbolic link for > /usr/lib/libgdbm.so to libgdbm.so.3.0.0. That seemed to satisfy icont That's what I've done a

Re: [Unicon-group] Debian distribution: problem

2005-01-06 Thread Jonathan Kaye
[EMAIL PROTECTED] wrote: Folks, I finally have gotten around to transforming the latest Unicon CVS build into a Debian package. Results can be downloaded with apt-get: Thanks a lot Peter. I downloaded and installed the .deb package. To get anything to compile I needed to create a symbolic lin