Issue with Building QuickFIX

This forum is for discussion about general software issues.

Issue with Building QuickFIX

Postby russelljt » Mon Nov 28, 2016 9:51 pm

I am running Arch Linux ARM on my Raspberry Pi, and am trying to install QuickFIX (http://quickfixengine.org).

I believe that I have correctly installed all of the dependencies (http://www.quickfixengine.org/quickfix/ ... ncies.html) and have successfully built the software from Source.

Unfortunately when I follow the test scripts (http://www.quickfixengine.org/quickfix/ ... sting.html), I get the following error:
$this->bbcode_second_pass_code('', '[alarm@alarm-rpi3 test]$ ./runut.sh 1026
ut: no process found
at: no process found
<ut>
<output>
C++/test/FieldConvertorsTestCase.cpp:114: error: Failure in integerConvertTo: Expected -2147483648 but was -00
FAILURE: 1 out of 191 tests failed (1 failures).
Test time: 13.43 seconds.
</output>
</ut>')

Does anyone have any idea how I might go about resolving this issue? Has anyone had any success running QuickFIX on Arch Linux-ARM?

Many thanks
Russell
russelljt
 
Posts: 4
Joined: Mon Nov 28, 2016 8:11 pm

Re: Issue with Building QuickFIX

Postby WarheadsSE » Tue Nov 29, 2016 8:23 pm

Looking at line 114 of the failing test, it is attempting to compare the expected value to the value stored in the constant at line 33. However, this constant appears to be making the assumption that "const int A" will result in "const signed int A", as well as the assumed size of that signed integer.

https://www.tutorialspoint.com/cprogram ... _types.htm

See the distinct difference between 2 and 4 byte signed/unsigned integers.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Issue with Building QuickFIX

Postby russelljt » Tue Nov 29, 2016 9:47 pm

Hi WarheadsSE,

Thanks for your response. Is there anything I might be able to do to resolve the issue? Do you think it could be caused by any of the installation dependencies?

I was able to perform to get this running in CentOS on the Raspberry Pi (although did encounter some other issues).

Many thanks
Russell
russelljt
 
Posts: 4
Joined: Mon Nov 28, 2016 8:11 pm

Re: Issue with Building QuickFIX

Postby russelljt » Tue Dec 06, 2016 9:34 pm

Can anyone offer any further assistance here?
russelljt
 
Posts: 4
Joined: Mon Nov 28, 2016 8:11 pm

Re: Issue with Building QuickFIX

Postby WarheadsSE » Wed Dec 07, 2016 4:53 pm

You should contact the software maintainers about this.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm


Return to General

Who is online

Users browsing this forum: No registered users and 10 guests