google-code-export / bzzwolfsp

Automatically exported from code.google.com/p/bzzwolfsp
GNU General Public License v3.0
0 stars 0 forks source link

Win32 - Compilation failed because of missing files #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get the sources via SVN (svn checkout 
http://bzzwolfsp.googlecode.com/svn/trunk/) (today: 2011-10-23).
2. Try to compile with Visual Studio 2008, using the wolf.sln file (OS is 
Windows 7).

There are many problems:
a. There are missing source files for freetype2 (ft2/*.*) - subfolder 'ft2' is 
missing.
b. There are missing source files for win32 ('..\win32\win_qgl.c', 
'..\win32\win_glimp.c', '..\win32\win_gamma.c') - subfolder 'win32' is missing.
c. The 'extractfuncs.bat' has invalid end-of-line (LF instead of CRLF).
d. The 'extractfuncs.bat' references 'extractfuncs' instead of 
'extractfuncs.exe'. This can cause the .bat file to endlessly call itself.
e. Even if extrafunc.exe was compiled and called by the script, it does not 
seem to change any file (according to the last-changed date).

NOTE: For points a. and b., the files are referenced in the vcproj file but are 
missing.

I join the correct 'extrafuncs.bat' file.

Thanks for all.

Original issue reported on code.google.com by smarmotte@hotmail.com on 23 Oct 2011 at 4:58

Attachments:

GoogleCodeExporter commented 9 years ago
the visual studio project files in the project don't work, I'm working on a fix

Original comment by frederik...@gmail.com on 23 Oct 2011 at 6:47

GoogleCodeExporter commented 9 years ago
new project files are in the source tree, look into the folder vc++/bzzwolfsp/

Original comment by frederik...@gmail.com on 25 Oct 2011 at 8:27