Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] JNIGeneratorApp: Building C source - Again (Win32)

Hi,

I found this posting while trying to figure this out on my own http://dev.eclipse.org/newslists/news.eclipse.platform.swt/msg33065.html .
However, I think I am missing something more basic.  What C compiler do I use to compile on windows?  I cannot find any instructions on what is needed, how to install and how to run.  I have the VC express installed and can compile programs, but when I use the build.bat all the environment variables all point to non-existent directories.  Using build.xml results in:
Buildfile: E:\Developer\JavaWorkspaces\SWT\org.eclipse.swt\Eclipse SWT PI\win32\library\build.xml
build_dll:
init:
refresh:

BUILD FAILED
E:\Developer\JavaWorkspaces\SWT\org.eclipse.swt\Eclipse SWT PI\win32\library\build.xml:78: The following error occurred while executing this line:
E:\Developer\JavaWorkspaces\SWT\org.eclipse.swt\Eclipse SWT PI\win32\library\build.xml:6: The following error occurred while executing this line:
E:\Developer\JavaWorkspaces\SWT\org.eclipse.swt\Eclipse SWT PI\win32\library\build.xml:10: Problem: failed to create task or type eclipse.refreshLocal
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.


I have googled and browsed the Eclipse site and have not been able to find what I seem to be missing.

Michael

Back to the top