View Single Post
Old 11-14-2019, 11:12 AM   #113
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,709
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by snarkophilus View Post
I guess in the normal Windows environment, those warnings just go nowhere?
They go somewhere, just not to the detached terminal. Fancy debug servers can be configured to capture them, though. Trust me: it makes debugging on Windows difficult. With Linux and Mac, one can simply place a qDebug() statement in the code and have it displayed. Not so on Windows. At least not until I just learned that Cygwin's bash terminal captures them, that is!

I worry about what cygwin packages you may have installed that are on the system path, though. Are you just using Cygwin for a bash shell, or do you have any packages like Qt5 or Ssl installed? I tend to use MSYS2/MinGW for any bash-related Windows stuff. I'll have to see if the same is true for that bash shell on windows.

Last edited by DiapDealer; 11-14-2019 at 11:28 AM.
DiapDealer is offline   Reply With Quote