[Bug 662] New: BFL not build clean on Mac OS X

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=662

Summary: BFL not build clean on Mac OS X
Product: BFL
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: bfl [..] ...
ReportedBy: kiwi [dot] net [..] ...
CC: bfl [..] ...
Estimated Hours: 0.0

#pragma in bfl_constants.h causes error

Ruben Smits's picture

[Bug 662] BFL not build clean on Mac OS X

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=662

Bug 662 depends on bug 659, which changed state.

Bug 659 Summary: KDL source tarball not match RTT, BFL, OCL
https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=659

What |Old Value |New Value
----------------------------------------------------------------------------
Resolution| |FIXED
Status|NEW |RESOLVED

[Bug 662] BFL not build clean on Mac OS X

http://bugs.orocos.org/show_bug.cgi?id=662

S Roderick <kiwi [dot] net [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID

--- Comment #4 from S Roderick <kiwi [dot] net [..] ...> 2011-10-02 17:11:00 CEST ---
No longer appears to be an issue.

[Bug 662] BFL not build clean on Mac OS X

http://bugs.orocos.org/show_bug.cgi?id=662

Bug 662 depends on bug 660, which changed state.

Bug 660 Summary: BFL source tarball extracts to different directory than RTT and OCL
http://bugs.orocos.org/show_bug.cgi?id=660

What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED

Ruben Smits's picture

[Bug 662] BFL not build clean on Mac OS X

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=662

Bug 662 depends on bug 658, which changed state.

Bug 658 Summary: Web link to KDL source tarball is broken
https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=658

What |Old Value |New Value
----------------------------------------------------------------------------
Resolution| |FIXED
Status|NEW |RESOLVED

[Bug 662] BFL not build clean on Mac OS X

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=662

--- Comment #3 from Klaas Gadeyne <klaas [dot] gadeyne [..] ...> 2009-05-30 10:46:42 ---
Hi S,

Weird, I don't get this error in 10.4
$ g++ --version
i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

AFAIK, Tinne added this for windows compilation only, so maybe it would be
better, to surround it using #ifdef MSC_VER or something, and to add some
comment why the pragma statement is there (Tinne?)

[Bug 662] BFL not build clean on Mac OS X

On Saturday 30 May 2009 10:46:42 Klaas Gadeyne wrote:
> https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=662
>
>
>
>
>
> --- Comment #3 from Klaas Gadeyne <klaas [dot] gadeyne [..] ...> 2009-05-30
> 10:46:42 --- Hi S,
>
> Weird, I don't get this error in 10.4
> $ g++ --version
> i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)
> Copyright (C) 2005 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> AFAIK, Tinne added this for windows compilation only, so maybe it would be
> better, to surround it using #ifdef MSC_VER or something, and to add some
> comment why the pragma statement is there (Tinne?)
Indeed, this pragma was added to make it compile for windows.
Surrounding it by #ifdef MSC_VER or something is a good solution IMHO.

Tinne
_______________________________________________
I hereby promise not to top-post on the
BFL mailing list
BFL [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/bfl

[Bug 662] BFL not build clean on Mac OS X

On May 30, 2009, at 04:46 , Klaas Gadeyne wrote:
> https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=662
>
>
>
>
>
> --- Comment #3 from Klaas Gadeyne <klaas [dot] gadeyne [..] ...>
> 2009-05-30 10:46:42 ---
> Hi S,
>
> Weird, I don't get this error in 10.4
> $ g++ --version
> i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build
> 5367)
> Copyright (C) 2005 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There
> is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> PURPOSE.

I have the same version but a slightly different build. I have seen
this on more than one machine now.

gcc --version
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5488)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

> AFAIK, Tinne added this for windows compilation only, so maybe it
> would be
> better, to surround it using #ifdef MSC_VER or something, and to add
> some
> comment why the pragma statement is there (Tinne?)

Works for me.
Stephen
_______________________________________________
I hereby promise not to top-post on the
BFL mailing list
BFL [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/bfl

[Bug 662] BFL not build clean on Mac OS X

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=662

Klaas Gadeyne <klaas [dot] gadeyne [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |0.6.2
Version|unspecified |trunk

[Bug 662] BFL not build clean on Mac OS X

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=662

S Roderick <kiwi [dot] net [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
Depends on| |658, 659, 660

--- Comment #2 from S Roderick <kiwi [dot] net [..] ...> 2009-05-29 23:30:08 ---
Update depends

[Bug 662] BFL not build clean on Mac OS X

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=662

--- Comment #1 from S Roderick <kiwi [dot] net [..] ...> 2009-05-29 23:14:21 ---
Created an attachment (id=435)
--> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=435)
Turn off #pragma on Mac OS X