From 8c13e86f6e0a34efff1dba2a7d958831424b959a Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Mon, 4 Jan 2021 23:41:15 -0600 Subject: [PATCH] Create 51.md --- docs/forum/bitcoin-forum/51.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/forum/bitcoin-forum/51.md diff --git a/docs/forum/bitcoin-forum/51.md b/docs/forum/bitcoin-forum/51.md new file mode 100644 index 0000000..3dff1b2 --- /dev/null +++ b/docs/forum/bitcoin-forum/51.md @@ -0,0 +1,30 @@ +--- +layout: forum +title: 'Re: DEB Package?' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 51 +date: 2010-02-13 01:38:37 UTC +original: https://bitcointalk.org/index.php?topic=7.msg324#msg324 +--- + +# Re: DEB Package? + +--- + +``` +Re: DEB Package? +February 13, 2010, 01:38:37 AM + +I couldn't get wxWidgets 2.8.9 to compile on Karmic 64-bit either. + +I have been compiling the latest SVN on Karmic 64-bit with wxWidgets 2.9.0, which compiles fine on 64-bit. Read build-unix.txt and use the given ../configure parameters on wxWidgets so you can use the makefile.unix.wx2.9 as supplied. (--enable-debug --disable-shared --enable-monolithic) + +There's one cosmetic bug with 2.9.0 I still need to fix where the status number display is bunched up for some reason. -- fixed + +The download link on the homepage is to the sourceforge tar.gz archive which contains the 32-bit binary and the 0.2.0 sources, which were not yet buildable on 64-bit at the time. + +The SVN was first buildable on 64-bit with wx2.9.0 on 28 January 2010. + +Hopefully they'll have a wxWidgets 2.9.0 debian package someday. +```