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

Compile problems #1

Open
piperpilot opened this issue Nov 3, 2010 · 0 comments
Open

Compile problems #1

piperpilot opened this issue Nov 3, 2010 · 0 comments

Comments

@piperpilot
Copy link

Dave, I am trying to get polyclip to compile on Ubuntu so I can continue development of the DRCBOTV2. I got past a first issue of not linking to the math library but now am getting the following when I try to build the lib:

cpope@ubuntu:/var/www/drc-daemon/polyclip$ make lib
CC build/src/polymath.o
src/polymath.c: In function ‘PC_phase_two_firstpoly’:
src/polymath.c:775: warning: ‘__find_last’ is deprecated (declared at src/polymath.c:76)
src/polymath.c:786: warning: ‘__find_last’ is deprecated (declared at src/polymath.c:76)
src/polymath.c: In function ‘PC_phase_two_secondpoly’:
src/polymath.c:857: warning: ‘__find_last’ is deprecated (declared at src/polymath.c:76)
src/polymath.c:887: warning: ‘__find_last’ is deprecated (declared at src/polymath.c:76)
src/polymath.c: In function ‘PC_phase_3_prep’:
src/polymath.c:1280: warning: ‘__find_last’ is deprecated (declared at src/polymath.c:76)
src/polymath.c:1284: warning: ‘__find_last’ is deprecated (declared at src/polymath.c:76)
LD build/libPolyClip.dylib
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crt1.o: In function _start': (.text+0x18): undefined reference tomain'
collect2: ld returned 1 exit status
make: *** [build/libPolyClip.dylib] Error 1
cpope@ubuntu:/var/www/drc-daemon/polyclip$

Any Thoughts?

Thanks,
Curtis

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

1 participant