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
The current README.md file doesn't list GTK as a dependency.
Running /usr/lib/vnc (no arguments)
ASSERT INFO:
./src/common/menucmn.cpp(1081): assert ""item"" failed in Check(): attempt to check an item which doesn't exist
BACKTRACE:
[1] wxMenuBarBase::Check(int, bool)
[2] wxCriticalSection::~wxCriticalSection()
[3] wxEntry(int&, wchar_t**)
[4] __libc_start_main
Ignoring and continuing, the connecting to localhost:
./src/common/sizer.cpp(2288): assert "CheckSizerFlags(!((flags) & (wxALIGN_RIGHT | wxALIGN_CENTRE_HORIZONTAL | wxALIGN_BOTTOM | wxALIGN_CENTRE_VERTICAL)))" failed in DoInsert(): wxALIGN_RIGHT | wxALIGN_CENTRE_HORIZONTAL | wxALIGN_BOTTOM | wxALIGN_CENTRE_VERTICAL will be ignored in this sizer: wxEXPAND overrides alignment flags in box sizers
DO NOT PANIC !!
If you're an end user running a program not developed by you, please ignore this message, it is harmless, and please try reporting the problem to the program developers.
You may also set WXSUPPRESS_SIZER_FLAGS_CHECK environment variable to suppress all such checks when running this program.
If you're the developer, simply remove this flag from your code to avoid getting this message. You can also call wxSizerFlags::DisableConsistencyChecks() to globally disable all such checks, but this is strongly not recommended.
ASSERT INFO:
./src/common/sizer.cpp(2288): assert "CheckSizerFlags(!((flags) & (wxALIGN_RIGHT | wxALIGN_CENTRE_HORIZONTAL | wxALIGN_BOTTOM | wxALIGN_CENTRE_VERTICAL)))" failed in DoInsert(): wxALIGN_RIGHT | wxALIGN_CENTRE_HORIZONTAL | wxALIGN_BOTTOM | wxALIGN_CENTRE_VERTICAL will be ignored in this sizer: wxEXPAND overrides alignment flags in box sizers
DO NOT PANIC !!
If you're an end user running a program not developed by you, please ignore this message, it is harmless, and please try reporting the problem to the program developers.
You may also set WXSUPPRESS_SIZER_FLAGS_CHECK environment variable to suppress all such checks when running this program.
If you're the developer, simply remove this flag from your code to avoid getting this message. You can also call wxSizerFlags::DisableConsistencyChecks() to globally disable all such checks, but this is strongly not recommended.
BACKTRACE:
[1] wxBoxSizer::DoInsert(unsigned long, wxSizerItem*)
[2] wxCriticalSection::~wxCriticalSection()
[3] wxCriticalSection::~wxCriticalSection()
[4] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[5] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
[6] wxEvtHandler::TryHereOnly(wxEvent&)
[7] wxEvtHandler::ProcessEventLocally(wxEvent&)
[8] wxEvtHandler::ProcessEvent(wxEvent&)
[9] wxEvtHandler::ProcessPendingEvents()
[10] wxAppConsoleBase::ProcessPendingEvents()
[11] wxApp::DoIdle()
[12] g_main_context_dispatch
[13] g_main_loop_run
[14] gtk_main
[15] wxGUIEventLoop::DoRun()
[16] wxEventLoopBase::Run()
[17] wxAppConsoleBase::MainLoop()
[18] wxEntry(int&, wchar_t**)
[19] __libc_start_main
Continuing on, this message was repeated four more times, then the first message again, then connection was completed and I could see the desktop via VNC, and everything seemed to hold together. Thank you.
The text was updated successfully, but these errors were encountered:
Hello, just for your information, I found some speed bumps compiling and doing a test ride on Linux.
While compiling 3a7f5ee on a Linux From Scratch (LFS) distribution
following the instructions in the README.md file:
File
gdk/gdkx.h
is provided by the GTK-3 package.After adding GTK-3 to the dependencies, building (OK) and installing:
The current README.md file doesn't list GTK as a dependency.
Running
/usr/lib/vnc
(no arguments)Ignoring and continuing, the connecting to
localhost
:Continuing on, this message was repeated four more times, then the first message again, then connection was completed and I could see the desktop via VNC, and everything seemed to hold together. Thank you.
The text was updated successfully, but these errors were encountered: