Welcome! Log In Create A New Profile

Advanced

build failed on Linux with x32 ABI

Serguei I. Ivantsov
June 25, 2013 12:34PM
>> +#if (NGX_HAVE_RTSIG)
>> +#include <sys/sysctl.h>
>> +#endif
>> +
>>
>> #if (NGX_HAVE_POSIX_SEM)
>> #include <semaphore.h>

>This probably needs to be moved to other event method related
>conditional includes

I did not find an example how and where conditionally include system
header. BTW, I just make the same way I found in ngx_linux_config.h :

#if (NGX_HAVE_POLL || NGX_HAVE_RTSIG)
#include <poll.h>
#endif

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

build failed on Linux with x32 ABI

Serguei I. Ivantsov 869 June 25, 2013 12:34PM

Re: build failed on Linux with x32 ABI

Maxim Dounin 395 June 25, 2013 03:22PM

Re: build failed on Linux with x32 ABI

Serguei I. Ivantsov 338 June 26, 2013 06:04AM

Re: build failed on Linux with x32 ABI

Maxim Dounin 406 June 26, 2013 08:38AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 109
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready