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:
---------------------- ............ [16.268] Searching file /usr/local/lib/fpc/2.3.1/units/i386-linux/odbc/stdctrls.pp... not found [16.268] Searching file /usr/local/lib/fpc/2.3.1/units/i386-linux/odbc/STDCTRLS.PP... not found [16.268] Searching file /usr/local/lib/fpc/2.3.1/units/i386-linux/../stdctrls.pp... not found [16.268] Searching file /usr/local/lib/fpc/2.3.1/units/i386-linux/../STDCTRLS.PP... not found [16.268] Searching file /usr/local/lib/fpc/2.3.1/units/i386-linux/tcl/stdctrls.pp... not found [16.269] Searching file /usr/local/lib/fpc/2.3.1/units/i386-linux/tcl/STDCTRLS.PP... not found [16.269] Searching file /usr/local/lib/fpc/2.3.1/units/i386-linux/pasjpeg/stdctrls.pp... not found [16.269] Searching file /usr/local/lib/fpc/2.3.1/units/i386-linux/pasjpeg/STDCTRLS.PP... not found [16.269] Searching file /usr/local/lib/fpc/2.3.1/units/i386-linux/fcl-passrc/stdctrls.pp... not found [16.269] Searching file /usr/local/lib/fpc/2.3.1/units/i386-linux/fcl-passrc/STDCTRLS.PP... not found [16.269] Searching file /usr/local/lib/fpc/2.3.1/units/i386-linux/opengl/stdctrls.pp... not found [16.269] Searching file /usr/local/lib/fpc/2.3.1/units/i386-linux/opengl/STDCTRLS.PP... not found [16.269] Searching file /usr/local/lib/fpc/2.3.1/units/i386-linux/cairo/stdctrls.pp... not found [16.269] Searching file /usr/local/lib/fpc/2.3.1/units/i386-linux/cairo/STDCTRLS.PP... not found ..... ------------------------ My FPC SRC files is not in /usr/local/lib/fpc/2.3.1/ but in /usr/local/src/fpc 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 ). If this can help i put here the full terminal output in a text file ( 30mo. in 2Mo zipped file ) http://bouquinique.com/lazarus/t_output.txt.zip > _________________________________________________________________ > 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
