You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also there have been some warnings because of the use of public instead of publix export.
But now I do get the following:
make
idris --build network.ipkg
Entering directory `./src'
make[1]: Entering directory '/home/nmelzer/projects/idris/IdrisNet2/src'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/nmelzer/projects/idris/IdrisNet2/src'
Type checking ./IdrisNet/Packet.idr
./IdrisNet/Packet.idr:28:19:When checking type of IdrisNet.Packet.ActivePacketRes:
No such variable BufPtr
./IdrisNet/Packet.idr:31:12:When checking type of IdrisNet.Packet.dumpPacket:
No such variable BufPtr
Makefile:2: recipe for target 'all' failed
make: *** [all] Error 1
Which I'm not able to solve on my own.
Perhaps there will be even more stuff braking compilation once this file got fixed...
The text was updated successfully, but these errors were encountered:
I was able to fix a small compiling error on my own:
Also there have been some warnings because of the use of
public
instead ofpublix export
.But now I do get the following:
Which I'm not able to solve on my own.
Perhaps there will be even more stuff braking compilation once this file got fixed...
The text was updated successfully, but these errors were encountered: