Date: Mon, 27 Oct 2008 19:29:38 -0400 From: Naram Qashat <cyberbotx@cyberbotx.com> To: pwn <pwnedomina@gmail.com> Cc: freebsd-ports-bugs@freebsd.org Subject: Re: scite port Message-ID: <49064EE2.8090608@cyberbotx.com> In-Reply-To: <4906461F.2030803@gmail.com> References: <bf32b2c90810270328j7ce7c662l9527e240534f5069@mail.gmail.com> <4905AF39.9060408@cyberbotx.com> <4906461F.2030803@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
pwn wrote: > Naram Qashat escreveu: >> pwn wrote: >>> im unable to install scite due to a problem with scintilla >>> >>> this is the output of a build of scite >>> >>> ===> Installing for scintilla-1.77 >> >> From the looks of it, it's trying to install scintilla built with GTK1 >> instead of GTK2. For an easy fix, manually install scintilla first >> with the WITH_GTK2 knob set to yes. As an aside, if anyone could tell >> me if there is a way to specify in scite's Makefile that it's depend >> on scintilla needs to be built with having WITH_GTK2 set, I'd >> appreciate it. Right now it only checks if an existing install of >> scintilla was built as GTK2. >> >> Thanks, >> Naram Qashat > this is the output of scintilla when build with GTK2 > # make install -DWITH_GTK2 > ===> Installing for scintilla-gtk2-1.77 > ===> scintilla-gtk2-1.77 depends on executable: pkg-config - found > ===> scintilla-gtk2-1.77 depends on file: > /usr/local/lib/gio/modules/libgiofam.so - found > ===> scintilla-gtk2-1.77 depends on shared library: iconv.3 - found > ===> scintilla-gtk2-1.77 depends on shared library: atk-1.0.0 - found > ===> scintilla-gtk2-1.77 depends on shared library: glib-2.0.0 - found > ===> scintilla-gtk2-1.77 depends on shared library: gtk-x11-2.0.0 - found > ===> scintilla-gtk2-1.77 depends on shared library: pango-1.0.0 - found > ===> Generating temporary packing list > ===> Checking if x11-toolkits/scintilla already installed > /bin/mkdir -p /usr/local/include/scintilla > install -o root -g wheel -m 444 > /usr/ports/x11-toolkits/scintilla/work/scintilla/gtk/../include/*.h > /usr/local/include/scintilla > install -s -o root -g wheel -m 555 > /usr/ports/x11-toolkits/scintilla/work/scintilla/gtk/../bin/libscintilla.so.1 > /usr/local/lib > install: > /usr/ports/x11-toolkits/scintilla/work/scintilla/gtk/../bin/libscintilla.so.1: > No such file or directory > *** Error code 71 > > Stop in /usr/ports/x11-toolkits/scintilla. If you had built it with GTK1 before, you'll need to rebuild it, just telling it to install using WITH_GTK2=yes when it wasn't built with that won't work. But let me know if it still complains about the missing libscintilla.so.1 even if you do that. I'm a bit surprised you are getting this since I build scintilla both with and without the WITH_GTK2 knob enabled and I don't get this issue. Maybe you should also give me your uname -a output just in case. Thanks, Naram Qashat >> >>> ===> scintilla-1.77 depends on executable: pkg-config - found >>> ===> Generating temporary packing list >>> ===> Checking if x11-toolkits/scintilla already installed >>> /bin/mkdir -p /usr/local/include/scintilla >>> install -o root -g wheel -m 444 >>> /usr/ports/x11-toolkits/scintilla/work/scintilla/gtk/../include/*.h >>> /usr/local/include/scintilla >>> install -s -o root -g wheel -m 555 >>> /usr/ports/x11-toolkits/scintilla/work/scintilla/gtk/../bin/libscintilla.so.1 >>> >>> /usr/local/lib >>> install: >>> /usr/ports/x11-toolkits/scintilla/work/scintilla/gtk/../bin/libscintilla.so.1: >>> >>> No such file or directory >>> *** Error code 71 >>> >>> Stop in /usr/ports/x11-toolkits/scintilla. >>> *** Error code 1 >>> >>> Stop in /usr/ports/editors/scite. >>> >>> what should i do to correct this, im using FreeBSD 7.1-PRERELEASE and >>> all >>> ports where updated via csup, this is the distinfo >>> >>> MD5 (scite177.tgz) = ba016919190c12cfb712e1f004df4187 >>> SHA256 (scite177.tgz) = >>> 51b14c1fdff1b88f9361faef5030bc8df24cdc4b23d2d9181303a7708f2eb2af >>> SIZE (scite177.tgz) = 1520037 >>> >>> thanks in advance. >>> _______________________________________________ >>> freebsd-ports-bugs@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs >>> To unsubscribe, send any mail to >>> "freebsd-ports-bugs-unsubscribe@freebsd.org" >>> >> > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49064EE2.8090608>