Problems to add lib3delight

sljivo

Registered
Hi,

I want to use the 3delight library in a project but when I add it to Xcode, I have these warnings :

ld: warning prebinding disabled because dependent library: lib3delight.dylib is not prebound
ld: warning multiple definitions of symbol _regerror
ld: warning multiple definitions of symbol _regcomp
ld: warning multiple definitions of symbol _regexec
ld: warning multiple definitions of symbol _regfree

I tried to solve the problem of the prebinding (using the -seg1addr option) but it didn't change anything.
Concerning the other warnings, I have no idea of where they come from.
I'm using 3delight 2.0.0. If someone has a successful experience with this library please help 'cause it really sucks to be stuck on such errors.
 
sljivo said:
Hi,

I want to use the 3delight library in a project but when I add it to Xcode, I have these warnings :

ld: warning prebinding disabled because dependent library: lib3delight.dylib is not prebound
ld: warning multiple definitions of symbol _regerror
ld: warning multiple definitions of symbol _regcomp
ld: warning multiple definitions of symbol _regexec
ld: warning multiple definitions of symbol _regfree

I tried to solve the problem of the prebinding (using the -seg1addr option) but it didn't change anything.
Concerning the other warnings, I have no idea of where they come from.
I'm using 3delight 2.0.0. If someone has a successful experience with this library please help 'cause it really sucks to be stuck on such errors.

Those are not errors, they're warnings, and not really of any consequence. Did you actually try using the library? It should work.

Wade
 
Back
Top