John Pearcey
John Pearcey
Same here. Trying to compile for the RASPI. gcc --version gcc (Raspbian 8.3.0-6+rpi1) 8.3.0 umane -a Linux raspi1....net 5.10.17-v7l+ #1421 SMP Thu May 27 14:00:13 BST 2021 armv7l GNU/Linux
Maybe this might be a help: https://coder.social/vysheng/tgl/issues/137 disable -Werror ??
Agreed. I tried it anyway and just found more errors further on: error: dereferencing pointer to incomplete type ‘RSA’ {aka ‘struct rsa_st’} ret->e = unwrap_bn (TGLC_bn_new ());
Seems to have the same set of errors as back in 2020: https://github.com/vysheng/tg/issues/1664 No fix in that thread either.
Looks like this project is dead. Try here https://github.com/kenorb-contrib/tgl This is a fork, note at the bottom: If you're looking for client CLI implementation, check [TG repository](https://github.com/vysheng/tg) instead. But that...
If you have the crate installed, you should find an example at: web-view-0.7.3/examples/multi_window.rs
In order to rule out any possible file permissions issues, I ran as root: java -jar gitbucket.war --gitbucket.home=/root/gitbucket I experienced the same issue and no logging output to give any...
Finally found out how to add some debug into the log files. Running as root stand-alone and imported a project as above. Performing a clone gave this output: ```18:43:35.976 [qtp87285178-14]...
So, having been forced to download the source, install scala and sbt, I have been able to make some progress. The first thing to note is that a blank repository...
It turns out that running the latest code (with my multi-app changes) works without issue when running as a service. The changes I made would not have affected the repository...