Files

31 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2021-01-04 23:41:15 -06:00
---
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.
```