Martin, Will you fix in sources?: chmod -x apps/ide/syntaxdefs/cpp.sdef chmod -x lib/common/kernel/windows/msesocketintf.pas find ./ -name '*.pas~' -delete find ./apps -name 'COPYING*' -delete find ./lib -name 'COPYING*' -delete and put GPLv2 near README.TXT and write in README.TXT all about licenses?
*.o and *.ppu files must be 666 while IDE compilling. I fixed this issue on my side http://svnweb.mageia.org/packages?view=revision&revision=617290 Next problems: - I cannot compile lib/common/unicode/*: fpc -l -Mobjfpc -Sh -Fcutf8 -Fulib/common/* -Fulib/common/kernel/linux -Filib/common/kernel lib/common/unicode/* Free Pascal Compiler version 2.6.2 [2013/07/07] for i386 Copyright (c) 1993-2012 by Florian Klaempfl and others Target OS: Linux for i386 Compiling lib/common/unicode/mseunicode.pas Compiling ./lib/common/kernel/linux/mseuniintf.pas mseuniintf.pas(27,18) Error: Identifier not found "pfcpattern" mseuniintf.pas(27,18) Error: Error in type definition mseuniintf.pas(28,31) Error: Identifier not found "pfccharset" mseuniintf.pas(28,31) Error: Error in type definition mseuniintf.pas(29,17) Error: Identifier not found "tfcresult" mseuniintf.pas(29,17) Error: Error in type definition mseuniintf.pas(30,22) Error: Identifier not found "pfcfontset" mseuniintf.pas(30,22) Error: Error in type definition mseuniintf.pas(31,18) Error: Identifier not found "ppfcpattern" mseuniintf.pas(31,18) Error: Error in type definition mseuniintf.pas(39,11) Error: Operator is not overloaded: "<erroneous type>" = "Pointer" mseuniintf.pas(41,31) Error: Identifier not found "fccharsetcreate" mseuniintf.pas(42,21) Error: Identifier not found "fccharsetaddchar" mseuniintf.pas(43,24) Error: Identifier not found "fcpatternaddcharset" mseuniintf.pas(43,40) Error: Identifier not found "fc_charset" mseuniintf.pas(44,21) Error: Identifier not found "fccharsetdestroy" mseuniintf.pas(45,23) Error: Identifier not found "fcconfigsubstitute" mseuniintf.pas(45,47) Error: Identifier not found "fcmatchpattern" mseuniintf.pas(46,23) Error: Identifier not found "fcconfigsubstitute" mseuniintf.pas(46,44) Error: Identifier not found "fcmatchfont" mseuniintf.pas(48,26) Error: Identifier not found "fcfontsort" mseuniintf.pas(49,24) Error: Identifier not found "fccharsethaschar" mseuniintf.pas(50,21) Error: Illegal qualifier mseuniintf.pas(50,21) Error: Expression type must be class or record type mseuniintf.pas(51,18) Error: Identifier not found "fonts" mseuniintf.pas(52,29) Error: Identifier not found "nfont" mseuniintf.pas(53,30) Error: Identifier not found "fcpatterngetcharset" mseuniintf.pas(53,35) Error: Illegal qualifier mseuniintf.pas(53,46) Error: Identifier not found "fc_charset" mseuniintf.pas(53,76) Error: Identifier not found "fcresultmatch" mseuniintf.pas(54,28) Error: Identifier not found "fccharsethaschar" mseuniintf.pas(56,57) Error: Identifier not found "fcfontrenderprepare" mseuniintf.pas(56,71) Error: Illegal qualifier mseuniintf.pas(69,8) Error: Operator is not overloaded: inc "<erroneous type>" mseuniintf.pas(73,21) Error: Identifier not found "fccharsetdestroy" mseuniintf.pas(74,21) Error: Identifier not found "fcpatterndestroy" mseuniintf.pas(75,21) Error: Identifier not found "fcfontsetdestroy" mseuniintf.pas(84,18) Error: Identifier not found "pfcpattern" mseuniintf.pas(84,18) Error: Error in type definition mseuniintf.pas(85,31) Error: Identifier not found "pfccharset" mseuniintf.pas(85,31) Error: Error in type definition mseuniintf.pas(86,17) Error: Identifier not found "tfcresult" mseuniintf.pas(86,17) Error: Error in type definition mseuniintf.pas(87,22) Error: Identifier not found "pfcfontset" mseuniintf.pas(87,22) Error: Error in type definition mseuniintf.pas(88,18) Error: Identifier not found "ppfcpattern" mseuniintf.pas(88,18) Error: Error in type definition mseuniintf.pas(96,25) Error: Identifier not found "fcpatterncreate" mseuniintf.pas(97,29) Error: Identifier not found "fccharsetcreate" mseuniintf.pas(98,19) Error: Identifier not found "fccharsetaddchar" mseuniintf.pas(98,19) Fatal: There were 50 errors compiling module, stopping Fatal: Compilation aborted - I cannot compile lib/common/pascalscript/msepascalscript.pas: fpc -l -Mobjfpc -Sh -Fcutf8 -Fulib/common/* -Fulib/common/kernel/linux -Filib/common/kernel lib/common/pascalscript/msepascalscript.pas Free Pascal Compiler version 2.6.2 [2013/07/07] for i386 Copyright (c) 1993-2012 by Florian Klaempfl and others Target OS: Linux for i386 Compiling lib/common/pascalscript/msepascalscript.pas Compiling ./lib/common/kernel/mseapplication.pas Compiling ./lib/common/kernel/msestream.pas Compiling ./lib/common/kernel/msestat.pas Compiling ./lib/common/kernel/msedatalist.pas Compiling ./lib/common/kernel/mseact.pas Compiling ./lib/common/kernel/mseapplication.pas Compiling ./lib/common/kernel/msepipestream.pas Compiling ./lib/common/kernel/msestat.pas Compiling ./lib/common/kernel/msestatfile.pas Compiling ./lib/common/kernel/msearrayprops.pas Compiling ./lib/common/ifi/mseificomp.pas Compiling ./lib/common/ifi/mseificompglob.pas Compiling ./lib/common/kernel/msedatamodules.pas msepascalscript.pas(14,19) Fatal: Can't find unit uPSComponent used by msepascalscript Fatal: Compilation aborted Error: /usr/bin/ppc386 returned an error exitcode (normal if you did not specify a source file to be compiled) ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

