Hi All,
I’ve been banging my head on the desk trying to do a successful build for CentOS 6.8 using Python 3.6.0.
I was following the instructions for installing it on Ubuntu, with modifications for CentOS. Some packages in the guide are not available for CentOS 6.8, so I made due with what was there, if anything at all.
I was able to run “python3 build.py dox etg sip” without any problems. However, when I’m running “python3 build.py build” it errors out.
Here is the error I’m receiving:
gcc: fatal error: cannot specify -o with -c, -S or -E with multiple files
compilation terminated.
gcc: fatal error: cannot specify -o with -c, -S or -E with multiple files
compilation terminated.
gcc: fatal error: cannot specify -o with -c, -S or -E with multiple files
compilation terminated.
gcc: fatal error: cannot specify -o with -c, -S or -E with multiple files
compilation terminated.
gcc: fatal error: cannot specify -o with -c, -S or -E with multiple files
compilation terminated.
gcc: fatal error: cannot specify -o with -c, -S or -E with multiple files
compilation terminated.
gcc: fatal error: cannot specify -o with -c, -S or -E with multiple files
compilation terminated.
make: *** [wxregex_regcomp.o] Error 1
make: *** Waiting for unfinished jobs…
make: *** [wxregex_regexec.o] Error 1
make: *** [wxregex_regerror.o] Error 1
make: *** [wxregex_regfree.o] Error 1
make: *** [wxexpat_xmlparse.o] Error 1
make: *** [wxexpat_xmlrole.o] Error 1
make: *** [wxexpat_xmltok.o] Error 1
Error building
ERROR: failed building wxWidgets
Traceback (most recent call last):
File “build.py”, line 1224, in cmd_build_wx
wxbuild.main(wxDir(), build_options)
File “/opt/aleksey/Phoenix/buildtools/build_wxwidgets.py”, line 491, in main
exitIfError(wxBuilder.build(dir=buildDir, options=args), “Error building”)
File “/opt/aleksey/Phoenix/buildtools/build_wxwidgets.py”, line 85, in exitIfError
raise builder.BuildError(msg)
buildtools.builder.BuildError: Error building
Finished command: build_wx (0.139s)
Finished command: build (0.140s)
I do not know what the files above are referring to and if I have a missing package that doesn’t allow me to read/create them.
I will be happy to provide any logs or info that is needed to further troubleshoot this issue.
Thank you in advance.