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

make it MINGW compilable #5

Closed
wants to merge 1 commit into from

Conversation

asergunov
Copy link
Contributor

I think that those functions useless, but for binary compability you should keep it. So let it be implemented on pure c++.

@lalinsky
Copy link
Member

This should be fixed in b63508e by adding the missing includes that I incorrectly removed when merging the abstract-io branch. We are not using iostreams anywhere else in TagLib except for the debug function and I'd rather not start using it.

@lalinsky lalinsky closed this Jun 17, 2011
@asergunov
Copy link
Contributor Author

c:\qt\qtcreator-2.2.0\mingw\bin../lib/gcc/mingw32/4.4.0/include/c++/mingw32/bits/os_defines.h:46:1: warning: this is the locati on of the previous definition
In file included from c:\qt\qtcreator-2.2.0\mingw\bin../lib/gcc/mingw32/4.4.0/../../../../include/windows.h:48,
from C:\Users\tosha\Projects\taglib\bindings\c....\taglib\toolkit/taglib.h:52,
from C:\Users\tosha\Projects\taglib\bindings\c....\taglib\toolkit/tfile.h:30,
from C:\Users\tosha\Projects\taglib\bindings\c....\taglib/fileref.h:29,
from C:\Users\tosha\Projects\taglib\bindings\c\tag_c.cpp:29:
c:\qt\qtcreator-2.2.0\mingw\bin../lib/gcc/mingw32/4.4.0/../../../../include/windef.h:234: error: multiple types in one declaration
c:\qt\qtcreator-2.2.0\mingw\bin../lib/gcc/mingw32/4.4.0/../../../../include/windef.h:234: error: declaration does not declare a
nything
mingw32-make[2]: *** [bindings/c/CMakeFiles/tag_c.dir/tag_c.cpp.obj] Error 1
mingw32-make[1]: *** [bindings/c/CMakeFiles/tag_c.dir/all] Error 2
mingw32-make: *** [all] Error 2

@lalinsky
Copy link
Member

Ok, I'll have a look at it.

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

Successfully merging this pull request may close these issues.

None yet

2 participants