Dear Massimo,
Since there is some interest, I am trying to build a windows binary for
windows (using the 32 bit distribution from apache, cmake and microsoft
compiler).
I have made some progress, but I have a few problems:
a) Where is "SERVER_CONFIG_FILE" defined? Grep in the (built) linux
sources showed that it is used in mod_rivet.c only, but I couldn't find
where it is defined.
b) I made some (minor) changes, I hope to provide a patch when all is done.
c) I have made these definitions:
ADD_DEFINITIONS ( -DRIVET_PACKAGE_NAME="Rivet" )
ADD_DEFINITIONS ( -DSTART_TAG="<?" )
ADD_DEFINITIONS ( -DEND_TAG="?>" )
ADD_DEFINITIONS ( -DRIVET_RIVETLIB_DESTDIR="" )
#ADD_DEFINITIONS ( -DSERVER_CONFIG_FILE="" )
#ADD_DEFINITIONS ( -DRIVET_APACHE2=1 )
ADD_DEFINITIONS ( -DRIVET_DISPLAY_VERSION=1 )
ADD_DEFINITIONS (
-DRIVET_PACKAGE_VERSION="${PKG_MAJOR_VERSION}.${PKG_MINOR_VERSION}.${PKG_BUILD_VERSION}"
)
ADD_DEFINITIONS ( -DRIVET_MAX_POST=0 )
ADD_DEFINITIONS ( -DRIVET_UPLOAD_FILES_TO_VAR=1 )
ADD_DEFINITIONS ( -DRIVET_SEPARATE_VIRTUAL_INTERPS=0 )
ADD_DEFINITIONS ( -DRIVET_HEAD_REQUESTS=0 )
ADD_DEFINITIONS ( -DRIVET_UPLOAD_DIR="C:\\ProgramData\\TEMP" )
ADD_DEFINITIONS ( -DRIVET_NAMESPACE_EXPORT=1 )
ADD_DEFINITIONS ( -DRIVET_NAMESPACE_IMPORT=1 )
ADD_DEFINITIONS ( -DRIVET_NAMEOFEXECUTABLE="" )
ADD_DEFINITIONS ( -DUSE_TCL_STUBS )
ADD_DEFINITIONS ( -DTCL_THREADS )
Do you think any important definition missing?
(Although now I am think it, tcl stubs must not be used...)
Regards,
George
Στις 4/8/2012 21:41, ο/η Massimo Manghi έγραψε:
No, in the final message is written the person trying to build was
giving up with cygwin and turn to Visual Studio Express instead
-- Massimo
On 2012-08-04 20:07, Jeff Lawson wrote:
This post seems to suggest that you can compile APR with cygwin:
http://old.nabble.com/Compiling-on-cygwin-td31867566.html [1]
On Sat, Aug 4, 2012 at 12:49 PM, Massimo Manghi
<[email protected] [2]> wrote:
Does anyone have a build for Windows of the APR? Yes, Im trying to
build Rivet for Windows using cygwin and Tcl 8.6, but I cant build
APR from sources and ASF supports only VC++...
-- Massimo
Links:
------
[1] http://old.nabble.com/Compiling-on-cygwin-td31867566.html
[2] mailto:[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]