Hi
My name is Jonathan and I'm a software engineer currently working with fix protocol .
I need your help in installing Fix8.
I am working with Eclipse + Cygwin with Win7 OS but the final outcome will be on another computer (Linux OS)
I did the following :
From the Cygwin terminal I entered
1. ./bootstrap
2. ./configure
3. make
first 2 steps were ok but on the 3 step I got this error
../include/fix8/ff/MPMCqueues.hpp:872:35: note: 'atomic_long_set' declared here, later in the translation unit
atomic_long_set(&enqueue,0);
^
Makefile:562: recipe for target 'xml.lo' failed
make[1]: *** [xml.lo] Error 1
make[1]: Leaving directory '/cygdrive/c/Users/Yoni/workspace/fix8-1.3.1/runtime'
Makefile:546: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
how do I fix it ?
I would also ask how do I transfer the program to the Linux OS computer
I understand that I need to do a new compilation
(regardless of the application compilation)
Thank you for your help
Jonathan