Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 346464 - Fix org.eclipse.core.net include path
Summary: Fix org.eclipse.core.net include path
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.7   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.9 M2   Edit
Assignee: Platform Team Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 394087
Blocks:
  Show dependency tree
 
Reported: 2011-05-19 10:54 EDT by Chris Aniszczyk CLA
Modified: 2019-10-02 03:16 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Aniszczyk CLA 2011-05-19 10:54:28 EDT
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
Comment 1 Szymon Brandys CLA 2015-04-01 09:44:10 EDT
I am no longer involved in Platform Team/Compare development.
Comment 2 Eclipse Genie CLA 2019-10-01 18:40:19 EDT
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.
Comment 3 Karsten Thoms CLA 2019-10-02 03:16:39 EDT
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.