[Bug 297711] Re: Error compiling in c++

2010-12-13 Thread Launchpad Bug Tracker
[Expired for snacc (Ubuntu) because there has been no activity for 60
days.]

** Changed in: snacc (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Error compiling in c++

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


[Bug 297711] Re: Error compiling in c++

2010-08-25 Thread Nigel Babu
Can you describe the steps to reproduce this bug a bit more clearly?

** Changed in: snacc (Ubuntu)
   Status: New = Incomplete

-- 
Error compiling in c++
https://bugs.launchpad.net/bugs/297711
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 297711] Re: Error compiling in c++

2008-11-13 Thread Marc Mollà Roselló

** Attachment added: Patch for solve the bug.
   http://launchpadlibrarian.net/19619370/asn-leh.h.patch

-- 
Error compiling in c++
https://bugs.launchpad.net/bugs/297711
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 297711] Re: Error compiling in c++

2008-11-13 Thread Marc Mollà Roselló
** Description changed:

  Binary package hint: snacc
  
  The macro BDEC_2ND_EOC_OCTET defined in the header asn-len.h (included in 
snacc package) have a little bug that produce a lot of errors in c++ code 
generated compilation. This macro uses endl without namespace std::. 
  The patch for solve this errors:
  
   --- asn-len.h.original  2008-11-13 15:17:21.0 +0100
  +++ asn-len.h   2008-11-13 15:17:41.0 +0100
  @@ -82,7 +82,7 @@
   #define BDEC_2ND_EOC_OCTET( b, bytesDecoded, env)\
   {\
   if ((b.GetByte() != 0) || b.ReadError())\
  -   Asn1Warning  Warning - second octet of EOC not zero  endl;\
  +   Asn1Warning  Warning - second octet of EOC not zero  std::endl;\
   (bytesDecoded)++;\
   }
  
- I'm using Ubuntu 8.10 and the snacc version is 1.3bbn-9.3.
+ I'm using Ubuntu 8.10 and the snacc version is 1.3bbn-9.3. The header
+ asn-len.h is included in libsnacc-dev binary package.

-- 
Error compiling in c++
https://bugs.launchpad.net/bugs/297711
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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