[lazarus] Missing makefile.fpc

Cliff Baeseman vbman at pcpros.net
Thu May 6 07:59:05 EDT 1999


Ok you can just run make on gtk itself '

You have version 10 of the compiler the first thing to do is upgrade to the
latest snapshot...

Go to the development page and download the latest binaries for the compiler
and rtl. Unzip this stuff and copy over your
compiler binary and rtl binaries in the linux units directory.

Then run make on the GTK headers this will output the binaries for gtk which
will be gdk.0 gdk.ppu glib.o gllib.ppu gdk.0 and gdk.ppu just copy this stuff
to your linuxunits dir and then run ppc386 lazarus in the lazarus units
directory  then ./lazarus to run...


Cliff


Michael Anthon wrote:

> Thanks for the quick reply (I saw this last night, but have only now had a
> chance to try it properly.  Unfortunately, I am still having a bit of
> trouble.  I took the approach (after much stuffing around) of removing
> everything and starting again, following is a log of this effort.
>
> Basically, I installed FPC 0.99.10 from the rpm, the unzipped base.zip,
> gtk.zip and fcl.zip and lazarus.tar.gz, changed into the gtk directory and
> ran make then make install (nothing to be done by make, but doing a make
> clean;make seems to give the same result).  The make install seems to have a
> problem with glib.o and gdk.o.
>
> Any thoughts or pointers ?
>
> Cheers
> Michael Anthon
>
> bash> rpm -i /data/downloads/rpms/fpc-0.99.10-1.i386.rpm
> Writing sample configuration file to /etc/ppc386.cfg
> bash> pwd
> /pp/src
> bash> unzip /data/downloads/lazarus/base.zip
> bash> unzip /data/downloads/lazarus/gtk.zip
> bash> unzip /data/downloads/lazarus/fcl.zip
> bash> tar xfvz /data/downloads/lazarus/lazarus.tar.gz
> bash> cd gtk
> bash> make
> make: Nothing to be done for `all'.
> bash> make install
> install -m 755 -d /usr/lib/fpc/0.99.11/units
> install -m 644 glib.ppu gdk.ppu gtk.ppu /usr/lib/fpc/0.99.11/units
> install -m 644 glib.o gdk.o gtk.o /usr/lib/fpc/0.99.11/units
> install: glib.o: No such file or directory
> install: gdk.o: No such file or directory
> make: [fpc_install] Error 1 (ignored)
> bash> make clean
> rm -f glib.o gdk.o gtk.o glib.ppu gdk.ppu gtk.ppu ppas.sh link.res log
> rm -f entry notebook scribble-simple clist ttt_test pixmap list entry.o
> notebook.o scribble-simple.o clist.o ttt_test.o pixmap.o list.o
> bash> make
> ppc386 -Tlinux   -Fu../rtl/linux -Fu../units/linux -FE.  -di386 gdk/glib.pp
> Free Pascal Compiler version 0.99.10 [1998/12/22] for i386
> Copyright (c) 1993-98 by Florian Klaempfl
> Target OS: Linux for i386
> Compiling gdk/glib.pp
> glib.pp(379,44) Note: only values can be jumped over in enumeration types
> glib.pp(381,44) Note: only values can be jumped over in enumeration types
> glib.pp(382,44) Note: only values can be jumped over in enumeration types
> 663 Lines compiled, 0.0 sec
> ppc386 -Tlinux   -Fu../rtl/linux -Fu../units/linux -FE.  -di386 gdk/gdk.pp
> Free Pascal Compiler version 0.99.10 [1998/12/22] for i386
> Copyright (c) 1993-98 by Florian Klaempfl
> Target OS: Linux for i386
> Compiling gdk/gdk.pp
> 6228 Lines compiled, 2.0 sec
> ppc386 -Tlinux   -Fu../rtl/linux -Fu../units/linux -FE.  -di386 gtk/gtk.pp
> Free Pascal Compiler version 0.99.10 [1998/12/22] for i386
> Copyright (c) 1993-98 by Florian Klaempfl
> Target OS: Linux for i386
> Compiling gtk/gtk.pp
> gtkobjects.pp(585,7) Warning: Function result does not seem to be set
> gtkobjects.pp(582,31) Hint: Parameter not used A
> gtkobjects.pp(589,7) Warning: Function result does not seem to be set
> gtkobjects.pp(586,32) Hint: Parameter not used A
> gtkobjects.pp(593,7) Warning: Function result does not seem to be set
> gtkobjects.pp(590,32) Hint: Parameter not used A
> gtkobjects.pp(597,7) Warning: Function result does not seem to be set
> gtkobjects.pp(594,30) Hint: Parameter not used A
> gtkobjects.pp(601,7) Warning: Function result does not seem to be set
> gtkobjects.pp(598,31) Hint: Parameter not used A
> gtkobjects.pp(609,7) Warning: Function result does not seem to be set
> gtkobjects.pp(606,32) Hint: Parameter not used A
> gtkobjects.pp(613,7) Warning: Function result does not seem to be set
> gtkobjects.pp(610,33) Hint: Parameter not used A
> gtksignal.pp(111,1) Warning: Function result does not seem to be set
> gtksignal.pp(108,28) Hint: Parameter not used T
> gtksignal.pp(108,30) Hint: Parameter not used F
> Assembling gtk
> 26381 Lines compiled, 7.0 sec
> bash> make install
> install -m 755 -d /usr/lib/fpc/0.99.11/units
> install -m 644 glib.ppu gdk.ppu gtk.ppu /usr/lib/fpc/0.99.11/units
> install -m 644 glib.o gdk.o gtk.o /usr/lib/fpc/0.99.11/units
> install: glib.o: No such file or directory
> install: gdk.o: No such file or directory
> make: [fpc_install] Error 1 (ignored)
>
> _________________________________________________________________
>      To unsubscribe: mail lazarus-request at miraclec.com with
>                 "unsubscribe" as the Subject






More information about the Lazarus mailing list