I hope so, but I haven't tested my updates with any BSD in a long time. FreshPorts has a package for FreeBSD: https://www.freshports.org/x11/eaglemode/ - maybe they will update to the latest version soon.
Eagle Mode 0.96.4 released
Thanks for the info! I will try to include that in the next release.
Hi, the error most likely means that .js files are not associated with the JScript interpreter. Maybe some program has changed the association (e.g. a programming editor or so). To reset the association you can try this command: regsvr32 %windir%\system32\jscript.dll If that does not help, then this command may do it: assoc .js=JSFILE I have that information from these pages: https://learn.microsoft.com/en-us/answers/questions/2415940/cant-find-script-engine-vbscript-for-script https://support.microsoft.com/en-us/topic/how-to-use-the-regsvr32-tool-and-troubleshoot-regsvr32-error-messages-a98d960a-7392-e6fe-d90a-3f4e0cb543e5...
I am sorry that dpkg didn't install libjpeg62 automatically. Every distribution or package manager seems to be different. When installing from source, then all the required packages must indeed be installed manually before. There is no option to install anything automatically. With the next release I will update a few dependency versions to be more compatible with latest OS versions, but jpeg will probably stay 62.
URIs (or say URLs) which start with http:// or https:// are supported now since version 0.96.2. They open a web browser as usual. In addition, special URIs of the form eaglemode:<panel identity> are supported. For example, eaglemode:::Clock1: points to the clock, and eaglemode:::FS::::usr::src: points to the /usr/src directory.
The interest was never particularly high except for a few individuals. Compilation is described here. Which OS are you trying to compile for, and what is the problem?
Thank you very much!