Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
95782450
Commit
95782450
authored
Jun 13, 2016
by
Luca Boccassi
Committed by
GitHub
Jun 13, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2035 from slishak/master
Problem: FD_SETSIZE not set to 16k for all build definitions
parents
cb0eaf6b
d49e43bb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
Makefile.cygwin
builds/cygwin/Makefile.cygwin
+1
-1
Makefile.mingw32
builds/mingw32/Makefile.mingw32
+1
-1
libzmq.vcproj
builds/msvc/vs2008/libzmq/libzmq.vcproj
+5
-5
configure.ac
configure.ac
+2
-2
No files found.
builds/cygwin/Makefile.cygwin
View file @
95782450
CC
=
gcc
CFLAGS
=
-Wall
-Os
-g
-DDLL_EXPORT
-DFD_SETSIZE
=
4096
-DZMQ_USE_SELECT
-I
.
CFLAGS
=
-Wall
-Os
-g
-DDLL_EXPORT
-DFD_SETSIZE
=
16384
-DZMQ_USE_SELECT
-I
.
LIBS
=
-lws2_32
OBJS
=
ctx.o reaper.o dist.o err.o
\
...
...
builds/mingw32/Makefile.mingw32
View file @
95782450
CC
=
gcc
CFLAGS
=
-Wall
-Os
-g
-DDLL_EXPORT
-DFD_SETSIZE
=
4096
-DZMQ_USE_SELECT
-I
.
CFLAGS
=
-Wall
-Os
-g
-DDLL_EXPORT
-DFD_SETSIZE
=
16384
-DZMQ_USE_SELECT
-I
.
LIBS
=
-lws2_32
-lIphlpapi
OBJS
=
ctx.o reaper.o dist.o err.o
\
...
...
builds/msvc/vs2008/libzmq/libzmq.vcproj
View file @
95782450
...
...
@@ -11,7 +11,7 @@
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
"-DDLL_EXPORT -DFD_SETSIZE=
4096
-DZMQ_USE_SELECT -D_CRT_SECURE_NO_WARNINGS"
Optimization=
"0"
PreprocessorDefinitions=
"NOMINMAX"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"3"
WarningLevel=
"3"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
"-DDLL_EXPORT -DFD_SETSIZE=
16384
-DZMQ_USE_SELECT -D_CRT_SECURE_NO_WARNINGS"
Optimization=
"0"
PreprocessorDefinitions=
"NOMINMAX"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"3"
WarningLevel=
"3"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
...
...
@@ -30,7 +30,7 @@
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
"-DDLL_EXPORT -DFD_SETSIZE=
4096
-DZMQ_USE_SELECT -D_CRT_SECURE_NO_WARNINGS"
Optimization=
"2"
EnableIntrinsicFunctions=
"true"
RuntimeLibrary=
"2"
EnableFunctionLevelLinking=
"true"
WarningLevel=
"3"
DebugInformationFormat=
"3"
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
"-DDLL_EXPORT -DFD_SETSIZE=
16384
-DZMQ_USE_SELECT -D_CRT_SECURE_NO_WARNINGS"
Optimization=
"2"
EnableIntrinsicFunctions=
"true"
RuntimeLibrary=
"2"
EnableFunctionLevelLinking=
"true"
WarningLevel=
"3"
DebugInformationFormat=
"3"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
...
...
@@ -49,7 +49,7 @@
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
"-DZMQ_STATIC -DFD_SETSIZE=
4096
-DZMQ_USE_SELECT -D_CRT_SECURE_NO_WARNINGS"
Optimization=
"0"
PreprocessorDefinitions=
"NOMINMAX"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"3"
WarningLevel=
"3"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
"-DZMQ_STATIC -DFD_SETSIZE=
16384
-DZMQ_USE_SELECT -D_CRT_SECURE_NO_WARNINGS"
Optimization=
"0"
PreprocessorDefinitions=
"NOMINMAX"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"3"
WarningLevel=
"3"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
...
...
@@ -66,7 +66,7 @@
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
"-DZMQ_STATIC -DFD_SETSIZE=
4096
-DZMQ_USE_SELECT -D_CRT_SECURE_NO_WARNINGS"
Optimization=
"2"
EnableIntrinsicFunctions=
"true"
RuntimeLibrary=
"2"
EnableFunctionLevelLinking=
"true"
WarningLevel=
"3"
DebugInformationFormat=
"3"
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
"-DZMQ_STATIC -DFD_SETSIZE=
16384
-DZMQ_USE_SELECT -D_CRT_SECURE_NO_WARNINGS"
Optimization=
"2"
EnableIntrinsicFunctions=
"true"
RuntimeLibrary=
"2"
EnableFunctionLevelLinking=
"true"
WarningLevel=
"3"
DebugInformationFormat=
"3"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
...
...
@@ -83,7 +83,7 @@
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
"-DDLL_EXPORT -DFD_SETSIZE=
4096
-DZMQ_USE_SELECT -D_CRT_SECURE_NO_WARNINGS"
Optimization=
"2"
EnableIntrinsicFunctions=
"true"
AdditionalIncludeDirectories=
"../../../../OpenPGM/include"
PreprocessorDefinitions=
"ZMQ_HAVE_OPENPGM"
RuntimeLibrary=
"2"
EnableFunctionLevelLinking=
"true"
WarningLevel=
"3"
DebugInformationFormat=
"3"
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
"-DDLL_EXPORT -DFD_SETSIZE=
16384
-DZMQ_USE_SELECT -D_CRT_SECURE_NO_WARNINGS"
Optimization=
"2"
EnableIntrinsicFunctions=
"true"
AdditionalIncludeDirectories=
"../../../../OpenPGM/include"
PreprocessorDefinitions=
"ZMQ_HAVE_OPENPGM"
RuntimeLibrary=
"2"
EnableFunctionLevelLinking=
"true"
WarningLevel=
"3"
DebugInformationFormat=
"3"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
...
...
configure.ac
View file @
95782450
...
...
@@ -262,8 +262,8 @@ case "${host_os}" in
CPPFLAGS="-DZMQ_STATIC $CPPFLAGS"
fi
# Set FD_SETSIZE to 1
02
4
CPPFLAGS=" -DFD_SETSIZE=1
02
4 $CPPFLAGS"
# Set FD_SETSIZE to 1
638
4
CPPFLAGS=" -DFD_SETSIZE=1
638
4 $CPPFLAGS"
;;
*cygwin*)
# Define on Cygwin to enable all library features
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment