bobbimanners / emailler

Email and Usenet suite for the Apple //e or GS with Uthernet-II ethernet card
http://bobbi.epizy.com
Other
30 stars 5 forks source link

Update to use latest IP65 #75

Closed bobbimanners closed 2 years ago

bobbimanners commented 2 years ago

IP65 has seen some updates since I forked it. It would be a good idea to update to reflect the latest.

bobbimanners commented 2 years ago

I have the code compiling against the latest IP65 (not checked in yet though). DNS is working but connecting to an IP doesn't seem to be working at the moment. Will check it in once it works!

bobbimanners commented 2 years ago

Code has been updated to use the latest IP65, and checked into branch new_ip65. Note that this needs the latest cc65 to build - the old version I was using before does not generate working network code.

There is one issue to be resolved. edit.c compiles, but generates bad assembly. Oliver Schmidt is looking into it.

bobbimanners commented 2 years ago

edit.c builds with CC65 hash 9cb81f1410c768562c56c75e665b31bed4bdc055 (March 6 2022). There has been a regression in cc65 since then. For now we will build with this version of CC65 and update once the regression is fixed.

bobbimanners commented 2 years ago

Merged to master. Released as 2.1.14.

bobbimanners commented 2 years ago

NOTE: cc65 has been fixed so I can use the latest version again.