Package: fityk
Version: 0.7.2-1
Severity: grave
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-amd64-generic
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages fityk depends on:
ii libc6 2.3.6-4 GNU C Library: Shared libraries
an
ii libgcc1 1:4.0.3-1 GCC support library
ii libncurses5 5.5-1 Shared libraries for terminal
hand
ii libreadline5 5.1-5 GNU readline and history
libraries
ii libstdc++6 4.0.3-1 The GNU Standard C++ Library v3
ii libwxgtk2.6-0 2.6.1.2 wxWidgets Cross-platform C++ GUI
t
Versions of packages fityk recommends:
ii gnuplot 4.0.0-3 A command-line driven interactive
--text follows this line--
The amd64 version hang in most of the menu-points.
Recompilation gives two times the Warning
common.h:104: Warnung: Vergleich ist durch beschränkten Wertebereich des
Datentyps stets »wahr«
The result of (pos != std::string::npos) is everytime true do to range of
datatyps
Solution:
common.h
103c103
< unsigned int start_pos = 0, pos=0;
---
> std::string::size_type start_pos = 0, pos=0;
I hope, that is it
Peter
--
org: Humboldt Universitaet zu Berlin
Institut fuer Physik, AG Roentgenbeugung
adr: Newtonstrasse 15;; D-12489 Berlin; Germany
E-Mail: [EMAIL PROTECTED]
tel;work: ++49-(0)30-20937894
tel;fax: ++49-(0)30-20937760