User Activity

  • Posted a comment on ticket #17 on Turbo Vision

    Thanks for the move to github, this will help me a lot.

  • Posted a comment on ticket #17 on Turbo Vision

    Actually a tar ball would be nice, as you have released a new release for this, which I noticed just today, but only with rpm release targets.

  • Posted a comment on ticket #17 on Turbo Vision

    Salvador Eduardo Tropea: Sorry for the delay. The patch works partly, I needed to add the equal abs definiton to classes/tdisplay.cc too, see the attached file. I don't need a tarball for this.

  • Posted a comment on ticket #17 on Turbo Vision

    Thanks for the info, but this doesn't help me. I need to prepare a versioned build for gentoo, not a live build file. If you don't want to share your patches, I guess, I need to figure them out myself, or just use my patch.

  • Posted a comment on ticket #17 on Turbo Vision

    Your macro looks cleaner then my changes to the datatype. If you like, you can create a PR against my fork of the project at https://sourceforge.net/u/waebbl/tvision/ci/master/tree/

  • Posted a comment on ticket #17 on Turbo Vision

    Is this project still alive?

  • Posted a comment on ticket #17 on Turbo Vision

    See the following patch of where I had to add changes: diff --git a/classes/tdesktop.cc b/classes/tdesktop.cc index 38f1be4..041e0a0 100644 --- a/classes/tdesktop.cc +++ b/classes/tdesktop.cc @@ -142,8 +142,8 @@ TBackground *TDeskTop::initBackground( TRect r ) static unsigned iSqr( unsigned i ) { - unsigned res1 = 2; - unsigned res2 = i/res1; + int res1 = 2; + int res2 = i/res1; while( abs( res1 - res2 ) > 1 ) { res1 = (res1 + res2)/2; diff --git a/classes/tdisplay.cc b/classes/tdisplay.cc index...

  • Created ticket #17 on Turbo Vision

    compile failure with newer gcc

View All

Personal Data

Username:
waebbl
Joined:
2017-11-13 07:16:18

Projects

  • No projects to display.
Auth0 Logo