| Summary: | Fix org.eclipse.core.net include path | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Chris Aniszczyk <caniszczyk> |
| Component: | Team | Assignee: | Platform Team Inbox <platform-team-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | karsten.thoms, sptaszkiewicz, Szymon.Brandys |
| Version: | 3.7 | ||
| Target Milestone: | 4.9 M2 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | 394087 | ||
| Bug Blocks: | |||
I am no longer involved in Platform Team/Compare development. This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. The mentioned makefile has been developed further and does not match the request anymore. With bug#394087 GSettings instead of GConf is used. I assume this is obsolete now. |
It would be nice if the include path of org.eclipse.core.net would be fixed. --- a/plugins/org.eclipse.core.net/natives/unix/linux/makefile +++ b/plugins/org.eclipse.core.net/natives/unix/linux/makefile @@ -20,7 +20,8 @@ OS_TYPE = linux JDK_INCLUDE = -I${JAVA_HOME}/include -I${JAVA_HOME}/include/${OS_TYPE} -INCLUDE = -I/usr/include/gconf/2/ -I/usr/include/orbit-2.0/ -I/usr/include/glib-2.0/ -I/usr/lib/glib-2.0/include/ +INCLUDE = -I/usr/include/gconf/2/ -I/usr/include/orbit-2.0/ -I/usr/include/glib-2.0/ -I/usr/lib/glib-2.0/include/ \ + -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux COMPILER_FLAGS = -O0 -fPIC -g3 -Wall -c -fmessage-length=0 -m32 LIBS := -lgconf-2 -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0