[Bug 959664] Re: ddd emits warnings when started from command line

2017-06-16 Thread linuxar
@themusicgod1: it is ok, thanks. I don't use Yakkety now, so I cannot
confirm, but it should be OK.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959664

Title:
  ddd emits warnings when started from command line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddd/+bug/959664/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959664] Re: ddd emits warnings when started from command line

2017-04-08 Thread themusicgod1
@linuxar : feel free to correct me if I've jumped the gun, but marking
as fix released, since Yakkety has this fix.

(It might be worth pointing out though that this issue probably still
exists in trusty/14.04 LTS.  I do not know how to add a field to the
'affects project' for trusty.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959664

Title:
  ddd emits warnings when started from command line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddd/+bug/959664/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959664] Re: ddd emits warnings when started from command line

2017-04-08 Thread themusicgod1
This appears to be fixed in zesty.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959664

Title:
  ddd emits warnings when started from command line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddd/+bug/959664/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959664] Re: ddd emits warnings when started from command line

2017-04-08 Thread themusicgod1
...also appears to be fixed in yakkety.

** Changed in: ddd (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959664

Title:
  ddd emits warnings when started from command line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddd/+bug/959664/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959664] Re: ddd emits warnings when started from command line

2013-10-09 Thread Reagan
Same problem with Linux Mint 15. Would appreciate a fix upstream.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959664

Title:
  ddd emits warnings when started from command line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddd/+bug/959664/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959664] Re: ddd emits warnings when started from command line

2013-07-13 Thread Istvan Retaller
Many thanks, Zzarko!
And there is a silent question just to myself, similar to axeoth's question:
If the largest Linux community is probably debian package based, why not ddd 
uses a font set supported by default...?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959664

Title:
  ddd emits warnings when started from command line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddd/+bug/959664/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959664] Re: ddd emits warnings when started from command line

2013-07-13 Thread Istvan Retaller
Well, trying to install from source is not a solution for me.
configure: error: Cannot find termcap compatible library.
This error message led to diversified suggestions found on the net. but up to 
now none of them was succesful. So ddd is not for simle users like me. :((

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959664

Title:
  ddd emits warnings when started from command line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddd/+bug/959664/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959664] Re: ddd emits warnings when started from command line

2013-07-13 Thread zzarko
If I'm not wrong, termcap is provided by ncurses package (I'm not sure).
Try to install that, and to run configure again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959664

Title:
  ddd emits warnings when started from command line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddd/+bug/959664/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959664] Re: ddd emits warnings when started from command line

2012-05-11 Thread axeoth
Thank you, Zzarko. I got used to those warnings, but I still think that
the upstream (or the Ubuntu team) should patch either the ddd code,
either the debian package to include those missing fonts.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959664

Title:
  ddd emits warnings when started from command line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddd/+bug/959664/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959664] Re: ddd emits warnings when started from command line

2012-05-08 Thread zzarko
The problem is in fonts.C, function string fallbackfont(DDDFont font). Replace 
existing function (line 160) with this one and compile:

static string fallbackfont(DDDFont font)
{
switch (font) 
{
case DefaultDDDFont:
return -*-helvetica-bold-r-*-*-*-120-*-*-*-*-*-*;
case VariableWidthDDDFont:
return -*-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*;
case FixedWidthDDDFont:
case DataDDDFont:
return -*-lucidatypewriter-medium-r-*-*-*-120-*-*-*-*-*-*;
case SymbolDDDFont:
return -*-symbol-*-*-*-*-*-120-*-*-*-*-adobe-*;
}

assert(0);
::abort();
return ;  // Never reached
}

Or, just replace iso8859 in font string with *. After this, DDD will use 
existing lucidatypewriter font and will not display any warnings about them.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959664

Title:
  ddd emits warnings when started from command line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddd/+bug/959664/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959664] Re: ddd emits warnings when started from command line

2012-05-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ddd (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959664

Title:
  ddd emits warnings when started from command line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddd/+bug/959664/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959664] Re: ddd emits warnings when started from command line

2012-03-19 Thread Thierry Carrez
** Also affects: ddd (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959664

Title:
  ddd emits warnings when started from command line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddd/+bug/959664/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs