Bugs item #1847191, was opened at 2007-12-09 11:33
Message generated for change (Comment added) made by stmane
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1847191&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Clients CVS Head
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Fabian (mr-meltdown)
>Assigned to: Niels Nes (nielsnes)
>Summary: clients: Debian doesn't have strcasecmp

Initial Comment:
Compiling clients (Current) failed on GNU.32.32.d-Debian4.0

1767                    encoding = nl_langinfo(CODESET);
1768    #endif
1769            if (encoding != NULL && strcasecmp(encoding, "utf-8") == 0)
1770                    encoding = NULL;
1771            if (encoding != NULL) {

/home/monet/monet.GNU.32.32.d.23543/clients/src/mapiclient/MapiClient.mx: In
function ‘main’:
/home/monet/monet.GNU.32.32.d.23543/clients/src/mapiclient/MapiClient.mx:1769:
error: implicit declaration of function ‘strcasecmp’
make[5]: *** [MapiClient.o] Error 1
make[5]: Leaving directory
`/home/monet/monet.GNU.32.32.d.23543/clients/Debian4.0/src/mapiclient'


----------------------------------------------------------------------

>Comment By: Stefan Manegold (stmane)
Date: 2007-12-09 13:32

Message:
Logged In: YES 
user_id=572415
Originator: NO

Fixed by Niels in CVS:

strings.h contains the non conditional definition of strcasecmp
(in string.h its only available if we define _BSD_SOURCE which we
correctly
don't)
This fixes the compilation issue on debian


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1847191&group_id=56967

-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to