Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2002 22:53:03 -0500
From:      Doug Poland <djp@polands.org>
To:        questions@freebsd.org
Subject:   perl system vs. perl port, help please
Message-ID:  <20021022035302.GA57517@galilee.polands.org>

next in thread | raw e-mail | index | archive | help
Hi,

I'm attempting to run an non-ported perl app that requires
perl 5.6. (4.6-STABLE).  I've installed perl 5.8 from ports,
tested it, and issued the use.perl port command.

My problem is when I'm attempting to build the p5-Gtk-0.7008
port.  The make is failing.  The following is the last couple
of lines from the failed build.

Any suggestions?  

-- 
Regards,
Doug

cc -c  -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12
-I/usr/local/include -I/usr/X11R6/include  -I. -I./build  -O -pipe
-DVERSION=\"0.7008\"  -DXS_VERSION=\"0.7008\" -DPIC -fPIC
"-I/usr/local/lib/perl5/5.8.0/mach/CORE"  -DLAZY_LOAD -DPERL_POLLUTE
-DGTK_HVER=0x01020a build/GtkDefs.c
Running Mkbootstrap for Gtk ()
	chmod 644 Gtk.bs
	rm -f ../blib/arch/auto/Gtk/Gtk.so
	LD_RUN_PATH="/usr/X11R6/lib:/usr/local/lib:/usr/lib" cc  -shared
	-L/usr/local/lib xs/GtkMenuBar.o xs/GtkCheckMenuItem.o xs/Gtk-1.2.o
	xs/GtkMenuItem.o xs/GtkCombo.o xs/GtkToggleButton.o xs/GtkCTree.o
	xs/GtkRange.o xs/GtkAlignment.o xs/GtkRadioButton.o xs/GtkLabel.o
	xs/GtkPreview.o xs/GtkMenuShell.o xs/GtkAspectFrame.o xs/GtkObject.o
	xs/GtkVScrollbar.o xs/GtkFileSelection.o xs/GtkHRuler.o xs/GtkArrow.o
	xs/GtkSocket.o xs/GtkViewport.o xs/GtkBox.o xs/GtkEntry.o xs/GtkTree.o
	xs/GtkList.o xs/GtkBin.o xs/GtkVRuler.o xs/GtkScrollbar.o
	xs/GtkFontSelection.o xs/GtkSelection.o xs/GtkItem.o xs/GtkItemFactory.o
	xs/GtkOptionMenu.o xs/GtkDrawingArea.o xs/GtkAccelGroup.o xs/GtkWindow.o
	xs/GtkTooltips.o xs/GtkStatusbar.o xs/GtkEventBox.o xs/GtkTreeItem.o
	xs/GtkCalendar.o xs/GtkImage.o xs/GtkPaned.o xs/GtkFrame.o xs/GtkPlug.o
	xs/GtkHScale.o xs/GtkVPaned.o xs/GtkSeparator.o xs/GtkScale.o
	xs/GtkAccelLabel.o xs/GtkProgressBar-1.1.o xs/GtkToolbar-1.1.6.o
	xs/GtkCList-1.2.o xs/GtkContainer.o xs/GtkMenu.o xs/GtkNotebook.o
	xs/GtkHBox.o xs/GtkToolbar.o xs/GtkCList.o xs/GtkTipsQuery.o xs/GtkCurve.o
	xs/GtkHScrollbar.o xs/GtkVButtonBox.o xs/Gtk-1.1.o xs/GtkCheckButton.o
	xs/GtkHPaned.o xs/Gtk.o xs/GtkVScale.o xs/GtkTable.o xs/GtkProgressBar.o
	xs/GtkDialog.o xs/GtkData.o xs/GtkPacker.o xs/GtkVBox.o xs/GtkText.o
	xs/GtkHandleBox.o xs/GtkHButtonBox.o xs/GtkInputDialog.o xs/GtkRuler.o
	xs/GtkColorSelectionDialog.o xs/GtkFixed.o xs/GtkTearoffMenuItem.o
	xs/GtkFontSelectionDialog.o xs/GtkLayout.o xs/GtkAdjustment.o xs/GtkPixmap.o
	xs/GtkColorSelection.o xs/GtkButtonBox.o xs/GtkVSeparator.o
	xs/GtkScrolledWindow.o xs/GtkGammaCurve.o xs/GtkProgress.o xs/GtkListItem.o
	xs/GtkButton.o xs/GtkMisc.o xs/GtkSpinButton.o xs/GtkHSeparator.o
	xs/GtkRadioMenuItem.o xs/GtkEditable.o xs/GtkInvisible.o xs/GtkWidget.o
	GdkTypes.o build/PerlGtkExt.o MiscTypes.o Derived.o GtkTypes.o
	build/GtkDefs.o  -o ../blib/arch/auto/Gtk/Gtk.so   -L/usr/local/lib
	-L/usr/X11R6/lib -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lXext -lX11
	-lm
	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

	and on, and on....

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021022035302.GA57517>