Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems compiling with mingw-w64 #155

Open
GoogleCodeExporter opened this issue Aug 8, 2015 · 0 comments
Open

Problems compiling with mingw-w64 #155

GoogleCodeExporter opened this issue Aug 8, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Problem 1. Defining #define _USE_32BIT_TIME_T wasn't very clever idea, because 
on x64 you can't use it. Compiler stops fails at this point. Solved easily by 
changing it to #define _USE_64BIT_TIME_T. But probably should implement some 
check for it.
Problem 2. compiling still fails with tons of errors like
"../src/src/log.cpp:496:1: warning: 'void mp4v2::impl::Log::errorf(const 
mp4v2::i
mpl::Exception&)' redeclared without dllimport attribute: previous dllimport ign
ored [-Wattributes]
 Log::errorf ( const Exception&      x )"
Problem 3. With archive at site (mp4v2-2.0.0.tar.bz2) impl.h couldn't find 
libplatform/platform_win32_impl.h simply because it doesn't exist. In rev 501 
it exists though.
Revision: 501.
Environment: mingw-w64
OS: Windows 7 x64
config.log attached for any other potentially useful to you information.


Original issue reported on code.google.com by Igor.Yav...@gmail.com on 5 Apr 2013 at 2:23

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant