Log In
New Account
Home My Page Projects Blender 2.x BF release
Summary Activity Tracker SCM Files

Blender 2.6 Bug Tracker: Browse

[#24452] Can you build with MinGW+gcc in the current state?

Date:
2010-10-30 04:26
Priority:
3
State:
Closed
Submitted by:
perfection cat (sindra1961)
Assigned to:
Campbell Barton (campbellbarton)
Category:
None
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
 
Summary:
Can you build with MinGW+gcc in the current state?
Detailed description
It fails when compiling with mingw+gcc specifying the same thing as the option that was able to be compiled with scons+msvc.
The error occurs by linking the last Blender.exe even if it is adjusted that the compile error is not generated by user-config.py.
Can latest revision be built with mingw+gcc?

Followup

Message
  • Date: 2010-10-30 23:04
  • Sender: Tom Edwards
  • The error:

    Warning: .drectve `/DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" ' unrecognized
    Warning: .drectve `/DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" ' unrecognized
    Warning: .drectve `/DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" ' unrecognized
    Warning: .drectve `/DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" ' unrecognized
    C:\blender-svn\build\lib\libbf_python.a(bpy_interface.o):bpy_interface.c:(.text+0x26f): undefined reference to `_imp__PyImport_ExtendInittab'
    collect2: ld returned 1 exit status
    scons: *** [C:\blender-svn\build\bin\blender.exe] Error 1
    scons: building terminated because of errors.
  • Date: 2010-10-31 00:31
  • Sender: Nathan Letwory
  • This means our mingw library of Python linking library needs to be updated.
  • Date: 2010-10-31 05:06
  • Sender: perfection cat
  • When I built, the link command of blender.exe was displayed and the error was displayed as it was.
    However, I do not understand the cause because it is not displayed that it is bad concretely where.
    I think that the file name written in the file name and the link command of lib/windows that tries to be linked is different.
  • Date: 2010-11-02 08:36
  • Sender: perfection cat
  • It fails as usual though it compiled because the problem of the matter in which the compilation fails in scons+mingw+gcc was solved.
    The output and user-config.py of the compilation are appended.
 

Attached Files:

Name Date Download
result.txt 2010-11-02 08:37 Download
mingw_user-config.py 2010-11-02 08:37 Download

Changes:

Field Old Value Date By
File Added13342: mingw_user-config.py2010-11-02 08:37sindra1961
File Added13341: result.txt2010-11-02 08:37sindra1961
ResolutionNew2010-11-02 05:27campbellbarton
close_date2010-11-02 05:272010-11-02 05:27campbellbarton
status_idOpen2010-11-02 05:27campbellbarton
ResolutionNone2010-10-31 00:31jesterking
assigned_tonone2010-10-31 00:31jesterking