thomaslepoix / Qucs-RFlayout

Export Qucs RF schematics to KiCad layouts & OpenEMS scripts
GNU General Public License v3.0
125 stars 11 forks source link

Octave 9 issues #34

Closed delta-atk closed 5 months ago

delta-atk commented 6 months ago

I tried the export from qucs-s and got some issues with Octave 9. I had to change the following things in the octave code to get it to run.

thomaslepoix commented 5 months ago

Hi, Thanks for reporting.

delta-atk commented 5 months ago

I see, i checked the Use octave packages box, i think it confused me because i thought it is necessary to use octave in general.

Yes this is very similar:

I realized now that octave-cli cannot use qt but only octave.exe. I built the current version using arch wsl and used it to generate a new .m. Now it runs out of the box when using octave on Windows, and the plots are fine from octave.exe. For me, there are no more errors now, thank you.