Re: [libsmjs-dev]: Missing files

2005-09-18 Thread Davi Leal
Thanks for the feedback, the improved script, etc.

I will fill the bug report.
Davi



Darren Salt wrote:
> I demand that Davi Leal may or may not have written...
>
> > I am missing the "js.msg" and "jsopcode.tbl" files in the
> > "libdevel/libsmjs-dev" development library package.
> >
> > The files are in the mozilla-thunderbird-dev and mozilla-dev packages,
> > but not in the libsmjs-dev.

> (Assuming bash...)
>
>   # aptitude download mozilla-dev
>   # dpkg-deb -x mozilla-dev_1.7.8.1sarge2_i386.deb foo
>   # cp -a foo/usr/include/mozilla/js/js{.msg,opcode.tbl} /usr/include/smjs/
>   # rm -rf foo
>   # rm mozilla-dev_1.7.8.1sarge2_i386.deb
>
> Note that these files /may/ not be the same as those which you say should
> be in libsmjs-dev.
>
> > Could you include the files in the libsmjs-dev package?.
>
> See http://www.debian.org/Bugs/Reporting>.
>
> (FWIW, if your application is intended to be buildable on non-Debian
> systems, you need to be aware that /usr/lib/smjs may be known as
> /usr/lib/js. I got build failure reports about this when I deprecated
> gxine's internal copy.)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[libsmjs-dev]: Missing files

2005-09-18 Thread Davi Leal
Hi,
Debian GNU/Linux 3.1 (a.k.a. sarge)


I am missing the "js.msg" and "jsopcode.tbl" files in the 
"libdevel/libsmjs-dev" development library package.

The files are in the mozilla-thunderbird-dev and mozilla-dev packages, but not 
in the libsmjs-dev.

 mail/mozilla-thunderbird-dev
   usr/include/mozilla-thunderbird/js/js.msg
   usr/include/mozilla-thunderbird/js/jsopcode.tbl

 devel/mozilla-dev
   usr/include/mozilla/js/js.msg
   usr/include/mozilla/js/jsopcode.tbl


I have workaround the compilation error of my application as follows:
 apt-get install mozilla-dev
  cp /usr/include/mozilla/js/js.msg   /usr/include/smjs/
  cp /usr/include/mozilla/js/jsopcode.tbl /usr/include/smjs/
 apt-get remove  mozilla-dev

Could you include the files in the libsmjs-dev package?.

Best regards,
Davi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[ldap]: Missing libldap-2.2-dev in Sarge

2005-09-18 Thread Davi Leal
Hi,
Debian GNU/Linux 3.1 (a.k.a. sarge)


There is not development libraries available for the 2.2.23 OpenLDAP version. 
I have read OpenLDAP must be used with care due to bugs. I am going to 
develop an application using the C language. What libldap-dev and slapd 
version do you advise me to use?.

 libldap-2.2-7  2.2.23-8OpenLDAP libraries  
  

 libldap2   2.1.30-8OpenLDAP libraries
 libldap2-dev   2.1.30-8OpenLDAP development libraries  
  

 slapd  2.2.23-8OpenLDAP server (slapd) 
  


Regards,
Davi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]