KDE building problems
Michael Pyne
pynm0001 at unf.edu
Sat Mar 6 22:27:32 CET 2004
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Saturday 06 March 2004 04:09 pm, virgil wrote:
> Hello,
>
> I'm having problems building arts from cvs. BTW I'm not sure this is the
> right list to be asking this question, if its the wrong place you may
> direct me elsewhere.
The problem is that your compiler is being (understandably) picky about
passing what is supposed to be a constant value ("inbuf_ms") to a function
which says it might change it (mas_get). The best fix would be for the MAS
library to correct the function prototype. You can work around it by
changing "inbuf_ms" to read const_cast<char*> "inbuf_ms", but what you might
want to do instead is to navigate to /home/kdedev/src/kde/arts, and edit
config.h. Find the line that says #define HAVE_LIBMAS... , and make sure you
comment it out, unless you absolutely must have MAS support.
Hope this helps.
Regards,
- Michael Pyne
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQFASkJIqjQYp5Omm0oRAk/nAKCvrXVMPyiG+LbxUBWv+BKzlIrC9gCgmDwd
zTxTwPw78SgrmuVfbo2Ikog=
=Ws9e
-----END PGP SIGNATURE-----
More information about the kde-quality
mailing list