Changes between Version 19 and Version 21 of Ticket #45


Ignore:
Timestamp:
01/11/14 16:41:13 (10 years ago)
Author:
ossi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45

    • Property Votes for changeset changed from committed-master to committed-master committed-stable
    • Property Reporter changed from slavazanko to roffermanns
    • Property Branch state changed from to no branch
    • Property Keywords stable-candidate removed
  • Ticket #45 – Description

    v19 v21  
    11Original: http://savannah.gnu.org/bugs/?16383 
     2 
    23||Submitted by:||Rolf Offermanns <roffermanns>||Submitted on:||Wed 19 Apr 2006 01:23:19 PM UTC|| 
    34||Category:||None||Severity:||3 - Normal|| 
     
    56||Assigned to:||None||Open/Closed:||Open|| 
    67||Release:||4.6.1||Operating System:||GNU/Linux|| 
    7 Discussion: 
     8 
     9Original submission: 
    810{{{ 
    9 Thu 22 Jun 2006 06:56:43 AM UTC, comment #3: 
    10 The major problem here is that man2hlp relies on glib. This  
    11 complicates the task of making it build in cross environment. One  
    12 way to fix this is to drop the glib dependency - there are tree or  
    13 four functions which need to be replaced. When I have time I'll do  
    14 this if noone beats me to it. I have already made some changes to  
    15 the auto stuff so that MC will build properly in cross environment 
    16 but whithout changing man2hlp they are of no use. 
    17         Pavel Tsekov <ptsekov> 
    18 Project Administrator 
    19 Thu 22 Jun 2006 06:16:38 AM UTC, comment #2: 
    20 I would, but I have no clue about the auto* stuff. Sorry. 
    21         Rolf Offermanns <roffermanns> 
    22 Wed 21 Jun 2006 05:37:31 PM UTC, comment #1: 
    23 Please provide a patch. Thanks. 
    24         Leonard den Ottolander <leonardjo> 
    25 Project Member 
    26 Wed 19 Apr 2006 01:23:19 PM UTC, original submission: 
    2711The man2hlp program is build using the target compiler. The  
    2812resulting executable therefore does not work on the build host.  
     
    3317compile-time) application.  
    3418}}} 
     19 
     20Comment 1 by Leonard den Ottolander <leonardjo> at Wed 21 Jun 2006 05:37:31 PM UTC: 
     21{{{ 
     22Please provide a patch. Thanks. 
     23}}} 
     24 
     25Comment 2 by Rolf Offermanns <roffermanns> at Thu 22 Jun 2006 06:16:38 AM UTC: 
     26{{{ 
     27I would, but I have no clue about the auto* stuff. Sorry. 
     28}}} 
     29 
     30Comment 3 by Pavel Tsekov <ptsekov> at Thu 22 Jun 2006 06:56:43 AM UTC: 
     31{{{ 
     32The major problem here is that man2hlp relies on glib. This  
     33complicates the task of making it build in cross environment. One  
     34way to fix this is to drop the glib dependency - there are tree or  
     35four functions which need to be replaced. When I have time I'll do  
     36this if noone beats me to it. I have already made some changes to  
     37the auto stuff so that MC will build properly in cross environment 
     38but whithout changing man2hlp they are of no use. 
     39}}}