You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org> on 2008/02/20 10:56:43 UTC

[jira] Created: (XERCESC-1783) Finish makefiles for the ICU message loader

Finish makefiles for the ICU message loader
-------------------------------------------

                 Key: XERCESC-1783
                 URL: https://issues.apache.org/jira/browse/XERCESC-1783
             Project: Xerces-C++
          Issue Type: Bug
          Components: Build
    Affects Versions: 3.0.0
         Environment: autotools-based
            Reporter: Boris Kolpackov
             Fix For: 3.0.0


Makefile in util/MsgLoaders/ICU/resources needs completeion. In particular, the install target is missing. We should also probably disable the automatic selection of this MsgLoader in configure since it doesn't add much except an extra library.

Also see this bug report: https://issues.apache.org/jira/browse/XERCESC-1769


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Closed: (XERCESC-1783) Finish makefiles for the ICU message loader

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov closed XERCESC-1783.
------------------------------------


> Finish makefiles for the ICU message loader
> -------------------------------------------
>
>                 Key: XERCESC-1783
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1783
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.0.0
>         Environment: autotools-based
>            Reporter: Boris Kolpackov
>            Assignee: Boris Kolpackov
>            Priority: Blocker
>             Fix For: 3.0.0
>
>
> Makefile in util/MsgLoaders/ICU/resources needs completeion. In particular, the install target is missing. We should also probably disable the automatic selection of this MsgLoader in configure since it doesn't add much except an extra library.
> Also see this bug report: https://issues.apache.org/jira/browse/XERCESC-1769

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Updated: (XERCESC-1783) Finish makefiles for the ICU message loader

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov updated XERCESC-1783:
-------------------------------------

    Priority: Blocker  (was: Major)

> Finish makefiles for the ICU message loader
> -------------------------------------------
>
>                 Key: XERCESC-1783
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1783
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.0.0
>         Environment: autotools-based
>            Reporter: Boris Kolpackov
>            Priority: Blocker
>             Fix For: 3.0.0
>
>
> Makefile in util/MsgLoaders/ICU/resources needs completeion. In particular, the install target is missing. We should also probably disable the automatic selection of this MsgLoader in configure since it doesn't add much except an extra library.
> Also see this bug report: https://issues.apache.org/jira/browse/XERCESC-1769

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Resolved: (XERCESC-1783) Finish makefiles for the ICU message loader

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov resolved XERCESC-1783.
--------------------------------------

    Resolution: Fixed
      Assignee: Boris Kolpackov

The fix is in the trunk.

> Finish makefiles for the ICU message loader
> -------------------------------------------
>
>                 Key: XERCESC-1783
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1783
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.0.0
>         Environment: autotools-based
>            Reporter: Boris Kolpackov
>            Assignee: Boris Kolpackov
>            Priority: Blocker
>             Fix For: 3.0.0
>
>
> Makefile in util/MsgLoaders/ICU/resources needs completeion. In particular, the install target is missing. We should also probably disable the automatic selection of this MsgLoader in configure since it doesn't add much except an extra library.
> Also see this bug report: https://issues.apache.org/jira/browse/XERCESC-1769

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Commented: (XERCESC-1783) Finish makefiles for the ICU message loader

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
    [ https://issues.apache.org/jira/browse/XERCESC-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571484#action_12571484 ] 

Boris Kolpackov commented on XERCESC-1783:
------------------------------------------

Issues with ICU message loader that I am aware of:

* The makefile uses 'cc' instead of the C compiler detected by configure. I am
   guessing that compiler flags may also be missing.

* Build process fails when trying to link the first example:

  /usr/bin/ld: warning: libXercesMessages3_0_0.so, needed by ../obj/.libs/libxerces-c.so, not found (try using -rpath or -rpath-link)
  ../obj/.libs/libxerces-c.so: undefined reference to `XercesMessages3_0_0_dat'


> Finish makefiles for the ICU message loader
> -------------------------------------------
>
>                 Key: XERCESC-1783
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1783
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.0.0
>         Environment: autotools-based
>            Reporter: Boris Kolpackov
>            Priority: Blocker
>             Fix For: 3.0.0
>
>
> Makefile in util/MsgLoaders/ICU/resources needs completeion. In particular, the install target is missing. We should also probably disable the automatic selection of this MsgLoader in configure since it doesn't add much except an extra library.
> Also see this bug report: https://issues.apache.org/jira/browse/XERCESC-1769

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org