Ich bastle gerade an einem Kleinen Programm, in welchem ich Frei Formatierten Text ddastellen will. Das Richmemo kann das im Prinzip alles wunderbar. Unter Windows läuft mein Code ansich recht gut. Auf meinem Odroid rechner.
habe ich fpc 2.6.2-5 drauf und lasse damit Lazarus SVN Revision 44586 (Aktueller Stand 02.04.14) laufen.odroid@odroid:~$ uname -a
Linux odroid 3.8.13.16 #1 SMP PREEMPT Tue Feb 11 10:47:21 BRST 2014 armv7l armv7l armv7l GNU/Linux
Wenn ich nun gemäs des Wiki eintrages die Sourcen aus dem SVN ziehe und als Packet installieren will bekomme ich stets diese Fehlermeldung :
Im Nachrichtenfenster steht allerdingsUnable to find file "gtk2/gtk2richmemo.pas".
If it belongs to your project, check search path in
Project -> Compiler Options -> Search Paths -> Other Unit Files.
If this file belongs to a package, check the appropriate package
compiler options. If this file belongs to Lazarus, make sure
compiling clean. If the file belongs to FPC then check fpc.cfg.
If unsure, check Project -> CompilerOptions -> Test
Wenn ich mittels STRG+Linke Maus, in der gtk2richmemo.pas auf GTKdef klicke öffnet der Editor mit eine Datei die mehr nach einem Programm aussieht.gtk2/gtk2richmemo.pas(34,3) Fatal: Can't find unit GtkDef used by Gtk2RichMemo
Code: Alles auswählen
{$mode objfpc}{$h+}
program GtkDef;
uses sysutils, // exception
FPgtkExt, // Application, TFPgtkApplication
settingsrec,
GTKEditor; // Mainwindow: TGtkEditorWindow
begin
try
..
1. Kann mir jemand helfen das Richmemo unter minem Linux läuft oder
2. Kennt jemand eine Komponente mit der ich Texte so formatiert wie in TRichmemo anzeigen kann und die auf Win32/64, Linux läuft ?
Gruß
Corpsman
[Edit]
So selber Fehler läßt sich auch unter :
Nachstellen.corpsman@virtualbox:~/lazarus$ uname -a
Linux virtualbox 3.11.0-14-generic #21-Ubuntu SMP Tue Nov 12 17:07:40 UTC 2013 i686 i686 i686 GNU/Linux
corpsman@virtualbox:~/lazarus$ fpc
Free Pascal Compiler version 2.6.2-5 [2013/07/25] for i386