Hello
I would like to build and install net-im/pidgin, but the process halts due to a missing dependency:
...
checking for X11... yes
checking for XScreenSaverRegister in -lXext... no
checking for XScreenSaverRegister in -lXss... no
configure: error:
XScreenSaver extension development headers...
Hi all,
I'd like to follow the quarterly package repository (because I value stability and reliability over new features), but I need to have a few packages compiled with custom options, and this results in a problem:
Ports does not have a quarterly release, only a "rolling release" of sorts...
Yesterday I ran the following:
cd /usr/ports/mail/ssmtp; make install replace clean
After about a minute it looked like ssmtp was successfully installed. Since then I've been struggling to get ssmtp working, so would like to start again from scratch. I removed it with:
cd /usr/ports/mail/ssmtp...
I have the following directory structure:
/xxx/obj/
/xxx/src/deep.cpp
/xxx/flat.cpp
/xxx/makefile
The content of makefile is as follows:
flat.out: flat.o
deep.out: src/deep.o
I have no problem building flat:
/xxx $ make flat.out
c++ -O2 -pipe -c /xxx/flat.cpp -o flat.o
cc -O2 -pipe...
Hi!
I'm having a problem building nghttp2 (and the programs that depend on it) with Synth.
The build stops, these are the last lines I get:
libtool: link: ar cru .libs/libnghttp2_asio.a libnghttp2_asio_la-util.o libnghttp2_asio_la-http2.o libnghttp2_asio_la-ssl.o libnghttp2_asio_la-timegm.o...
I'm trying to get down to a bit of development for FreeBSD as I have done for Fedora and Arch Linux previously and I'm curious about SVN/Subversion for managing the Ports Collection.
So far, I only worked with GIT, though this helped me enough to do svn checkout of the Ports Tree to /usr/ports...
I am curious about the status of these two ports.
devel/gmake is the "full featured" gmake port, with a config option to enable NLS via devel/gettext. It is often pulled down by other ports during the build process, as it is listed as a USES= dependency in the Makefiles.
There is also...
Hi folks,
hoping someone can help with this. I'm an old hat with *nix, but new to fFreeBSD. I can't get www/spdylay to build. None of the output from make config throws anything unusual, but make install fails:
make install
...snip...
libtool: link: g++48 -O2 -pipe...
Hi there,
Using 10.3-RELEASE and trying to compile a simple kernel module. My Makefile is really simple....
~/code/memstat % cat Makefile
# Source files for kernel module
SRCS=memstat_kmod.c
# Declare Name of the kernel module
KMOD=memstat
# Include kernel module makefile
.include...
I have the documentation project ports and source files installed. I have previously done a full build of the documentation. Is there a setting to tell make to not build the entire document set once everything is built? To build just the stuff that has changed? Similar to NO_KERNCLEAN and...
System info:
uname -a
FreeBSD vm-freebsd 10.2-RELEASE-p7 FreeBSD 10.2-RELEASE-p7 #0: Mon Nov 2 14:19:39 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
% cmake --version
cmake version 3.4.1
CMake suite maintained and supported by Kitware (kitware.com/cmake)...
I assume Squid 4.0.1 has make errors because it was released just a few days ago? 4.0.1 also does not seem to be in the package install, only 3+ is in pkg install. How long until it is usually in the pkg install database? I tried the usual manual download, config, make, etc. And it seems to have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.