I thought I'd try my hand at modifying cad/linux-eagle5 for the latest eagle v7.
Aside from a couple of symlinks under /compat/linux for older library versions the eagle binary wants (1.0.0) for libssl and libcrypto, it just needed a few additional linux- libs and it seems to be running happily. - except that it won't accept any keyboard input. Mouse input seems to be fine. This is on 10.2-RELEASE amd64.
As soon as it is launched from an xterm(1) it emits a continuous stream of the following message:
Anyone have any ideas of what could be amiss/things to try etc?
It would be useful to get this working particularly to accommodate the later versions (6/7) of the eagle parts libraries that are becoming more common.
Aside from a couple of symlinks under /compat/linux for older library versions the eagle binary wants (1.0.0) for libssl and libcrypto, it just needed a few additional linux- libs and it seems to be running happily. - except that it won't accept any keyboard input. Mouse input seems to be fine. This is on 10.2-RELEASE amd64.
As soon as it is launched from an xterm(1) it emits a continuous stream of the following message:
Code:
[...]
select: Function not implemented
select: Function not implemented
select: Function not implemented
[...]
Anyone have any ideas of what could be amiss/things to try etc?
It would be useful to get this working particularly to accommodate the later versions (6/7) of the eagle parts libraries that are becoming more common.