Hello,
i've tried to make FCKeditor from source, but i get a lot of errors. If i correct some error, i get a new one
i use 'make' from https://sourceforge.net/forum/message.p ... id=2754799
Could u help me anybody? What am i doing wrong?
Tue, 01/04/2005 - 03:24
#1
RE: Problem with making FCKeditor from source
RE: Problem with making FCKeditor from source
Haven't tried rebuilding rc2, as plug-ins and such have eliminated my need for that. Sorry. All I can suggest is to be sure to clear your cache every time you rebuild. Maybe have several different browsers that you try it with as well, as to be really sure something hasn't been cached.
Good luck!
RE: Problem with making FCKeditor from source
Hello again...
Finaly, i've made my own make file, which is partly functional. But i have still some troubles.
I have to comment 2 lines with PluginPath...
If i write some text into an editor and change to source and back to html, i can't edit it any more (in IE).
FireFox doesn't show any errors, but doesn't show a toolbar etc...
Could any developer check my 'makefile'?
it's for Windows, so write it to 'make.bat' or in Linux change 'type' to 'cat' and commands 'del' and 'move'
--- begin of file ---
@echo off
type internals\fckcoreextensions.js internals\fckbrowserinfo.js internals\fckscriptloader.js internals\fckurlparams.js globals\fck_constants.js internals\fck.js internals\fckconfig.js internals\fck_onload.js globals\fckeditorapi.js internals\fckplugins.js classes\fckplugin.js internals\fckregexlib.js >fck_startup.js
type internals\fckdebug.js internals\fcktools.js internals\fcktools_gecko.js internals\fcklanguagemanager.js classes\fckevents.js internals\fckxhtmlentities.js internals\fckxhtml.js internals\fck_1.js internals\fck_1_gecko.js > fckeditorcode_gecko_1.js
type internals\fck_2.js internals\fck_2_gecko.js internals\fckselection.js internals\fckselection_gecko.js classes\fckpanel_gecko.js internals\fcktablehandler.js internals\fcktablehandler_gecko.js commandclasses\fcknamedcommand.js commandclasses\fck_othercommands.js commandclasses\fcktextcolorcommand.js commandclasses\fckpasteplaintextcommand.js commandclasses\fckpastewordcommand.js commandclasses\fcktablecommand.js classes\fckxml.js classes\fckstyledef.js classes\fckstyledef_gecko.js classes\fckstylesloader.js commandclasses\fckstylecommand.js internals\fckcommands.js classes\fcktoolbarbutton.js classes\fcktoolbarcombo.js classes\fcktoolbarpanelbutton.js classes\fcktoolbarbutton.js classes\fckspecialcombo.js classes\fcktoolbarspecialcombo.js classes\fcktoolbarstylecombo.js classes\fcktoolbarfontformatcombo.js classes\fcktoolbarfontscombo.js classes\fcktoolbarfontsizecombo.js internals\fcktoolbaritems.js classes\fcktoolbar.js internals\fcktoolbarset.js internals\fckdialog.js internals\fckdialog_gecko.js classes\ classes\fckcontextmenuseparator.js classes\fckcontextmenugroup.js internals\fckcontextmenu.js internals\fckcontextmenu_gecko.js internals\fck_last.js > fckeditorcode_gecko_2.js
type internals\fckdebug.js internals\fcktools.js internals\fcktools_ie.js internals\fcklanguagemanager.js classes\fckevents.js internals\fckxhtmlentities.js internals\fckxhtml.js internals\fck_1.js internals\fck_1_ie.js > fckeditorcode_ie_1.js
type internals\fck_2.js internals\fck_2_ie.js internals\fckselection.js internals\fckselection_ie.js classes\fckpanel_ie.js internals\fcktablehandler.js internals\fcktablehandler_ie.js commandclasses\fcknamedcommand.js commandclasses\fck_othercommands.js commandclasses\fcktextcolorcommand.js commandclasses\fckpasteplaintextcommand.js commandclasses\fckpastewordcommand.js commandclasses\fcktablecommand.js classes\fckxml.js classes\fckstyledef.js classes\fckstyledef_ie.js classes\fckstylesloader.js commandclasses\fckstylecommand.js internals\fckcommands.js classes\fcktoolbarbutton.js classes\fcktoolbarcombo.js classes\fcktoolbarpanelbutton.js classes\fcktoolbarbutton.js classes\fckspecialcombo.js classes\fcktoolbarspecialcombo.js classes\fcktoolbarstylecombo.js classes\fcktoolbarfontformatcombo.js classes\fcktoolbarfontscombo.js classes\fcktoolbarfontsizecombo.js internals\fcktoolbaritems.js classes\fcktoolbar.js internals\fcktoolbarset.js internals\fckdialog.js internals\fckdialog_ie.js classes\fckcontextmenuitem.js classes\fckcontextmenuseparator.js classes\fckcontextmenugroup.js internals\fckcontextmenu.js internals\fckcontextmenu_ie.js internals\fck_last.js > fckeditorcode_ie_2.js
del ../js/*.*
move *.js ..\js
--- end of file ---