[Bf-committers] Linking error with libge on Windows

2013-03-02 Thread Kursad Karatas
Hi

I am getting a compiling problem with the latest svn #54983, something 
todo with the GE code. For example

\source\gameengine\Ketsji\KX_KetsjiEngine.cpp:389:52: warning: 'scene' 
may be used uninitialized in this function [-Wuninitialized]
Linking CXX static library ..\..\..\lib\libge_logic_ketsji.a
[ 50%] Built target ge_logic_ketsji
mingw32-make: *** [all] Error 2

http://www.pasteall.org/40166


thanks

k

___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


Re: [Bf-committers] Linking error with libge on Windows

2013-03-02 Thread Mitchell Stokes
Strange, I'm not seeing an actual error in that log output. Warnings
usually don't stop a compile, and that particular warning (unused scene in
dome code) has been around for a long time.

--Mitchell

On Sat, Mar 2, 2013 at 6:34 PM, Kursad Karatas gonder...@plecxus.comwrote:

 Hi

 I am getting a compiling problem with the latest svn #54983, something
 todo with the GE code. For example

 \source\gameengine\Ketsji\KX_KetsjiEngine.cpp:389:52: warning: 'scene'
 may be used uninitialized in this function [-Wuninitialized]
 Linking CXX static library ..\..\..\lib\libge_logic_ketsji.a
 [ 50%] Built target ge_logic_ketsji
 mingw32-make: *** [all] Error 2

 http://www.pasteall.org/40166


 thanks

 k

 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers

___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


Re: [Bf-committers] Linking error with libge on Windows

2013-03-02 Thread kk
On 03/02/2013 11:14 PM, Mitchell Stokes wrote:
 Strange, I'm not seeing an actual error in that log output. Warnings 
 usually don't stop a compile, and that particular warning 
 (unused scene in dome code) has been around for a long time.

 --Mitchell

Mitchell, thanks for the reply.

I will see if this is a local issue. This is a regular vanilla build 
that normally builds fine, that is why in thought I would report it first.

thanks

k

___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers