|
From: William O. <gun...@gm...> - 2013-07-30 06:50:12
|
Hello Kiruthika, Unfortunately, OpenSP does not compile well under mingw. The main reason for this is that the Makefile is not properly designed to handle a few source files that are needed on Windows. And even if it did, you would still be missing the .lib file which is only generated by Visual Studio. If you just need the dll file, you can get it directly from the OpenJade project on Sourceforge: http://sourceforge.net/projects/openjade/files/opensp/1.5.2/OpenSP-1.5.2-win32.zip/download If you feel up to it, you could use Visual Studio to compile OpenSP yourself, using the project files and makefiles provided in the OpenSP-1.5.2.zip archive from sourceforge. ( http://sourceforge.net/projects/openjade/files/opensp/1.5.2/OpenSP-1.5.2.zip/download ) Alternatively, you could try using the following pre-compiled package that contains both the lib and dll files, that was build by myself for another open source project; however, I cannot guarantee that the files will still work. I did this a long time ago, and I didn't really know what I was exactly doing at that time. Here is the download link: http://sourceforge.net/projects/grisbi/files/dependancies/0.6/libofx_Win32.zip/download Hope it solves your problem. Cheers, Will 2013/7/29 kiruthika r <kir...@gm...> > Hi Team, > > Facing issue on compiling SGML -OpenSP for W3C validator. > > Using Sgml-Parser-Opensp-0.994 in windows. When i do makefile, it is > asking for linking library and copiler to use. I have downloaded osp152.lib > from openjade and using mingw / g++ compiler. > > Since 'make ,is not success, it didn't create OpenSP.dll, hence not able > to configure the W3C validator in local. > > Please get me the OpenSP.dll or steps to follow to get the dll file. It > would be a great help for me to complete the W3C. > > Thanks, > Kiruthika > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > OpenJade-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openjade-devel > > |