Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sequoyah-dev] This project does not have Native Library support

Hi, 

In the ideal world, it would be irrelevant, but sometimes eclipse has some trouble trying to fetch the system path.
Therefore, it is better to have the ndk path added to your system path.
Mac OS X indeed has a system path, as any Unix-based system, and it is given by the environment variable PATH. 
The basic difference is that setting it up in the .bash or .profile will not suffice if you are calling eclipse through the Finder.
The most stable way to do it permanently is by adding the PATH to the ~/.MacOSX/environment.plist, with the NDK path.







On Thu, Oct 21, 2010 at 9:27 AM, Jean-Yves Avenard <jyavenard@xxxxxxxxx> wrote:
Hi

On 21 October 2010 21:26, Carlos Souto <mkhv73@xxxxxxxxxxxx> wrote:
> Is your NDK path set up in the system path? This might solve most of the
> path commands on Mac.

The NDK path is in the .profile, but AFAIK this is irrelevant to eclipse.

I don't believe there is a "system" path on mac.

The NDK path is properly set in Eclipse where it's supposed to be set..
_______________________________________________
sequoyah-dev mailing list
sequoyah-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/sequoyah-dev



--
--
Carlos Alberto Souto Junior
MSc. in Electrical Engineering
Jr. Software Engineer


Back to the top