| 1a6276c6 | 03-Oct-2019 |
Don Lewis <truckman@apache.org> |
Remove loadlibrary.obj build from 64-bit Windows build as well. This will fix the Windows 32-bit build of expat on 64-bit Windows when the --enable-win-x64-shellext configure option is specified.
Cl
Remove loadlibrary.obj build from 64-bit Windows build as well. This will fix the Windows 32-bit build of expat on 64-bit Windows when the --enable-win-x64-shellext configure option is specified.
Clean up loadlibrary.obj leftovers.
(cherry picked from commit 883a5120b3cdc2b17b07fe726623b93bc7a70551)
show more ...
|
| e05838ad | 04-Aug-2017 |
Jim Jagielski <jim@apache.org> |
OK... With the loadlibrary.c code in xmlparse.c, Windows complains: xmlparse.c(459) : error C2371: 'ELEMENT_TYPE' : redefinition; different basic types E:/Microsoft_SDKs/Windows/v7.0/include\
OK... With the loadlibrary.c code in xmlparse.c, Windows complains: xmlparse.c(459) : error C2371: 'ELEMENT_TYPE' : redefinition; different basic types E:/Microsoft_SDKs/Windows/v7.0/include\winioctl.h(2774) : see declaration of 'ELEMENT_TYPE' xmlparse.c(1095) : warning C4310: cast truncates constant value xmlparse.c(3350) : error C2223: left of '->nDefaultAtts' must point to struct/union xmlparse.c(3418) : error C2223: left of '->defaultAtts' must point to struct/union xmlparse.c(3419) : error C2223: left of '->defaultAtts' must point to struct/union xmlparse.c(3465) : error C2223: left of '->idAtt' must point to struct/union xmlparse.c(3465) : error C2223: left of '->idAtt' must point to struct/union xmlparse.c(3467) : error C2223: left of '->idAtt' must point to struct/union xmlparse.c(3477) : error C2223: left of '->defaultAtts' must point to struct/union xmlparse.c(3651) : error C2223: left of '->prefix' must point to struct/union xmlparse.c(3652) : error C2223: left of '->prefix' must point to struct/union xmlparse.c(4804) : error C2223: left of '->name' must point to struct/union
Sooooo use a different name for the typedef. This is an ugly, ugly patch. Someone fixing the build/makefile for Windows would be mucho preferred. I'm sure there's stuff in our makefile.mk or that needs fixing.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1804159 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 5034cae1 | 04-Aug-2017 |
Jim Jagielski <jim@apache.org> |
Temp hack for Windows build failure in 4.1.4 w/ expat 2.2.3: We are not building/linking in the loadlibrary.obj files as we should for Windows, which is killing the apr and sax builds. Force this fun
Temp hack for Windows build failure in 4.1.4 w/ expat 2.2.3: We are not building/linking in the loadlibrary.obj files as we should for Windows, which is killing the apr and sax builds. Force this function into the xmlparse.c file for the time being.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1804151 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|