Re: make problems



simprix <simprix simprix net> writes  on Wed, 30 Oct 2002 22:45:20 EST
     > 
     > When i try to compile gtkperl i get errors like this
     > 
     > cc: xs/GtkMenuBar.o: No such file or directory
     > cc: xs/GtkCheckMenuItem.o: No such file or directory
     > cc: xs/Gtk-1.2.o: No such file or directory
     > cc: xs/GtkMenuItem.o: No such file or directory
     > cc: xs/GtkCombo.o: No such file or directory
     > cc: xs/GtkToggleButton.o: No such file or directory
     > cc: xs/GtkCTree.o: No such file or directory
     > cc: xs/GtkRange.o: No such file or directory
     > cc: xs/GtkAlignm...

This happened to me...on perl 5.6.1 and perl 5.8  -- I'm not a 
perl module maven -- but the files are made, just in different
directories.

I ended up making symlinks to make make happy

There were 191 files I symlinks...some examples:

./Gtk/xs/GtkBin.o -> ../GtkBin.o
./Gtk/xs/Derived.o -> ../Derived.o
./Gtk/xs/GtkBox.o -> ../GtkBox.o
./Gtk/xs/GdkTypes.o -> ../GdkTypes.o
./Gtk/xs/Gtk-1.1.o -> ../Gtk-1.1.o
./Gtk/xs/Gtk-1.2.o -> ../Gtk-1.2.o
./Gtk/xs/GtkAccelGroup.o -> ../GtkAccelGroup.o
./Gtk/xs/GtkAccelLabel.o -> ../GtkAccelLabel.o
./Gtk/xs/GtkAdjustment.o -> ../GtkAdjustment.o
./Gtk/xs/GtkAlignment.o -> ../GtkAlignment.o
./Gtk/xs/GtkArrow.o -> ../GtkArrow.o
./Gtk/xs/GtkAspectFrame.o -> ../GtkAspectFrame.o
./Gtk/xs/GtkButtonBox.o -> ../GtkButtonBox.o
./Gtk/xs/GtkButton.o -> ../GtkButton.o
./Gtk/xs/GtkCalendar.o -> ../GtkCalendar.o
./Gtk/xs/GtkCheckButton.o -> ../GtkCheckButton.o
./Gtk/xs/GtkCheckMenuItem.o -> ../GtkCheckMenuItem.o
./Gtk/xs/GtkCList-1.2.o -> ../GtkCList-1.2.o
./Gtk/xs/GtkCList.o -> ../GtkCList.o
./Gtk/xs/GtkColorSelectionDialog.o -> ../GtkColorSelectionDialog.o

This was truly bizarre, lots of other modules installed with no problems...

marty






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]