Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to build: Indigo on U13.10 #1

Closed
dawonn opened this issue Mar 27, 2014 · 7 comments
Closed

Fails to build: Indigo on U13.10 #1

dawonn opened this issue Mar 27, 2014 · 7 comments

Comments

@dawonn
Copy link
Contributor

dawonn commented Mar 27, 2014

I had to add '-lm' to cmakelists.txt:46

target_link_libraries(liburg_c -lrt -lm)

U13.10, armhf, ROS-indigo from source.

@dawonn
Copy link
Contributor Author

dawonn commented Mar 27, 2014

liburg_c uses floor() from <math.h> in two locations, so this fix made the most sense to me.

@chadrockey
Copy link
Member

Thanks for finding this. This should be backwards compatible with 12.04 and hydro, so please make a pull request and I'll merge it.

I don't yet have a timeline for releasing to indigo. Will try in the next 2 weeks.

chadrockey added a commit that referenced this issue Apr 4, 2014
Issue #1 - missing libmath link
@chadrockey
Copy link
Member

@dawonn this still happens on 13.10, but not 14.04 with your fix.

Any chance you can take a look? I'm not particularly fond of fixing distributions that will only be supported for 2 more months...

http://jenkins.ros.org/job/ros-indigo-urg-c_binarydeb_saucy_amd64/7/console

@jonbinney
Copy link

That build log looks like it is for version 1.0.403, which was before the fix was merged

@chadrockey
Copy link
Member

lol.... it would help to release the fix... eh?

@jonbinney
Copy link

:-)

@chadrockey
Copy link
Member

Looks good on the build server now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants