Hi David, thanks for your response.
Which version of Mingw do you use? is there any official msys-mingw baseline I can grab from somewhere? and how do you tell Xalan's runConfigure you are building for mingw? Will try to align with your configuration and will tell you how it goes. jima > [EMAIL PROTECTED] wrote: >> Hi, >> >> Xerces 2.7 seems to compile fine for Mingw. >> >> I have tweaked somehow Xalan 1.10 to build also for Mingw (although I am >> not totally sure the tweak is 100% correct). >> >> The building process is sort of ok cause it ends in me having the >> libraries and the Xalan.exe. >> >> But Xalan.exe would not run even if I place all the theoretically needed >> libraries (libxerces-c2_7_0.dll, libxalanMsg110.dll, libxalan-c110.dll >> and >> mingwm10.dll) in the same directory Xalan.exe is. >> >> After inspecting the executable with a library dependency checker tool >> (dependency walker) I see some strange dll's are named as missing >> (efsadu.dll, msjava.dll and mpr.dll) corresponding to >> libxerces-c2_7_0.dll. >> >> If I grab the missing dll's from the internet and place them on the >> directory Xalan is I get same errors as before. >> >> Any clues on this? >> > > I recently did the work to port to MinGW and didn't have these issues. > When I check the dependencies for libxalan-c_1_10_0.dll, I see the > following dependencies: > > KERNEL32.dll > mingwm10.dll > msvcrt.dll > libxalanMsg1_10_0.dll > libxerces-c2_7_0.dll > > For Xalan.exe, I see the following dependencies: > > KERNEL32.dll > mingwm10.dll > msvcrt.dll > libxerces-c2_7_0.dll > libxalan-c1_10_0.dll > > So unless you're using a different version of MinGW, I don't know why your > build would be that different from mine. > > Dave > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -------- Jose Ignacio MarĂn Alberdi (aka jima) Bayes Inference, S.A +34 91.532.74.40 www.bayesforecast.com http://www.espacioblog.com/scifish --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
