Closed avilleret closed 9 years ago
I think that Linux being case sensitive it might be that the file is named shlobj.h
instead of ShlObj.h
:
jcelerier@arch-jm ~ % pkgfile --search shlobj.h
community/mingw-w64-headers
jcelerier@arch-jm ~ % pkgfile --search ShlObj.h
[1] 2055 exit 1 pkgfile --search ShlObj.h
you're right dude
but now I have undefined reference to _imp__SHCreateDirectory@8
which seems to be related to shlobj
.
this is related to a bug in Mingw-w64, and it's fixed with version 4.0.2-4 released for Ubuntu 15.10 (yes you may need a Dolorean ;-) )
The best kind of bugs!
On Fri, Jun 26, 2015 at 9:40 AM, Antoine Villeret notifications@github.com wrote:
this is related to a bug in Mingw-w64, and it's fixed with version 4.0.2-4 released for Ubuntu 15.10 (yes you may need a Dolorean ;-) )
— Reply to this email directly or view it on GitHub https://github.com/jamoma/JamomaCore/issues/367#issuecomment-115563583.
when trying to cross build JamomaCore on Ubuntu 15.04 with
i686-w64-mingw32-g++-posix
(version 4.9.2) I got the following :I just pushed my toolchains here : https://github.com/jamoma/JamomaCore/commit/ad5f66f6c0ce79cbabf48a37b52575ce9f84539e
And configure with :
What did I forgot ?