Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sequoyah-dev] Sequoyah 2.0 issue

Hi Kapil,

Looks like it is some kind of issue with the CDT indexer, because everything compiled and worked just fine, as the screenshot points out.Even crtl+clicking the method name
is working.
Try ignoring it and see if you can deploy and run a sample project like the one I did here.



On Wed, Jul 6, 2011 at 1:20 PM, Marcel Gorri <wmg040@xxxxxxxxxxxx> wrote:
Hi Kapil, 

we are investigating the point you raised, and we'll get back to you as soon as possible.

Best,
 Marcel

On Wed, Jul 6, 2011 at 2:36 AM, kapil shandilya <getkapilcs@xxxxxxxxx> wrote:

Hi,

 

I have installed Sequoyah 2.0  for eclipse 3.7. I am facing an issue. Before coming to the issue I’ll mention the s/w version I am using for this.

 

Eclipse: eclipse-SDK-3.7-win32 (Indigo)

Android SDK: Android 3.1

ADT: ADT-11.0.0

Sequoyah: org.eclipse.sequoyah.feature.2.0.0.I20110609-0753 (this is for Eclipse Indigo, as documented)

CDT : Installed automatically with Sequoyah as dependent software(I believe its CDT 8.0)

NDK: android-ndk-r5c-windows

Cygwin: Cygwin 3.81

JDK : jdk1.6.0_25

 

Just to test whether the installation is proper or not I created a sample project to send a message(String) from NDK code. The issue I am facing is that the generated C++ file does not contain the method declarations. It just contains the header files.  To overcome this,

I went java class and from ‘source’ I used ‘Generate C files from java class’. With this I am able to get the method declaration in the generated C file but the problem is that if I attempt to call any method from ‘env’ object, I cannot and it gives me compilation error if I write method name explicitly. I did project cleaning an building again, created new project but the issue remains persistent.
Please find attached the screenshot of the issues i am facing.
 

I am not quite sure what is wrong. Kindly look into this. Please let me know if you have any update.

 

 

Regards,

Kapil


_______________________________________________
sequoyah-dev mailing list
sequoyah-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/sequoyah-dev



_______________________________________________
sequoyah-dev mailing list
sequoyah-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/sequoyah-dev




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

Attachment: Screen shot 2011-07-06 at 3.02.51 PM.png
Description: PNG image


Back to the top