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
I'm building pond without the GUI (-tags nogui) but then client_test fails to build with undefined: FileOpen. It seems very specific to the GUI, maybe some parts could be applied to the CLI too?
The text was updated successfully, but these errors were encountered:
Any client actually built for usage only from the command command line should still use nogui. The abstract GUI built by nogtk is needed for testing, but not for CLI operation.
I'm building pond without the GUI (
-tags nogui
) but thenclient_test
fails to build withundefined: FileOpen
. It seems very specific to the GUI, maybe some parts could be applied to the CLI too?The text was updated successfully, but these errors were encountered: