looking for windows developer to test cmake buildsystem
Peter Kümmel
syntheticpp at gmx.net
Thu Feb 2 18:16:08 CET 2006
Alexander Neundorf wrote:
>
> This is cool :-)
> What about HAVE_MMAP ?
I use a include file to disable
the additional generated forward declarations:
#define HAVE_GETHOSTNAME_PROTO
#define HAVE_INITGROUPS_PROTO
#define HAVE_MKDTEMP_PROTO
#define HAVE_MKSTEMPS_PROTO
#define HAVE_MKSTEMP_PROTO
#define HAVE_RANDOM_PROTO
#define HAVE_RES_INIT_PROTO
#define HAVE_SETENV_PROTO
#define HAVE_SRANDOM_PROTO
#define HAVE_STRLCAT_PROTO
#define HAVE_STRLCPY_PROTO
#define HAVE_UNSETENV_PROTO
#define HAVE_USLEEP_PROTO
#define HAVE_S_ISSOCK
So, seems there is a HAVE_MMAP.
>
>> But I have do the changes already posted:
>> 1. config.h has to much forward declarations, which can be disabled by:
>> (HAVE_STDLIB_H is 1)
>>
>> #define HAVE_GETHOSTNAME_PROTO
>> #define HAVE_SRANDOM_PROTO
>> #define HAVE_USLEEP_PROTO
>> #define HAVE_S_ISSOCK
>
> Can you please send the kdelibs/CMakeFiles/CMakeError.log file ?
> Maybe it's too big for the mailing list, so just send it to me directly.
>
in work.
>> +if(WIN32)
>> + add_definitions(-DWIN32_LEAN_AND_MEAN -DDCOP_EXPORT="" -DSOCKCONN
>> -DTCPCONN -FIkdelibs_global_win.h) +endif(WIN32)
>
> This was already in svn.
>
The -DDCOP_EXPORT="" definition is wrong and should be replaced by
-DMAKE_DCOP_LIB
Cheers,
Peter
More information about the Kde-buildsystem
mailing list