I've tried quite hard to get this working but have only got as far as getting 
configure to run to completion without error.

What I have done is:

Install MinGW with:
        mingw-developer-toolkit
        mingw32-base

Additionally install in MinGW:
        mingw32_expat bin
        mingw32-libexpat dev
        mingw32-libexpat dll
        msys-libopenssl dev

Set MSYS CPATH environment variable to C:\mingw\msys\1.0\include
Set MSYS LIBRARY_PATH environment variable to C:\mingw\msys\1.0\lib

Download the Unix Source for Apache Portable Runtime (apr-1.4.8.tar.gz)
        uncompress
        extract
        ./configure
        make
        make install

Add /usr/local/apr/bin to the PATH in /etc/profile

Download the source code for Perl Compatible Regular Expression 
(pcre-8.33.tar.gz)
        uncompress
        extract
        ./configure --prefix=/mingw --enable-pcre16 --enable-pcre32 
--enable-unicode-properties --enable-newline-is-any --disable-cpp
        make
        make install

Download the source code for nxlog (nxlog-ce-2.5.1089.tar.gz)
        uncompress
        extract
        ./configure

make then fails with many compilation errors, most of them "error: unknown type 
name 'boolean'"

I would really like a definitive set of build instructions, which I believe are 
supposed to be provided under the terms of the LGPL and GPL.

Chris Main

-----Original Message-----
From: Botond Botyanszki [mailto:botyanszki.bot...@gmail.com] On Behalf Of 
Botond Botyanszki
Sent: 27 September 2013 09:54
To: Main, Chris
Subject: Re: [nxlog-ce-users] Compiling nxlog for Windows

Hi,

The build system is gnu style using autotools and gcc. On windows it needs 
mingw and msys to be able to run configure && make.

Regards,
Botond


On Thu, 26 Sep 2013 12:32:56 +0000
"Main, Chris" <chris.m...@viasat.uk.com> wrote:

> I am currently investigating Windows event log to syslog clients, and it's 
> quite possible that we would need to make some modifications.
>
> In that case, we would need to rebuild the Windows binary from source, and I 
> am trying to understand how we would do that.
>
> Chris Main
>
> -----Original Message-----
> From: Botond Botyanszki [mailto:botyanszki.bot...@gmail.com] On Behalf
> Of Botond Botyanszki
> Sent: 26 September 2013 12:34
> To: Main, Chris
> Subject: Re: [nxlog-ce-users] Compiling nxlog for Windows
>
> Hi,
>
> AFAIR this contained some sensitive information and we removed it.
> Is there any reason why the current binary build is not sufficient for you?
>
> Regards,
> Botond
>
> On Thu, 26 Sep 2013 11:23:40 +0000
> "Main, Chris" <chris.m...@viasat.uk.com> wrote:
>
> > > Hi,
> > >
> > > There is a zipped up msys environment on the sourceforge downloads
> > > page containing all dependencies precompiled.
> > > This may serve as an example for setting up your own if you want
> > > to do that.
> > >
> > > Regards,
> > > Botond
> >
> > I can't find this on the sourceforge downloads page. Where exactly is it?
> >
> > Chris Main
> >
> >
> > This email and any files transmitted with it may be confidential, legally 
> > privileged and protected in law and are intended solely for the use of the 
> > individual to whom it is addressed. Any view or opinions presented are 
> > solely those of the author and do not necessarily represent those of 
> > ViaSat.   If you have received this Email in error please contact the 
> > sender by return and confirm that its contents have been destroyed without 
> > further distribution or disclosure. Please email 
> > ad...@viasat.uk.com<mailto:ad...@viasat.uk.com> with any questions relating 
> > to this disclaimer.
> >
> > ViaSat has Registered Offices at Sandford Lane, Wareham, Dorset BH20 4DY. 
> > The company is registered in England and Wales under no: 3007498.
> >
> > --------------------------------------------------------------------
> > --
> > -------- October Webinars: Code for Performance Free Intel webinars
> > can help you accelerate application performance.
> > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the
> > most from the latest Intel processors and coprocessors. See
> > abstracts and register >
> > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg
> > .c lktrk _______________________________________________
> > nxlog-ce-users mailing list
> > nxlog-ce-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users
>
> This email and any files transmitted with it may be confidential, legally 
> privileged and protected in law and are intended solely for the use of the 
> individual to whom it is addressed. Any view or opinions presented are solely 
> those of the author and do not necessarily represent those of ViaSat.   If 
> you have received this Email in error please contact the sender by return and 
> confirm that its contents have been destroyed without further distribution or 
> disclosure. Please email ad...@viasat.uk.com<mailto:ad...@viasat.uk.com> with 
> any questions relating to this disclaimer.
>
> ViaSat has Registered Offices at Sandford Lane, Wareham, Dorset BH20 4DY. The 
> company is registered in England and Wales under no: 3007498.

This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 
individual to whom it is addressed. Any view or opinions presented are solely 
those of the author and do not necessarily represent those of ViaSat.   If you 
have received this Email in error please contact the sender by return and 
confirm that its contents have been destroyed without further distribution or 
disclosure. Please email ad...@viasat.uk.com<mailto:ad...@viasat.uk.com> with 
any questions relating to this disclaimer.

ViaSat has Registered Offices at Sandford Lane, Wareham, Dorset BH20 4DY. The 
company is registered in England and Wales under no: 3007498.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
nxlog-ce-users mailing list
nxlog-ce-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users

Reply via email to