mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-users] [patch #7798] restore OSX compatibility


From: spiralvoice
Subject: [Mldonkey-users] [patch #7798] restore OSX compatibility
Date: Sat, 23 Jun 2012 11:25:13 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0 Iceweasel/13.0

URL:
  <http://savannah.nongnu.org/patch/?7798>

                 Summary: restore OSX compatibility
                 Project: mldonkey, a multi-networks file-sharing client
            Submitted by: github_2bits
            Submitted on: Sa 23 Jun 2012 13:25:12 CEST
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 
                 Release: None
        Operating System: None
         Binaries Origin: None
                CPU type: None

    _______________________________________________________

Details:

Reporting this for Homebrew <http://mxcl.github.com/homebrew> a package
installer for Macs. 

When building mldonkey-3.1.1, the second compile error we get using
llvm-gcc-4.2.1 or clang-3.1 from XCode-4.3.3 besides the error reported in
issue 7727 <http://savannah.nongnu.org/patch/?7727> is that, on OSX, sed
doesn't not have a -o option to direct the output to a file.  I can fix this
using > instead.  

This is the error we see (after applying the change from 7727)


$ make install 
cpp -P src/utils/cdk/tar.mlcpp | sed -n '/^#pragma/!p' -o
src/utils/cdk/tar.ml
cpp -P src/utils/lib/misc2.mlcpp | sed -n '/^#pragma/!p' -o
src/utils/lib/misc2.ml
sed: -o: No such file or directory
sed: src/utils/lib/misc2.ml: No such file or directory
sed: -o: No such file or directory
sed: src/utils/cdk/tar.ml: No such file or directory
make: *** [src/utils/cdk/tar.ml] Error 1
make: *** Waiting for unfinished jobs....
make: *** [src/utils/lib/misc2.ml] Error 1



I've attched the patches we are applying to get mldonkey to compile that fix
7727 and the sed bug.

I've attached my config.log and make.log also to show the build when it
errors.  Thanks for your help.

nibbles




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?7798>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]