|
From: Peter N. <va...@gm...> - 2001-10-14 13:38:24
|
John Gellene wrote:
>
>Compile errors for jEditLauncher sometimes occur if the compiler has trouble
>finding header files on your installation. All of the necessary headers and
>libraries either are packaged with Visual Studio or can be downloaded from
>Microsoft. The jEdit CVS contains all files which belong to me; they are
>all licensed under the GPL. If you send the compile errors messages, I can
>try to suggest a solution.
>
So my compiling problems:
VC6++ (sorry for the german stuff; it means can not found):
--------------------Konfiguration: jedinstl - Win32
Debug--------------------
Kompilierung läuft...
JELInstaller.cpp
d:\jedit\jeditshell\jedinstl\jelinstaller.cpp(435) : error C2065:
'SLR_NOSEARCH' : nichtdeklarierter Bezeichner
d:\jedit\jeditshell\jedinstl\jelinstaller.cpp(436) : error C2065:
'SLR_NOTRACK' : nichtdeklarierter Bezeichner
Fehler beim Ausführen von cl.exe.
and
EditCtxMenu.cpp, EditCtxMenu.h are not in the CVS (needed by the jeditshell)
Console plugin gives me these errors (and some other plugins wont
compiled :-( ):
[javac] Compiling 21 source files to D:\jedit\plugins\Console\build
[javac] D:\jedit\plugins\Console\console\Console.java:37: warning:
org.gjt.sp.jedit.gui.DockableWindow in org.gjt.sp.jedit.gui has been
deprecated
[javac] implements DockableWindow, EBComponent, Output
[javac] ^
[javac] D:\jedit\plugins\Console\console\Console.java:239: cannot
resolve symbol
[javac] symbol : class DefaultErrorSource
[javac] location: class console.Console
[javac] public DefaultErrorSource getErrorSource()
[javac] ^
[javac] D:\jedit\plugins\Console\console\Console.java:355: cannot
resolve symbol
[javac] symbol : class DefaultErrorSource
[javac] location: class console.Console
[javac] private DefaultErrorSource errorSource;
[javac] ^
[javac] D:\jedit\plugins\Console\console\ConsolePlugin.java:197:
cannot resolve symbol
[javac] symbol : class DefaultErrorSource
[javac] location: class console.ConsolePlugin
[javac] DefaultErrorSource errorSource)
[javac] ^
[javac] D:\jedit\plugins\Console\console\ConsolePlugin.java:243:
cannot resolve symbol
[javac] symbol : class DefaultErrorSource
[javac] location: class console.ConsolePlugin
[javac] public static synchronized void
finishErrorParsing(DefaultErrorSource errorSource)
[javac] ^
[javac] D:\jedit\plugins\Console\console\ConsolePlugin.java:315:
cannot resolve symbol
[javac] symbol : class DefaultError
[javac] location: package DefaultErrorSource
[javac] private static DefaultErrorSource.DefaultError lastError;
[javac] ^
[javac] D:\jedit\plugins\Console\console\ErrorMatcher.java:77:
cannot resolve symbol
[javac] symbol : class DefaultErrorSource
[javac] location: class console.ErrorMatcher
[javac] DefaultErrorSource errorSource)
[javac] ^
[javac] D:\jedit\plugins\Console\console\ErrorMatcher.java:76:
cannot resolve symbol
[javac] symbol : class DefaultError
[javac] location: package DefaultErrorSource
[javac] DefaultErrorSource.DefaultError match(String text,
String directory,
[javac] ^
[javac] D:\jedit\plugins\Console\console\ErrorMatcher.java:112:
cannot resolve symbol
[javac] symbol : class DefaultErrorSource
[javac] location: class console.ErrorMatcher
[javac] DefaultErrorSource errorSource)
[javac] ^
[javac] D:\jedit\plugins\Console\console\Console.java:111: cannot
resolve symbol
[javac] symbol : class DefaultErrorSource
[javac] location: class console.Console
[javac] errorSource = new DefaultErrorSource("error parsing");
[javac] ^
[javac] D:\jedit\plugins\Console\console\Console.java:113: cannot
resolve symbol
[javac] symbol : variable ErrorSource
[javac] location: class console.Console
[javac]
EditBus.addToNamedList(ErrorSource.ERROR_SOURCES_LIST,errorSource);
[javac] ^
[javac] D:\jedit\plugins\Console\console\Console.java:113: warning:
addToNamedList(java.lang.Object,java.lang.Object) in
org.gjt.sp.jedit.EditBus has been deprecated
[javac]
EditBus.addToNamedList(ErrorSource.ERROR_SOURCES_LIST,errorSource);
[javac] ^
[javac] D:\jedit\plugins\Console\console\Console.java:124: cannot
resolve symbol
[javac] symbol : variable ErrorSource
[javac] location: class console.Console
[javac]
EditBus.removeFromNamedList(ErrorSource.ERROR_SOURCES_LIST,errorSource);
[javac] ^
[javac] D:\jedit\plugins\Console\console\Console.java:124: warning:
removeFromNamedList(java.lang.Object,java.lang.Object) in
org.gjt.sp.jedit.EditBus has been deprecated
[javac]
EditBus.removeFromNamedList(ErrorSource.ERROR_SOURCES_LIST,errorSource);
[javac] ^
[javac] D:\jedit\plugins\Console\console\CommandoDialog.java:132:
warning: getDockableWindow(java.lang.String) in
org.gjt.sp.jedit.gui.DockableWindowManager has been deprecated
[javac] (Console)wm.getDockableWindow("console"),
[javac] ^
[javac] D:\jedit\plugins\Console\console\ConsolePlugin.java:43:
warning: org.gjt.sp.jedit.gui.DockableWindow in org.gjt.sp.jedit.gui has
been deprecated
[javac]
EditBus.addToNamedList(DockableWindow.DOCKABLE_WINDOW_LIST,"console");
[javac] ^
[javac] D:\jedit\plugins\Console\console\ConsolePlugin.java:43:
warning: DOCKABLE_WINDOW_LIST in org.gjt.sp.jedit.gui.DockableWindow has
been deprecated
[javac]
EditBus.addToNamedList(DockableWindow.DOCKABLE_WINDOW_LIST,"console");
[javac] ^
[javac] D:\jedit\plugins\Console\console\ConsolePlugin.java:43:
warning: addToNamedList(java.lang.Object,java.lang.Object) in
org.gjt.sp.jedit.EditBus has been deprecated
[javac]
EditBus.addToNamedList(DockableWindow.DOCKABLE_WINDOW_LIST,"console");
[javac] ^
[javac] D:\jedit\plugins\Console\console\ConsolePlugin.java:82:
warning: org.gjt.sp.jedit.msg.CreateDockableWindow in
org.gjt.sp.jedit.msg has been deprecated
[javac] if(msg instanceof CreateDockableWindow)
[javac] ^
[javac] D:\jedit\plugins\Console\console\ConsolePlugin.java:84:
warning: org.gjt.sp.jedit.msg.CreateDockableWindow in
org.gjt.sp.jedit.msg has been deprecated
[javac] CreateDockableWindow cmsg =
(CreateDockableWindow)msg;
[javac] ^
[javac] D:\jedit\plugins\Console\console\ConsolePlugin.java:84:
warning: org.gjt.sp.jedit.msg.CreateDockableWindow in
org.gjt.sp.jedit.msg has been deprecated
[javac] CreateDockableWindow cmsg =
(CreateDockableWindow)msg;
[javac] ^
[javac] D:\jedit\plugins\Console\console\ConsolePlugin.java:224:
cannot resolve symbol
[javac] symbol : class DefaultError
[javac] location: package DefaultErrorSource
[javac] DefaultErrorSource.DefaultError error
[javac] ^
[javac] D:\jedit\plugins\Console\console\ErrorMatcher.java:85:
cannot resolve symbol
[javac] symbol : variable ErrorSource
[javac] location: class console.ErrorMatcher
[javac] type = ErrorSource.WARNING;
[javac] ^
[javac] D:\jedit\plugins\Console\console\ErrorMatcher.java:89:
cannot resolve symbol
[javac] symbol : variable ErrorSource
[javac] location: class console.ErrorMatcher
[javac] type = ErrorSource.ERROR;
[javac] ^
[javac] D:\jedit\plugins\Console\console\ErrorMatcher.java:98:
cannot resolve symbol
[javac] symbol : class DefaultError
[javac] location: package DefaultErrorSource
[javac] return new DefaultErrorSource.DefaultError(
[javac] ^
[javac] D:\jedit\plugins\Console\console\ConsoleProcess.java:201:
cannot resolve symbol
[javac] symbol : variable ErrorSource
[javac] location: class console.ConsoleProcess.StreamThread
[javac] case ErrorSource.ERROR:
[javac] ^
[javac] D:\jedit\plugins\Console\console\ConsoleProcess.java:204:
cannot resolve symbol
[javac] symbol : variable ErrorSource
[javac] location: class console.ConsoleProcess.StreamThread
[javac] case ErrorSource.WARNING:
[javac] ^
[javac] D:\jedit\plugins\Console\console\ConsoleToolBar.java:77:
warning: getDockableWindow(java.lang.String) in
org.gjt.sp.jedit.gui.DockableWindowManager has been deprecated
[javac] Console cons =
(Console)wm.getDockableWindow("console");
[javac] ^
[javac]
D:\jedit\plugins\Console\console\SystemShellBuiltIn.java:324: warning:
getDockableWindow(java.lang.String) in
org.gjt.sp.jedit.gui.DockableWindowManager has been deprecated
[javac]
((VFSBrowser)dwm.getDockableWindow("vfs.browser"))
[javac] ^
[javac] 17 errors
[javac] 12 warnings
Also some other plugins have problems with the new api (addAction problem).
Peter
--
________________________________________
ICQ 123021437
AIM xvanhell
YIM xvanhell
JabberID va...@ja...
This message is GPL
|