IceGuest / dolphin-player

Automatically exported from code.google.com/p/dolphin-player
0 stars 0 forks source link

Compilation error found while compiling nextgen source #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Change the ndk path in compile.sh to your ndk directory.
2.Execute compile.sh script on nextgen source using Ubuntu. 

What is the expected output? What do you see instead?
Source should have been executed properly and should have generated .SO library 
files.

What version of the product are you using? On what operating system?
I am using Latest nextgen source. Operating System is Linux

Please provide any additional information below.
There is a compilation error in Openssl library.

Description - fatal error: openssl/opensslconf.h: No such file or 
directory   e_os.h  /DolphinPlayer/jni/apps line 62 C/C++ Problem
(Actually the file is present but the compiler is not able to find the file. I 
does not have through knowledge of ndk, So I am seeking a help)

Thanks,
Nithin.

Original issue reported on code.google.com by nithinba...@gmail.com on 29 Apr 2013 at 5:52