Fix8-1.3.3 version issue while adding any new function and building code

40 views
Skip to first unread message

Jack Peter

unread,
Oct 2, 2015, 2:36:29 AM10/2/15
to fix8 developer
Hi All,

I have downloaded fix8-1.3.3 version tar.gz from fix8.org and successfully build this version source code and run f8test client and f8test server application successfully with FIX.4.2 support.

When I am adding any new function in myfix.cpp file fix8-1.3.3 version then when i execute make command from test directory, whole source code get compiled into T.1.1 version. Earlier FIX.4.2 version is not there now it is converted into T.1.1 version.

If i am changing existing function in myfix.cpp file, then it compiles and build it succecssfully in FIX.4.2 version.

I am using CentOS 7.1 version.
Why this is unpredict behaviour with fix8-1.3.3 version?

I have same thing tried by adding a new function in myfix.cpp file with fix8-1.3.4 version and it successfully building fix8 code with FIX4.2 support and not converting into T.1.1 version.

So, are there anything do I need to while using make command from test directory if I make a new function in myfix.cpp file with fix8-1.3.3 version specific ?

Is it like can't we add any new function in myfix.cpp file with FIX4.2 support in fix8-1.3.3 version?

Please reply me asap.

Dakka

unread,
Oct 2, 2015, 6:51:02 AM10/2/15
to fix8 developer
If you are using the same Makefile.am and have just changed the xml schema then that's your problem. The makefile rule that runs the compiler also specifies the FIXT xml schema with the -x parameter. You need to remove this.
/dakka
Reply all
Reply to author
Forward
0 new messages