I did... Still empty On Sun, Sep 5, 2021, 4:11 PM Francois Agrech agrech@users.sourceforge.net wrote: settings -> window -> untick "transparent" main window lost solid color https://sourceforge.net/p/florence/discussion/784280/thread/cc5566fa27/?limit=25#1e20 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/florence/discussion/784280/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
While using florence I am getting a weird configuration, where the keys are showing...however the application background is completely transparent. I attached a screenshot. It is visible around the print screen/insert area on the keyboard between the numlock keys and the alphabetical section.
While using florence I am getting a weird configuration, where the keys are showing...however the application background is completely transparent. I attached a screenshot.
I get a bunch of errors saying something along the lines of: CXBMCTinyXML: error: undefined reference to 'TiXmlDocument Any idea?
CXBMCTinyXML: error: undefined reference to 'TiXmlDocument
I was successful on a linux box in the past at doing this but I completely spaced on it (should have saved the notes....I digress) and I forgot how. Anyway - I am trying to compile Kodi from scratch (I know maddening) and they use TinyXML I can "make" the package, it gets to 100% and then it fails....I am compiling now, I will add a pastebin once it completes but it looks like TinyXML is not being used as a library or it is missing functions. I enabled STL....but still no dice. Any advice would be...
I was successful on a linux box in the past at doing this but I completely spaced on it and I forgot how. Anyway - I am trying to compile Kodi from scratch (I know maddening) and they use TinyXML I can "make" the package, it gets to 100% and then it fails....I am compiling now, I will add a pastebin once it completes but it looks like TinyXML is not being used as a library or it is missing functions. I enabled STL....but still no dice. Any advice would be greatly appreciated.
I found the error...... its under #command to run in edit.cgi missing $ for the following command: &ui_textbox("cmd", job->{'cluster_command'}, 70), 3); Should be: &ui_textbox("cmd", $job->{'cluster_command'}, 70), 3);