Serebriakov / pink-pony

Automatically exported from code.google.com/p/pink-pony
0 stars 0 forks source link

Fails to compile against ilmbase 2.0.1 #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to build pink-pony against ilmbase 2.0.1 

What is the expected output? What do you see instead?
To build without issues. Instead I get these errors: 
http://paste.chakra-project.org/5639

What version of the product are you using? On what operating system?
1.3.1 on Chakra (Linux).

Please provide any additional information below.
It should all be in the paste. Let me know if I can provide any more info.

Original issue reported on code.google.com by tetr...@gmail.com on 8 Nov 2013 at 1:04

GoogleCodeExporter commented 9 years ago
I will take a look at this tomorrow.

Original comment by gin...@gmail.com on 23 Nov 2013 at 11:52

GoogleCodeExporter commented 9 years ago
I don't know how Chakra Linux works but this

/usr/bin/ld: warning: libIlmImf.so.6, needed by 
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libIL.so, not found 
(try using -rpath or -rpath-link)

seems to suggest that your installed version of DevIL(libIL.so) references an 
outdated version of IlmBase. Notice that the actual link flags for the IlmBase 
libs are parsed fine by GCC(-lImath -lHalf -lIex -lIexMath -lIlmThread).

Have you tried updating DevIL? This seems to be an upstream problem of the 
Chakra repository.

Original comment by gin...@gmail.com on 24 Nov 2013 at 9:46

GoogleCodeExporter commented 9 years ago
Indeed, pink-pony builds and runs fine after rebuilding devil against ilmbase.

Sorry for the false report, please go ahead and close this issue.

Thanks for taking the time to have a look at this.

Original comment by tetr...@gmail.com on 24 Nov 2013 at 10:53

GoogleCodeExporter commented 9 years ago

Original comment by gin...@gmail.com on 24 Nov 2013 at 10:56