Code Monkey home page Code Monkey logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
I've added a check for gcc section attribute support in the configure script.  
It has
been checked into SVN.  I've also attached a patch - if you apply it, you'll 
need to
run 'autoreconf' to regenerate configure, then run configure and build.

Let me know if this fixes the problem.  Thanks.

Original comment by valient on 27 Jun 2008 at 9:24

  • Changed state: Started
  • Added labels: OpSys-OSX

Attachments:

from rlog.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Hey!

It worked. Thanks.

Also on the side note, configuration script does not seem to check for doxygen 
(SVN).
After installing it, everything compiled.

Original comment by [email protected] on 28 Jun 2008 at 3:38

from rlog.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
This smaller diff also solves building on MacOS problems...

--- orig/rlog-1.4/rlog/common.h.in  2008-06-14 20:10:13.000000000 -0700
+++ rlog-1.4/rlog/common.h.in   2009-05-18 16:05:04.000000000 -0700
@@ -52,7 +52,12 @@

 # define PRINTF(FMT,X) __attribute__ (( __format__ ( __printf__, FMT, X)))
 # define HAVE_PRINTF_ATTR 1
+
+#ifdef __APPLE__ 
+# define RLOG_SECTION __attribute__ (( section("__DATA, RLOG_DATA") ))
+#else
 # define RLOG_SECTION __attribute__ (( section("RLOG_DATA") ))
+#endif

 #if __GNUC__ >= 3
 # define expect(foo, bar) __builtin_expect((foo),bar)


Original comment by [email protected] on 18 May 2009 at 11:11

from rlog.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Issue 15 has been merged into this issue.

Original comment by valient on 23 Nov 2009 at 1:21

from rlog.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
[deleted comment]

from rlog.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
On Mac OS X 10.6.2 (10C540): 

[macbookpro08-centrim:~] gjp22% sudo port install rlog
Password:
--->  Computing dependencies for rlog
--->  Fetching rlog
--->  Attempting to fetch rlog-1.4.tar.gz from http://rlog.googlecode.com/files/
--->  Verifying checksum(s) for rlog
--->  Extracting rlog
--->  Applying patches to rlog
--->  Configuring rlog
--->  Building rlog
--->  Staging rlog into destroot
--->  Installing rlog @1.4_0
--->  Activating rlog @1.4_0
--->  Cleaning rlog
[macbookpro08-centrim:~] gjp22% which rlog
/usr/bin/rlog

Original comment by [email protected] on 28 Nov 2009 at 1:23

from rlog.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
macports applies a small patch which modifies the RLOG_SECTION macro: So the 
macports build which 
grahamperrin performed is a confirmation that a problem exists.

Original comment by [email protected] on 28 Nov 2009 at 7:04

from rlog.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
This is fixed in SVN, will be in next release.

Original comment by valient on 28 Nov 2009 at 7:30

  • Changed state: Fixed

from rlog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.