简体   繁体   English

在Linux Mint上部署C ++ wxWidgets

[英]deploy C++ wxWidgets on linux mint

I've written an app with CodeBlocks using wxWidgets and I am unable to run it on Linux Mint. 我已经使用wxWidgets用CodeBlocks编写了一个应用程序,但无法在Linux Mint上运行它。 My development computer is a virtual machine running Linux Mint (i686) and my deployment computer is Linux Mint on bare metal (x86_64). 我的开发计算机是运行Linux Mint(i686)的虚拟机,而我的部署计算机是基于裸机(x86_64)的Linux Mint。 LDD shows: LDD显示:

NEEDED               libwx_gtk2u_core-3.0.so.0
NEEDED               libwx_baseu-3.0.so.0
NEEDED               libstdc++.so.6
NEEDED               libgcc_s.so.1
NEEDED               libpthread.so.0
NEEDED               libc.so.6

Each of these libraries is included on both computers. 这些库中的每一个都包含在两台计算机上。 I've followed the thread How to deploy C++ app on Linux but it was not helpful. 我遵循了“ 如何在Linux上部署C ++应用程序”主题,但这没有帮助。 I would appreciate any help. 我将不胜感激任何帮助。

Thanks for all your help. 感谢你的帮助。 It turns out that I required the 32-bit GTK+ libraries onto my 64-bit system. 事实证明,我需要将32位GTK +库安装到我的64位系统上。 In doing that I got the app to work. 通过这样做,我使该应用程序能够正常工作。 I don't know yet if this messed up the rest of my system. 我还不知道这是否弄乱了我系统的其余部分。 Can 32-bit and 64-bit GTK+ libraries coexist on one system? 32位和64位GTK +库可以在一个系统上共存吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM