Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Eclipse crashes at startup
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
stkaplan
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2004
Posts: 108

PostPosted: Thu Sep 02, 2004 2:28 am    Post subject: Eclipse crashes at startup Reply with quote

I was looking for a good IDE for my Java classes, and many people here recommended Eclipse, so I tried installing that. It gave me the following warning a bunch of times during the emerge:

Code:
 [javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.


but it compiled fine, so I ignored it. However, when I tried to run it, it crashed, telling me to look in a log file, which contained this:

Code:
!SESSION Sep 01, 2004 22:11:53.130 ---------------------------------------------
eclipse.buildId=200406251208
java.version=1.4.2-gentoo
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US

!ENTRY initial@reference:file:/usr/lib/eclipse-3/plugins/org.eclipse.core.runtime_3.0.0/ 0 0 Sep 01, 2004 22:11:53.130
!MESSAGE FrameworkEvent.ERROR
!STACK 0
org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.runtime.PlatformActivator.start() of bundle org.eclipse.core.runtime.
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:975)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)
   at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421)
   at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:366)
   at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:999)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:577)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:488)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:273)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:444)
   at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:186)
   at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:104)
Caused by: java.io.IOException: An error occurred while locking file "/home/sam/.eclipse/org.eclipse.platform_3.0.0/configuration/org.eclipse.core.runtime/.manager/.fileTableLock": "Value too large for defined data type". A probably reason is that the file system or Runtime Environment does not support file locking. You may want to choose a different location, or disable file locking (using the osgi.locking property), but this can cause data corruption.
   at org.eclipse.core.runtime.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:42)
   at org.eclipse.osgi.service.datalocation.FileManager.lock(FileManager.java:219)
   at org.eclipse.osgi.service.datalocation.FileManager.open(FileManager.java:420)
   at org.eclipse.core.internal.runtime.InternalPlatform.initializeRuntimeFileManager(InternalPlatform.java:390)
   at org.eclipse.core.internal.runtime.InternalPlatform.start(InternalPlatform.java:383)
   at org.eclipse.core.internal.runtime.PlatformActivator.startInternalPlatform(PlatformActivator.java:251)
   at org.eclipse.core.internal.runtime.PlatformActivator.start(PlatformActivator.java:64)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954)
   ... 10 more
Root exception:
java.io.IOException: An error occurred while locking file "/home/sam/.eclipse/org.eclipse.platform_3.0.0/configuration/org.eclipse.core.runtime/.manager/.fileTableLock": "Value too large for defined data type". A probably reason is that the file system or Runtime Environment does not support file locking. You may want to choose a different location, or disable file locking (using the osgi.locking property), but this can cause data corruption.
   at org.eclipse.core.runtime.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:42)
   at org.eclipse.osgi.service.datalocation.FileManager.lock(FileManager.java:219)
   at org.eclipse.osgi.service.datalocation.FileManager.open(FileManager.java:420)
   at org.eclipse.core.internal.runtime.InternalPlatform.initializeRuntimeFileManager(InternalPlatform.java:390)
   at org.eclipse.core.internal.runtime.InternalPlatform.start(InternalPlatform.java:383)
   at org.eclipse.core.internal.runtime.PlatformActivator.startInternalPlatform(PlatformActivator.java:251)
   at org.eclipse.core.internal.runtime.PlatformActivator.start(PlatformActivator.java:64)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)
   at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421)
   at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:366)
   at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:999)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:577)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:488)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:273)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:444)
   at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:186)
   at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:104)

!ENTRY initial@reference:file:/usr/lib/eclipse-3/plugins/org.eclipse.update.configurator_3.0.0/ 0 0 Sep 01, 2004 22:11:53.145
!MESSAGE FrameworkEvent.ERROR
!STACK 0
org.osgi.framework.BundleException: Exception in org.eclipse.update.internal.configurator.ConfigurationActivator.start() of bundle org.eclipse.update.configurator.
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:975)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)
   at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421)
   at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:366)
   at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:999)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:577)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:488)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:273)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:444)
   at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:186)
   at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:104)
Caused by: java.lang.Exception: Cannot initialize the Update Configurator
   at org.eclipse.update.internal.configurator.ConfigurationActivator.initialize(ConfigurationActivator.java:93)
   at org.eclipse.update.internal.configurator.ConfigurationActivator.start(ConfigurationActivator.java:71)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954)
   ... 10 more
Root exception:
java.lang.Exception: Cannot initialize the Update Configurator
   at org.eclipse.update.internal.configurator.ConfigurationActivator.initialize(ConfigurationActivator.java:93)
   at org.eclipse.update.internal.configurator.ConfigurationActivator.start(ConfigurationActivator.java:71)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)
   at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421)
   at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:366)
   at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:999)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:577)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:488)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:273)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:444)
   at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:186)
   at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:104)

!ENTRY org.eclipse.osgi Sep 01, 2004 22:11:53.146
!MESSAGE Startup error
!STACK 1
java.lang.IllegalStateException: Bundle initial@reference:file:/usr/lib/eclipse-3/plugins/org.eclipse.core.runtime_3.0.0/ [1] is not active.
   at org.eclipse.core.runtime.adaptor.EclipseStarter.ensureBundlesActive(EclipseStarter.java:303)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:227)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:324)
   at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
   at org.eclipse.core.launcher.Main.run(Main.java:644)
   at org.eclipse.core.launcher.Main.main(Main.java:628)


I'm pretty sure I have the latest version of all necessary packages. The log even says I have Java version 1.4.2. Any help with this problem would be really appreciated.
Back to top
View user's profile Send private message
nbkolchin
Apprentice
Apprentice


Joined: 07 Feb 2004
Posts: 290
Location: Russia, Saint-Petersburg

PostPosted: Thu Sep 02, 2004 5:25 am    Post subject: Reply with quote

Don't use ebuilds for Eclipse. Download compiled package from http://www.eclipse.org.

Nickolay
Back to top
View user's profile Send private message
stkaplan
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2004
Posts: 108

PostPosted: Thu Sep 02, 2004 8:58 pm    Post subject: Reply with quote

I downloaded the zip file from the site, and ran ./eclipse, but I still get the same error.
Back to top
View user's profile Send private message
stkaplan
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2004
Posts: 108

PostPosted: Fri Sep 03, 2004 4:03 pm    Post subject: Reply with quote

Whoops, turns out I didn't have a JRE installed. I emerged sun-jre-bin and it works now.
Back to top
View user's profile Send private message
dave ner0tic
n00b
n00b


Joined: 13 Jul 2004
Posts: 52

PostPosted: Fri Sep 03, 2004 11:30 pm    Post subject: Reply with quote

stkaplan wrote:
Whoops, turns out I didn't have a JRE installed. I emerged sun-jre-bin and it works now.
did you emerge eclipse? i'm still gettign error when i try to
Code:
emerge eclipse-sdk
Back to top
View user's profile Send private message
stkaplan
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2004
Posts: 108

PostPosted: Sat Sep 04, 2004 1:59 am    Post subject: Reply with quote

Yeah, it worked with the ebuilds once I had a JRE installed.

Are you getting the same error that I was?
Back to top
View user's profile Send private message
dave ner0tic
n00b
n00b


Joined: 13 Jul 2004
Posts: 52

PostPosted: Sat Sep 04, 2004 2:42 am    Post subject: Reply with quote

stkaplan wrote:
Yeah, it worked with the ebuilds once I had a JRE installed.

Are you getting the same error that I was?
i cna't even emerge it. i get an error with motif


Code:
Converting files from DOS to UNIX format:
    NgCommon.c
    NgCommon.h
    NgImage.c
    NgImage.h
    NgImageData.c
    NgImageData.h
    NgWinBMPFileFormat.c
    NgWinBMPFileFormat.h
    eclipseMotif.c
    ../eclipse.c
    ../eclipseOS.h
    ../eclipseUtil.c
    ../eclipseUtil.h
