Thread: Re: [Quickfix-users] Compile errors on Linux
Brought to you by:
orenmnero
From: Paul C. <pa...@op...> - 2008-07-30 18:23:51
|
Hi: I have a fully updated Debian box with gcc/g++ 4.3.1-2 and I´m having compile errors on the cvs as well and prod version of QuickFIX. The error is "strcpy is not a member of std" and happens almost immediately on cvs version. The box is x86 SMP (Xeon). Any help? Thanks, Paul |
From: Paul C. <pa...@op...> - 2008-08-19 23:09:24
|
> QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Paul Check wrote: >> Any idea on what might be causing this hang? > > Try running it under strace -f to see where it gets stuck. In the production version I was now able to get the compilation to work with all the options I wanted [python, java, ruby, mysql] using 4.1 versions of the compilers and by removing all the extraneous versions of java on my system. --Paul |
From: Paul C. <pa...@op...> - 2008-07-31 23:08:07
|
> Hi: I have a fully updated Debian box with gcc/g++ 4.3.1-2 and I´m having > compile errors on the cvs as well and prod version of QuickFIX. The error > is "strcpy is not a member of std" and happens almost immediately on cvs > version. The box is x86 SMP (Xeon). Any help? Thanks, Paul Hi: I did not receive any ideas, so perhaps I could rephrase my questio^n: For people using Linux, what distro and version of the compilers do you use? Despite my reading through the dependencies and making sure all software (other than sstream) is installed, I cannot get QF to compile. I solved the problem above by including <cstring> in one of the .cpp files, but then I simply ran into another compile error a few steps later. Any help much appreciated. PC |
From: Mark T. K. <mke...@di...> - 2008-08-01 14:21:43
|
Paul Check wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > >> Hi: I have a fully updated Debian box with gcc/g++ 4.3.1-2 and I´m having >> compile errors on the cvs as well and prod version of QuickFIX. The error >> is "strcpy is not a member of std" and happens almost immediately on cvs >> version. The box is x86 SMP (Xeon). Any help? Thanks, Paul > > Hi: I did not receive any ideas, so perhaps I could rephrase my questio^n: > For people using Linux, what distro and version of the compilers do you > use? Despite my reading through the dependencies and making sure all > software (other than sstream) is installed, I cannot get QF to compile. I > solved the problem above by including <cstring> in one of the .cpp files, > but then I simply ran into another compile error a few steps later. > > Any help much appreciated. PC > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ no problems building on the following three fedora core releases: FC4: gcc-c++-4.0.2-8 FC5: gcc-c++-4.1.1-1 FC8: gcc-c++-4.1.2-33 /mark |
From: Paul C. <pa...@op...> - 2008-08-01 15:33:21
|
>> Hi: I did not receive any ideas, so perhaps I could rephrase my >> questio^n: >> For people using Linux, what distro and version of the compilers do you >> use? Despite my reading through the dependencies and making sure all >> software (other than sstream) is installed, I cannot get QF to compile. >> I >> solved the problem above by including <cstring> in one of the .cpp >> files, >> but then I simply ran into another compile error a few steps later. >> >> Any help much appreciated. PC > no problems building on the following three fedora core releases: > > FC4: gcc-c++-4.0.2-8 > FC5: gcc-c++-4.1.1-1 > FC8: gcc-c++-4.1.2-33 > > /mark Thanks Mark. I was able to get a successful compile on Debian unstable (fully updated) using the 4.1 and 4.2 versions of the compilers (that is 4.1.2-23 and 4.2.4-3 resp) that come on the box. PC |
From: Paul C. <pa...@op...> - 2008-08-02 03:17:58
|
Hi: I am trying to compile 1.12.4 with the --with-java option and fairly certain I have JAVA_HOME defined correctly. On compile, I get to the "jar: Building jar: ...." line and then there is a long pause, currently over 45 minutes! I have no idea how long this should take on a fast processor. Could anyone provide some guidance on build time? Regards, Paul |
From: Paul C. <pa...@op...> - 2008-08-04 14:26:26
|
> Hi: I am trying to compile 1.12.4 with the --with-java option and fairly > certain I have JAVA_HOME defined correctly. On compile, I get to > the "jar: Building jar: ...." line and then there is a long pause, > currently over 45 > minutes! I have no idea how long this should take on a fast processor. > Could anyone provide some guidance on build time? Regards, Paul I see that this step should be taking only a few seconds. I am able to build the jar manually by executing "ant jar" in the appropriate directory, but the build is hanging when I execute it through make or through build.sh. Any idea on what might be causing this hang? Regards, Paul |
From: Mike G. <mg...@co...> - 2008-08-19 21:20:10
|
Paul Check wrote: > Any idea on what might be causing this hang? Try running it under strace -f to see where it gets stuck. -- Mike Gatny Connamara Systems, LLC http://www.connamara.com/ |
From: Malinka R. <ael...@gm...> - 2008-08-01 16:31:59
|
gcc 4.1.2, on Gentoo On Thu, Jul 31, 2008 at 7:08 PM, Paul Check <pa...@op...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi: I have a fully updated Debian box with gcc/g++ 4.3.1-2 and I´m having > > compile errors on the cvs as well and prod version of QuickFIX. The > error > > is "strcpy is not a member of std" and happens almost immediately on cvs > > version. The box is x86 SMP (Xeon). Any help? Thanks, Paul > > Hi: I did not receive any ideas, so perhaps I could rephrase my questio^n: > For people using Linux, what distro and version of the compilers do you > use? Despite my reading through the dependencies and making sure all > software (other than sstream) is installed, I cannot get QF to compile. I > solved the problem above by including <cstring> in one of the .cpp files, > but then I simply ran into another compile error a few steps later. > > Any help much appreciated. PC > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |