Selon Vincent Snijders <[EMAIL PROTECTED]>: > fedorax schreef: > > Selon Vincent Snijders <[EMAIL PROTECTED]>: > > > >> Fedorax schreef: > >>> Selon Felipe Monteiro de Carvalho <[EMAIL PROTECTED]>: > >>> > >>> Option -va seem's not exist ? If i type make -va this just give me the > >> version > >>> and the list of available options which -v is show version. > >>> > >> to pass a option to the compiler use OPT=bla > >> > >> make OPT="-va" > >> > >> Vincent > >> > > Ok, i do this, the result give a lot of not found files like this: > > > > ------------------------ > > My FPC SRC files is not in /usr/local/lib/fpc/2.3.1/ but in > /usr/local/src/fpc > > Fine. Keep it that way. > > > > I try to copy all FPC source files in /usr/local/lib/fpc/2.3.1/ and i've > the > > same result. The directory /units/ have no .pas or .pp files, only .ppu and > .o > > files ( I reload and recompile the full FPC SVN before do this to be sure > of > > that ). > > Never try to let the compiler find these source. Don't copy sources to > locations > reserved for compiled units. > > > > > If this can help i put here the full terminal output in a text file ( 30mo. > in > > 2Mo zipped file ) > > > > Everything looked ok to me, executables were created. > > It is designed that the unit source are found only at one stage and further > on only > compiled units are used, evn if the compiler checks it there are some changes > in the > source code. > > Vincent
Yes, In every case lazarus compile and start but he say /usr/local/src/fpc is not a source directory. Same thing if i try to compile with fpc-2.0.4. That's make me crazy. Terminal output say: [EMAIL PROTECTED] trunk]# ./startlazarus TApplication.IconChanged - TODO: convert this message...no implementation in gtk or win32 NOTE: miscellaneous options file not found - using defaults NOTE : fichier de configuration codetools non trouvé. Valeurs par défaut utilisées. ------- May be the problem is here ------------ NOTE: FPC Source Directory not set! (see Environment Options) TDefinePool.CreateFPCSrcTemplate FPCSrcDir does not exist: FPCSrcDir="" NOTE: Incapable de créer le modèle 'Define' pour sources Free Pascal ------ But what ? i never change the environement options ---------- NOTE: help options config file not found - using defaults TMainIDE.DoNewProject A TMainIDE.DoNewEditorFile A NewFilename= [TCustomFormEditor.CreateComponent] Class='TForm' TMainIDE.DoNewEditorFile end unit1.pas TMainIDE.DoCloseEditorFile A PageIndex=0 TCustomFormEditor.DeleteComponent Form1:TForm1 IsJITComponent=True FreeComponent=True TMainIDE.DoCloseEditorFile end LAZARUS END - cleaning up ... [TMainIDE.Destroy] A [TMainIDE.Destroy] B -> inherited Destroy... TMainIDE [TMainIDE.Destroy] END [EMAIL PROTECTED] trunk]# > > _________________________________________________________________ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject > archives at http://www.lazarus.freepascal.org/mailarchives > _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
