ligzy / mp4v2

Automatically exported from code.google.com/p/mp4v2
Other
0 stars 0 forks source link

Lastest rev won't build with Visual Studio on Windows 7 - unresolved externals for class log #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. trying to build the latest on Windows Visual Studio

What is the expected output? What do you see instead?
It compiles fine, but won't link.  All references to log.anything are 
unresolved.  My last sync was to 399, which built fine and didn't use the calls 
to log.

Where is the log class supposed to be defined?  I searched all the files and 
couldn't find any definition for this class.

Original issue reported on code.google.com by danahins...@gmail.com on 4 May 2011 at 10:26

GoogleCodeExporter commented 9 years ago
I figured this out.  For some reason the files log.cpp, log.h and 
platform_win32_impl.h weren't included in the vstudio solution file.  Adding 
lose let's me link.

Original comment by danahins...@gmail.com on 4 May 2011 at 10:39

GoogleCodeExporter commented 9 years ago
I think there's still something fishy with your svn setup.  Those files are 
already in the vstudio at the head of trunk (r453, 
http://code.google.com/p/mp4v2/source/browse/trunk/vstudio9.0/libmp4v2/libmp4v2.
vcproj).

Original comment by dbyr...@gmail.com on 5 May 2011 at 2:24

GoogleCodeExporter commented 9 years ago
Hmmm, not sure what happened, but if I do a new checkout, everythings OK.  
Maybe I had modified something in the solution file, so it didn't sync it.  But 
I didn't see anything about a conflict or a required merge (I wouldn't think it 
would say anything about a merge, as this was probably added as a binary file). 
 Anyway, it's all good now, so this can be closed.

Dan

Original comment by danahins...@gmail.com on 5 May 2011 at 4:28

GoogleCodeExporter commented 9 years ago

Original comment by dbyr...@gmail.com on 5 May 2011 at 4:32