Hello, I have been compiling the nightly build today both on my computer and on ARM device.
The configure script found ffmpeg libraries and enabled the ffmpeg option but the compilation died because gcc didn't find header files in my system. Also there doesn't seem to be no --disable-ffmpeg switch as one would expect it to be. On the ARM machine I had issues with your testing scripts for libxerces. You invoke g++ with options -msse2 -mfpmath=sse that enable SIMD instructions (configure.ac line ~15) when testing if the libabry is installed. I do not get why is it there - these exist only on x86 and x86_64 architectures. Gcc for ARM don't recognize these options and return error when invoked. This will cause error message stating that the build system couldn't find libxerces-c, even if installed correctly. I bypassed both issues with relatively easy changes in configuration scripts .. but maybe its something you want to know about. Matej. ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
