SGML::Parser::OpenSP - Open Jade Nightmare - iis

I'm trying to install the W3C validator (local copy) and I have managed to install Perl and all its modules except for SGML::Parser::OpenSP
The problem I'm running into is that apparently I need OpenSP or OpenJade, and I've downloaded the source for both of those, but i cant compile it.
I'm using
Windows 7 x64
IIS 7.5
Active Perl 5.16.1
Installing modules via CPAN
What am I asking for help on?
How/Where can i get a working compilation of OpenSP or OpenJade, or install SGML without it?
(Edit)
The guide i was using : http://validator.w3.org/docs/install_win.html
Your help would be appreciated more than you may think :)

It seems the binaries are available here:
http://sourceforge.net/projects/openjade/files/latest/download?source=files
There is an onsgmls.exe in the OpenSP-1.5.2-wn32.zip package.

Related

all-the-icons not working correctly (already ran all-the-icons-install-fonts)

I am currently running emacs on Gentoo linux. My intention was to use all-the-icons ivy (I also downloaded all-the-icons-ivy). Unfortunately, all the icons come out confusing.
I have already run all-the-icons-install-fonts, per the wiki instructions. Does anyone know what is happening?
You may lack the fonts for all-the-icons.
The all-the-icons documentation recommends installing the fonts by running this command in Emacs:
M-x all-the-icons-install-fonts.
Alternatively, you can try installing the fonts using the package manager for your OS. For Gentoo, there's a package for all-the-icons here.
I ran into a similar issue on an Arch based distro, and was able to resolve it by installing all-the-iconts. For those using Arch based distros, the package can be found here.

Aptana 3 (3.6.1) Will Not Load on my Windows 10 Laptop

I know you all heard similar complaints, yet no response has worked for me through browsing these questions and answers. Please forgive me if you believe this to overly repetitive.
Loaded Node.js (4.2.2) first tried 32bit, and later tried 64bit installer.
Attempted to load Aptana studio 3 (3.6.1) but got an error.
"Failed to acquire installer_nodejs_windows.msi file: CRC error."
I have tried updating environmental variables, and loading the 64bit instead. I have uninstalled, reinstalled, rebooted, etc. I like this application on my school computer, and really want to give it a try at home. Can someone please help me?
I am also using windows 10 and encountered same error. Download and Install the file http://go.aptana.com/installer_nodejs_windows manually and then run aptana installer. It will work.
Same error. Install Node js
Install Node JS:
https://nodejs.org/en/download/

How to reinstall Eclipse on Linux?

I used the Software Manager in Linux Mint to install Eclipse Platform. It was working yesterday, however, now whenever I run it I get the following error message:
The Eclipse executable launcher was unable to locate its companion shared library.
I tried uninstalling it and then installing it again. Much to my confusion, this did not work. The error message still persists. It implies Eclipse requires a shared dependency that it cannot find. Is there anyway to find out what this is and install it? I've tried 'apt-get dist-upgrade' to update packages but this didn't resolve the issue at hand.
I have been using linux and Eclipse for years, but I would never suggest anyone install Eclipse from the platform repositories for any distribution.
Get your eclipse zips directly from Eclipse.org
Personally, I would just "Google it." (Or, in my case, "DuckDuckGo it.") Put the exact error-message text in double quotes to tell the search-engine that you are looking for the exact phrase.
DDG promptly referred me to this page: http://veeddie.blogspot.com/2010/06/eclipse-executable-launcher-was-unable.html

Mercurial / IIS / No module named osutil

I am trying to get Mercurial to be hosted via "hgweb.cgi" on IIS 7.5. I have everything configured according to http://www.jeremyskinner.co.uk/mercurial-on-iis7/ except for that I installed python 2.6 and Mercurial 1.7.3. When I try to go to the hgweb.cgi script, I get the following error:
"No module named osutil"
After a bit of searching, I've found that I need to install the python-dev packages, but that seems to only apply to unix. Is there anything else I need to get this working on windows?
Thanks.
Note that I tried the mercurial binaries/library.zip on both both HgTortoise and the Mercurial x86 installer available here:
https://www.mercurial-scm.org/downloads
(Mercurial 1.7.3 Inno Setup installer - x86 Windows - does not require admin rights)
I had the same issue trying to re-create an HgWeb server with Mercurial 2.1.1. I posted a question on the Mercurial mailing list.
Because HgWeb requires Python, you have to get Mercurial as a Python module. Fortunately, the Mercurial folks supply one; it's tagged py2.6 with the description
installs Mercurial source as Python modules and thus requires Python 2.6 installed. This is recommended for hgweb setups
Once I ran that installer, HgWeb started working.
Looking at the available downloads and the version specified in the question, it looks like you might have installed TortoiseHg 1.1.8 with Mercurial 1.7.3, which is probably missing some python packages.
I've been researching this problem myself (except I'm trying to run Mercurial via ISAPI), and it appears 1.7.1 is the last version that works with IIS due to dependency problems with msvcr90.dll in all later versions, including the newly released 1.8.2.
See this issue, which ultimately seems to be caused by this still open 1-year-old Python issue.
Judging by the conversation, a fix is not easy. I know of no workarounds, so I am forced to use 1.7.1 in the meantime.
Edit: CGI works with 1.8.2 though, so the above issue seems to only affect running Mercurial through ISAPI.

Build Windows perl module on Linux

I am in a bit of a bind, I need to get my hands on some perl modules that are available on the any of the repos that Activestate can access. But the module is on CPAN and I got the source code but when I attempt to compile it on Windows it fails. If I run it on my Ubuntu virtual machine I run MAKE and works fine. Is there anyway to have MAKE on linux compile for Windows so I can get these modules?
The modules in question are Net::SSH::Perl and Net::SSH:W32Perl
Any help would be appreciated.
Some of the modules not available in the AS repositories can be found here.
http://theoryx5.uwinnipeg.ca/ppms/package.lst
This is a problem with ActiveState Perl: It's not really setup to build modules because there's no compiler. Therefore, you depend upon some third party to build and compile the packages for you. I like Active Perl, but this can be a pain.
Download Strawberry Perl. Strawberry Perl is another Windows version of Perl, but it also comes with the MinGW development environment. This will allow you to use CPAN to compile the modules you need. You might even be able to install these modules in your ActiveState Perl installation.
Are you using Perl 5.12? The default University of Winnipeg package manager for that version only has about a 1/2 dozen packages installed on it. I've found more packages available when I added in the URL for version 5.10. Add in the URL http://cpan.uwinnipeg.ca/PPMPackages/10xx/ to the PPM program and see if its there.

Resources