﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AKazanbas%2FCross-compiling_Blender_2.5_on_Linux</id>
	<title>利用者:Kazanbas/Cross-compiling Blender 2.5 on Linux - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AKazanbas%2FCross-compiling_Blender_2.5_on_Linux"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kazanbas/Cross-compiling_Blender_2.5_on_Linux&amp;action=history"/>
	<updated>2026-04-20T21:58:11Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kazanbas/Cross-compiling_Blender_2.5_on_Linux&amp;diff=89363&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kazanbas/Cross-compiling_Blender_2.5_on_Linux&amp;diff=89363&amp;oldid=prev"/>
		<updated>2018-06-28T18:42:33Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 18:42時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kazanbas/Cross-compiling_Blender_2.5_on_Linux&amp;diff=89362&amp;oldid=prev</id>
		<title>2009年7月17日 (金) 18:33にwiki&gt;Kazanbasによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Kazanbas/Cross-compiling_Blender_2.5_on_Linux&amp;diff=89362&amp;oldid=prev"/>
		<updated>2009-07-17T18:33:18Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Cross-compiling Blender 2.5 on Linux=&lt;br /&gt;
This document briefly describes how to build Blender 2.5 on Linux.&lt;br /&gt;
==Get MinGW on Linux==&lt;br /&gt;
[http://en.wikipedia.org/wiki/MinGW MinGW] (pronounced /ming'wi:/). If your linux distro has apt-get, then you can install MinGW with:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;apt-get install mingw32&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or [http://mingw.org/wiki/LinuxCrossMinGW build MinGW from sources].&lt;br /&gt;
&lt;br /&gt;
==Get MinGW libs==&lt;br /&gt;
Get all necessary MinGW libs from https://svn.blender.org/svnroot/bf-blender/trunk/lib/windows/&lt;br /&gt;
&lt;br /&gt;
==Modify MinGW's libstdc++.a==&lt;br /&gt;
Build may fail when linking with the following error:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
...libstdc++.a(stubs.o):(.text+0x160): multiple definition of `_powf'...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This is a [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484299 known problem]. The workaround is to remove stubs.o from libstdc++.a like so:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# cd to your mingw lib directory and:&lt;br /&gt;
i586-mingw32msvc-ar -d libstdc++.a stubs.o&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Ideally this problem should be solved by re-compiling MinGW with appropriate configuration options. This needs good autoconf/automake knowledge which I don't possess :)&lt;br /&gt;
==Build Blender==&lt;br /&gt;
&amp;lt;pre&amp;gt;scons BF_CROSS=1&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>wiki&gt;Kazanbas</name></author>
		
	</entry>
</feed>