Compiled git head on raspberry pi3 (in qt4), and can't seem to get data to plot (inf value error.)
git clone https://github.com/Qucs/ADMS.git
cd ADMS
sh bootstrap.sh
./configure --enable-maintainer-mode
make
sudo make install
git clone git://github.com/Qucs/qucs.git
cd qucs
./bootstrap
./configure
make
sudo make install
The example file and output screen capture is attached. =)
very strange, the S-parameters values in the .dat file are all wrong, some are almost constant, other are always zero - this is why you get -inf on the plot. Never seen this before.
Your netlist simulates fine here.
Which branch did you clone? You may try the current develop branch to see if it behaves differently.
Just the current default trunks listed.
This was built and run on a 32bit raspberry pi3, and an unknown platform warning message was raised during the build.