Changes between Initial Version and Version 2 of Ticket #4089
- Timestamp:
- 05/14/22 09:00:39 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4089
- Property Status changed from new to closed
- Property Resolution changed from to duplicate
- Property Milestone changed from Future Releases to
-
Ticket #4089 – Description
initial v2 1 {{{ 1 2 LC_MESSAGES=C mc -V 2 3 GNU Midnight Commander 4.8.24-137-ge132d7177 … … 14 15 Data types: 15 16 char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64; 16 17 }}} 17 18 OS: Slackware 14.2 x64 18 19 … … 31 32 Only one helps - quit mc and start it again and do (1) 32 33 34 {{{ 33 35 jarek@trasownik:~/blachy$ LC_MESSAGES=C mc -F 34 36 Home directory: /home/jarek … … 52 54 mcedit external macros: /home/jarek/.local/share/mc/mcedit/macros.d/macro.* 53 55 Cache directory: /home/jarek/.cache/mc/ 56 }}} 57 {{{ 54 58 jarek@trasownik:~/blachy$ mc --configure-options 55 59 'PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig' 56 60 }}} 57 61 58 62 I've compiled this version, but also I used 4.8.16 form Slackware package and had same problem.