Building Linux launcher. Defaults: -os linux -arch x86 -ws motif
rm -f eclipse-motif eclipse.o eclipseUtil.o eclipseMotif.o NgCommon.o NgImage.o NgImageData.o NgWinBMPFileFormat.o
gcc -O -s -DPROGRAM_NAME="\"Eclipse\"" -DDEFAULT_OS="\"linux\"" -DDEFAULT_OS_ARCH="\"x86\"" -DDEFAULT_WS="\"motif\"" -fPIC -I./ -I../ -I/bluebird/teamswt/swt-builddir/motif21/include -I/usr/X11R6/include -c ../eclipse.c -o eclipse.o
gcc -O -s -DPROGRAM_NAME="\"Eclipse\"" -DDEFAULT_OS="\"linux\"" -DDEFAULT_OS_ARCH="\"x86\"" -DDEFAULT_WS="\"motif\"" -fPIC -I./ -I../ -I/bluebird/teamswt/swt-builddir/motif21/include -I/usr/X11R6/include -c ../eclipseUtil.c -o eclipseUtil.ogcc -O -s -DPROGRAM_NAME="\"Eclipse\"" -DDEFAULT_OS="\"linux\"" -DDEFAULT_OS_ARCH="\"x86\"" -DDEFAULT_WS="\"motif\"" -fPIC -I./ -I../ -I/bluebird/teamswt/swt-builddir/motif21/include -I/usr/X11R6/include -c eclipseMotif.c -o eclipseMotif.o
eclipseMotif.c:19:19: Xm/Xm.h: No such file or directory
eclipseMotif.c:20:22: Xm/Label.h: No such file or directory
eclipseMotif.c:21:24: Xm/MwmUtil.h: No such file or directory
eclipseMotif.c:22:25: Xm/MessageB.h: No such file or directory
eclipseMotif.c: In function `displayMessage':
eclipseMotif.c:81: error: `XmString' undeclared (first use in this function)
eclipseMotif.c:81: error: (Each undeclared identifier is reported only once
eclipseMotif.c:81: error: for each function it appears in.)
eclipseMotif.c:81: error: syntax error before "msg"
eclipseMotif.c:106: error: `msg' undeclared (first use in this function)
eclipseMotif.c:109: error: `newLine' undeclared (first use in this function)
eclipseMotif.c:129: error: `XmNdialogType' undeclared (first use in this function)
eclipseMotif.c:129: error: `XmDIALOG_MESSAGE' undeclared (first use in this function)
eclipseMotif.c:130: error: `XmNtitle' undeclared (first use in this function)
eclipseMotif.c:131: error: `XmNmessageString' undeclared (first use in this function)
eclipseMotif.c:132: warning: assignment makes pointer from integer without a cast
eclipseMotif.c:133: error: `XmDIALOG_CANCEL_BUTTON' undeclared (first use in this function)
eclipseMotif.c:133: warning: passing arg 1 of `XtUnmanageChild' makes pointer from integer without a cast
eclipseMotif.c:134: error: `XmDIALOG_HELP_BUTTON' undeclared (first use in this function)
eclipseMotif.c:134: warning: passing arg 1 of `XtUnmanageChild' makes pointer from integer without a cast
eclipseMotif.c: In function `initWindowSystem':
eclipseMotif.c:171: error: `XmNmappedWhenManaged' undeclared (first use in this function)
eclipseMotif.c: In function `showSplash':
eclipseMotif.c:217: error: `XmNborderWidth' undeclared (first use in this function)
eclipseMotif.c:218: error: `XmNmappedWhenManaged' undeclared (first use in this function)
eclipseMotif.c:219: error: `XmNmwmDecorations' undeclared (first use in this function)
eclipseMotif.c:220: error: `XmNmwmFunctions' undeclared (first use in this function)
eclipseMotif.c:220: error: `MWM_FUNC_MOVE' undeclared (first use in this function)
eclipseMotif.c:241: error: `XmNlabelType' undeclared (first use in this function)
eclipseMotif.c:241: error: `XmPIXMAP' undeclared (first use in this function)
eclipseMotif.c:242: error: `XmNlabelPixmap' undeclared (first use in this function)
eclipseMotif.c:243: error: `XmNmarginHeight' undeclared (first use in this function)
eclipseMotif.c:244: error: `XmNmarginWidth' undeclared (first use in this function)
eclipseMotif.c:245: warning: assignment makes pointer from integer without a cast
eclipseMotif.c: In function `loadSplashImage':
eclipseMotif.c:366: error: `XmUNSPECIFIED_PIXMAP' undeclared (first use in this function)
eclipseMotif.c: In function `centreShell':
eclipseMotif.c:423: error: `XmNwidth' undeclared (first use in this function)
eclipseMotif.c:424: error: `XmNheight' undeclared (first use in this function)
eclipseMotif.c:425: error: `XmNscreen' undeclared (first use in this function)
eclipseMotif.c:434: error: `XmNx' undeclared (first use in this function)
eclipseMotif.c:435: error: `XmNy' undeclared (first use in this function)
make: *** [eclipseMotif.o] Error 1
gcc -O -s -DSWT_VERSION=2136 -DLINUX -DMOTIF -fpic -I./ -I/opt/blackdown-jdk-1.4.1/include -I/opt/blackdown-jdk-1.4.1/include/linux -I/usr/X11R6/include -I/usr/X11R6/include    -c -o callback.o callback.c
gcc -O -s -DSWT_VERSION=2136 -DLINUX -DMOTIF -fpic -I./ -I/opt/blackdown-jdk-1.4.1/include -I/opt/blackdown-jdk-1.4.1/include/linux -I/usr/X11R6/include -I/usr/X11R6/include    -c -o structs.o structs.c
In file included from structs.c:17:
structs.h:27:22: Xm/XmAll.h: No such file or directory
structs.h:28:27: Mrm/MrmPublic.h: No such file or directory
In file included from structs.c:17:
structs.h:432: error: syntax error before "XmAnyCallbackStruct"
structs.h:433: error: syntax error before "XmAnyCallbackStruct"
structs.h:434: error: syntax error before "XmDragProcCallbackStruct"
structs.h:435: error: syntax error before "XmDragProcCallbackStruct"
structs.h:436: error: syntax error before "XmDropProcCallbackStruct"
structs.h:437: error: syntax error before "XmDropProcCallbackStruct"
structs.h:438: error: syntax error before "XmDropFinishCallbackStruct"
structs.h:439: error: syntax error before "XmDropFinishCallbackStruct"
structs.h:440: error: syntax error before "XmTextBlockRec"
structs.h:441: error: syntax error before "XmTextBlockRec"
structs.h:442: error: syntax error before "XmTextVerifyCallbackStruct"
structs.h:443: error: syntax error before "XmTextVerifyCallbackStruct"
structs.c:1134: error: syntax error before "XmAnyCallbackStruct"
structs.c: In function `getXmanycallbackstructFields':
structs.c:1136: error: `lpXmanycallbackstruct' undeclared (first use in this function)
structs.c:1136: error: (Each undeclared identifier is reported only once
structs.c:1136: error: for each function it appears in.)
structs.c:1136: error: `env' undeclared (first use in this function)
structs.c:1136: error: `lpObject' undeclared (first use in this function)
structs.c:1136: error: `lpXmanycallbackstructFc' undeclared (first use in this function)
structs.c: At top level:
structs.c:1140: error: syntax error before "XmAnyCallbackStruct"
structs.c: In function `setXmanycallbackstructFields':
structs.c:1142: error: `env' undeclared (first use in this function)
structs.c:1142: error: `lpObject' undeclared (first use in this function)
structs.c:1142: error: `lpXmanycallbackstructFc' undeclared (first use in this function)
structs.c:1142: error: `lpXmanycallbackstruct' undeclared (first use in this function)
structs.c: At top level:
structs.c:1146: error: syntax error before "XmDragProcCallbackStruct"
structs.c: In function `getXmdragproccallbackFields':
structs.c:1148: error: `lpXmdragproccallback' undeclared (first use in this function)
structs.c:1148: error: `env' undeclared (first use in this function)
structs.c:1148: error: `lpObject' undeclared (first use in this function)
structs.c:1148: error: `lpXmdragproccallbackFc' undeclared (first use in this function)
structs.c: At top level:
structs.c:1160: error: syntax error before "XmDragProcCallbackStruct"
structs.c: In function `setXmdragproccallbackFields':
structs.c:1162: error: `env' undeclared (first use in this function)
structs.c:1162: error: `lpObject' undeclared (first use in this function)
structs.c:1162: error: `lpXmdragproccallbackFc' undeclared (first use in this function)
structs.c:1162: error: `lpXmdragproccallback' undeclared (first use in this function)
structs.c: At top level:
structs.c:1174: error: syntax error before "XmDropProcCallbackStruct"
structs.c: In function `getXmdropproccallbackFields':
structs.c:1176: error: `lpXmdropproccallback' undeclared (first use in this function)
structs.c:1176: error: `env' undeclared (first use in this function)
structs.c:1176: error: `lpObject' undeclared (first use in this function)
structs.c:1176: error: `lpXmdropproccallbackFc' undeclared (first use in this function)
structs.c: At top level:
structs.c:1188: error: syntax error before "XmDropProcCallbackStruct"
structs.c: In function `setXmdropproccallbackFields':
structs.c:1190: error: `env' undeclared (first use in this function)
structs.c:1190: error: `lpObject' undeclared (first use in this function)
structs.c:1190: error: `lpXmdropproccallbackFc' undeclared (first use in this function)
structs.c:1190: error: `lpXmdropproccallback' undeclared (first use in this function)
structs.c: At top level:
structs.c:1202: error: syntax error before "XmDropFinishCallbackStruct"
structs.c: In function `getXmdropfinishcallbackFields':
structs.c:1204: error: `lpXmdropfinishcallback' undeclared (first use in this function)
structs.c:1204: error: `env' undeclared (first use in this function)
structs.c:1204: error: `lpObject' undeclared (first use in this function)
structs.c:1204: error: `lpXmdropfinishcallbackFc' undeclared (first use in this function)
structs.c: At top level:
structs.c:1214: error: syntax error before "XmDropFinishCallbackStruct"
structs.c: In function `setXmdropfinishcallbackFields':
structs.c:1216: error: `env' undeclared (first use in this function)
structs.c:1216: error: `lpObject' undeclared (first use in this function)
structs.c:1216: error: `lpXmdropfinishcallbackFc' undeclared (first use in this function)
structs.c:1216: error: `lpXmdropfinishcallback' undeclared (first use in this function)
structs.c: At top level:
structs.c:1226: error: syntax error before "XmTextBlockRec"
structs.c: In function `getXmtextblockrecFields':
structs.c:1228: error: `lpXmtextblockrec' undeclared (first use in this function)
structs.c:1228: error: `env' undeclared (first use in this function)
structs.c:1228: error: `lpObject' undeclared (first use in this function)
structs.c:1228: error: `lpXmtextblockrecFc' undeclared (first use in this function)
structs.c:1230: error: `XmTextFormat' undeclared (first use in this function)
structs.c: At top level:
structs.c:1233: error: syntax error before "XmTextBlockRec"
structs.c: In function `setXmtextblockrecFields':
structs.c:1235: error: `env' undeclared (first use in this function)
structs.c:1235: error: `lpObject' undeclared (first use in this function)
structs.c:1235: error: `lpXmtextblockrecFc' undeclared (first use in this function)
structs.c:1235: error: `lpXmtextblockrec' undeclared (first use in this function)
structs.c: At top level:
structs.c:1240: error: syntax error before "XmTextVerifyCallbackStruct"
structs.c: In function `getXmtextverifycallbackstructFields':
structs.c:1242: error: `lpXmtextverifycallbackstruct' undeclared (first use in this function)
structs.c:1242: error: `env' undeclared (first use in this function)
structs.c:1242: error: `lpObject' undeclared (first use in this function)
structs.c:1242: error: `lpXmtextverifycallbackstructFc' undeclared (first use in this function)
structs.c:1249: error: `XmTextBlock' undeclared (first use in this function)
structs.c: At top level:
structs.c:1252: error: syntax error before "XmTextVerifyCallbackStruct"
structs.c: In function `setXmtextverifycallbackstructFields':
structs.c:1254: error: `env' undeclared (first use in this function)
structs.c:1254: error: `lpObject' undeclared (first use in this function)
structs.c:1254: error: `lpXmtextverifycallbackstructFc' undeclared (first use in this function)
structs.c:1254: error: `lpXmtextverifycallbackstruct' undeclared (first use in this function)
make: *** [structs.o] Error 1

!!! ERROR: dev-util/eclipse-sdk-2.1.3-r3 failed.
!!! Function build_motif_frontend, Line 167, Exitcode 2
!!! Failed to build Motif support
Back to top
View user's profile Send private message
stkaplan
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2004
Posts: 108

PostPosted: Sun Sep 05, 2004 5:15 pm    Post subject: Reply with quote

https://forums.gentoo.org/viewtopic.php?t=203346&highlight=eclipse+motif

This person seemed to have a similar problem, and got it to install by changing some USE flags.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum