Used instructions to
http://projects.blender.org/viewcvs/viewcvs.cgi/blender/free_windows-env.sh?cvsroot=tuhopuu
Got this:
http://www.bl3nder.com/output.txt
http://www.bl3nder.com/error.txt
The thing that caused the error (I captured this using the "Mark" option in the cygwin window, note "yahyah" is a directory I created when I found out that the make, I guess the makefile is at fault, splits paths with "spaces" in them.. but that isn't the problem here, it seems to be a problem with a C++ file somewhere, probably something I'm lacking,
I'll check back to see if anyone has fixed this problem or if there is something I need to download for cygwin.. I think I can get listing of all my installed packages.. ):
dlltool: Processing def file: /home/yahyah/tuhopuu/blender/dlltool/ntdll.def
dlltool: LIBRARY: NTDLL.DLL base: ffffffff
dlltool: Processed def file
dlltool: Processing definitions
dlltool: Processed definitions
dlltool: Creating library file: /home/yahyah/tuhopuu/blender/lib/windows/openssl/lib/freentdll.a
dlltool: run: as -o dh.o dh.s
dlltool: run: as -o dt.o dt.s
dlltool: Creating stub file: ds00000.o
dlltool: Creating stub file: ds00001.o
dlltool: Creating stub file: ds00002.o
dlltool: Creating stub file: ds00003.o
dlltool: Creating stub file: ds00004.o
dlltool: Creating stub file: ds00005.o
dlltool: Created lib file
ranlib /home/yahyah/tuhopuu/blender/lib/windows/openssl/lib/freentdll.a
rm ./ntdll.dll
make[1]: Entering directory `/home/yahyah/tuhopuu/blender/intern/string'
====> make all in intern/string/intern
make[2]: Entering directory `/home/yahyah/tuhopuu/blender/intern/string/intern'
g++ -c -pipe -mno-cygwin -mwindows -DNDEBUG -O2 -Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -
ct-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wredundant-decls -Wreorder
tual-dtor -Wold-style-cast -Woverloaded-virtual -Wsign-promo -Wsynth -DFREE_WINDOWS -I/usr/include/min
e/yahyah/tuhopuu/blender/obj//windows/intern/string/STR_String.o
In file included from STR_String.cpp:42:
../STR_String.h:48: vector: No such file or directory
In file included from STR_String.cpp:42:
../STR_String.h:125: syntax error before `('
../STR_String.h: In method `const class STR_String & STR_String::Reverse()':
../STR_String.h:88: implicit declaration of function `int swap(...)'
../STR_String.h: In method `char STR_String::GetAt(int) const':
../STR_String.h:99: warning: use of old-style cast
../STR_String.h: In method `void STR_String::SetAt(int, char)':
../STR_String.h:100: warning: use of old-style cast
../STR_String.h: In method `float STR_String::ToFloat() const':
../STR_String.h:144: implicit declaration of function `int atof(...)'
../STR_String.h:144: warning: use of old-style cast
../STR_String.h: In method `int STR_String::ToInt() const':
../STR_String.h:145: implicit declaration of function `int atoi(...)'
../STR_String.h: In method `const class STR_String & STR_String::operator =(const byte *)':
../STR_String.h:148: warning: use of old-style cast
../STR_String.h:148: warning: use of old-style cast
STR_String.cpp: In method `STR_String::STR_String(char, int)':
STR_String.cpp:85: warning: use of old-style cast
STR_String.cpp:86: implicit declaration of function `int memset(...)'
STR_String.cpp: In method `STR_String::STR_String(const char *)':
STR_String.cpp:102: warning: use of old-style cast
STR_String.cpp: In method `STR_String::STR_String(const char *, int)':
STR_String.cpp:123: warning: use of old-style cast
STR_String.cpp: In method `STR_String::STR_String(const STR_String &)':
STR_String.cpp:138: warning: use of old-style cast
STR_String.cpp:139: warning: use of old-style cast
STR_String.cpp: In method `STR_String::STR_String(const STR_String &, int)':
STR_String.cpp:154: warning: use of old-style cast
STR_String.cpp:155: warning: use of old-style cast
STR_String.cpp: In method `STR_String::STR_String(const char *, int, const char *, int)':
STR_String.cpp:170: warning: use of old-style cast
STR_String.cpp: In method `STR_String::STR_String(int)':
STR_String.cpp:185: warning: use of old-style cast
STR_String.cpp: In method `STR_String::STR_String(long unsigned int)':
STR_String.cpp:199: warning: use of old-style cast
STR_String.cpp: In method `STR_String::STR_String(float)':
STR_String.cpp:212: warning: use of old-style cast
STR_String.cpp: In method `STR_String::STR_String(double)':
STR_String.cpp:225: warning: use of old-style cast
STR_String.cpp: In method `void STR_String::AllocBuffer(int, bool)':
STR_String.cpp:253: warning: use of old-style cast
STR_String.cpp: In method `class STR_String & STR_String::Format(const char *, ...)':
STR_String.cpp:271: warning: use of old-style cast
STR_String.cpp:274: warning: use of old-style cast
STR_String.cpp:276: warning: use of old-style cast
STR_String.cpp:277: warning: use of old-style cast
STR_String.cpp: In method `class STR_String & STR_String::FormatAdd(const char *, ...)':
STR_String.cpp:291: warning: use of old-style cast
STR_String.cpp:294: warning: use of old-style cast
STR_String.cpp:296: warning: use of old-style cast
STR_String.cpp:297: warning: use of old-style cast
STR_String.cpp: In method `int STR_String::Find(char, int = 0) const':
STR_String.cpp:349: warning: use of old-style cast
STR_String.cpp:350: warning: use of old-style cast
STR_String.cpp:351: warning: use of old-style cast
STR_String.cpp:352: implicit declaration of function `int strchr(...)'
STR_String.cpp:352: initialization to `char *' from `int' lacks a cast
STR_String.cpp: In method `int STR_String::Find(const char *, int = 0) const':
STR_String.cpp:363: warning: use of old-style cast
STR_String.cpp:364: warning: use of old-style cast
STR_String.cpp:365: warning: use of old-style cast
STR_String.cpp:366: implicit declaration of function `int strstr(...)'
STR_String.cpp:366: initialization to `char *' from `int' lacks a cast
STR_String.cpp: In method `int STR_String::Find(const STR_String &, int = 0) const':
STR_String.cpp:377: warning: use of old-style cast
STR_String.cpp:378: warning: use of old-style cast
STR_String.cpp:379: warning: use of old-style cast
STR_String.cpp:380: initialization to `char *' from `int' lacks a cast
STR_String.cpp: In method `int STR_String::RFind(char) const':
STR_String.cpp:391: warning: use of old-style cast
STR_String.cpp:392: implicit declaration of function `int strrchr(...)'
STR_String.cpp:392: initialization to `char *' from `int' lacks a cast
STR_String.cpp: In method `int STR_String::FindOneOf(const char *, int = 0) const':
STR_String.cpp:403: warning: use of old-style cast
STR_String.cpp:404: warning: use of old-style cast
STR_String.cpp:405: warning: use of old-style cast
STR_String.cpp:406: implicit declaration of function `int strpbrk(...)'
STR_String.cpp:406: initialization to `char *' from `int' lacks a cast
STR_String.cpp: In method `void STR_String::Replace(int, int, const STR_String &)':
STR_String.cpp:444: warning: use of old-style cast
STR_String.cpp: In method `int STR_String::CompareNoCase(const STR_String &) const':
STR_String.cpp:487: implicit declaration of function `int stricmp(...)'
STR_String.cpp: In method `class STR_String & STR_String::Upper()':
STR_String.cpp:506: warning: use of old-style cast
STR_String.cpp:508: implicit declaration of function `int _strupr(...)'
STR_String.cpp: In method `class STR_String & STR_String::Lower()':
STR_String.cpp:523: warning: use of old-style cast
STR_String.cpp:525: implicit declaration of function `int _strlwr(...)'
STR_String.cpp: In method `class STR_String & STR_String::Capitalize()':
STR_String.cpp:540: warning: use of old-style cast
STR_String.cpp:542: implicit declaration of function `int toupper(...)'
STR_String.cpp: In method `class STR_String & STR_String::TrimLeft()':
STR_String.cpp:561: warning: use of old-style cast
STR_String.cpp:563: implicit declaration of function `int memmove(...)'
STR_String.cpp: In method `class STR_String & STR_String::TrimRight()':
STR_String.cpp:574: warning: use of old-style cast
STR_String.cpp: In method `class STR_String & STR_String::TrimLeft(char *)':
STR_String.cpp:600: warning: use of old-style cast
STR_String.cpp: In method `class STR_String & STR_String::TrimRight(char *)':
STR_String.cpp:613: warning: use of old-style cast
STR_String.cpp: In method `class STR_String & STR_String::TrimQuotes()':
STR_String.cpp:639: warning: use of old-style cast
STR_String.cpp: In method `const class STR_String & STR_String::Copy(const char *, int)':
STR_String.cpp:661: warning: use of old-style cast
STR_String.cpp:662: warning: use of old-style cast
STR_String.cpp:663: warning: use of old-style cast
STR_String.cpp: In method `const class STR_String & STR_String::Concat(const char *, int)':
STR_String.cpp:680: warning: use of old-style cast
STR_String.cpp:681: warning: use of old-style cast
STR_String.cpp:682: warning: use of old-style cast
STR_String.cpp:683: warning: use of old-style cast
STR_String.cpp: At top level:
STR_String.cpp:697: syntax error before `::'
STR_String.cpp:700: syntax error before `;'
STR_String.cpp:708: syntax error before `.'
STR_String.cpp:712: ANSI C++ forbids declaration `lcv' with no type
STR_String.cpp:712: `pos' was not declared in this scope
STR_String.cpp:713: parse error before `}'
make[2]: *** [/home/yahyah/tuhopuu/blender/obj//windows/intern/string/STR_String.o] Error 1
make[2]: Leaving directory `/home/yahyah/tuhopuu/blender/intern/string/intern'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/yahyah/tuhopuu/blender/intern/string'
make: *** [interndir] Error 1
make: Leaving directory `/home/yahyah/tuhopuu/blender'