I am trying to build slstatus on freebsd. Updated config.mk (Here's the git diff from original version https://pastebin.com/JTaCuXyq) to set the include and library paths. However, still getting the following error messages when running make: https://pastebin.com/6hbF44eA
The weird thing is...
Hello all, I have been trying to play Quake 2 on my machine. My attempt requires me to compile a package, so I tried. However, I got some strange errors. I would just brush it of, however, this is a continuing problem. I first tried a PORTS package, and I got the same. Can someone help me with this?
Consider the following Makefile.
In an attempt to create a uniform file that works with both GNU and BSD, the attempt failed.
Ok let's stick with a purely BSD working solution. I want the Makefile to achieve two objectives:
1. Source and Object files are to be in different sub/directories
2...
I am copying data to a (gasp) docker volume each time I run a container as I want the latest data to be on the volume. The whole startup process is done in a Makefile (I know I should compose). Thing is with so many large files, it takes a while. Thats why I am asking if there is any way to make...
I have this issue with make that is driving me nuts. I have a directory with files Makefile2 and main.c, but the makefile doesn't see main.c:
t14s% cd PCG
t14s% ls -l Makefile2 main.c
-rw-r--r-- 1 yousef yousef 24 Jul 23 01:59 Makefile2
-rw-r--r-- 1 yousef yousef 3198 Jul 22 08:18...
I want to try to make a port for my program that I recently drew in tcl.
I will optimize the program code, so do not laugh.
I've read the FreeBSD Porter Handbook but haven't figured out exactly what the problem is.
Can anyone tell me what I'm doing wrong?
Makefile:
# $FreeBSD$
PORTNAME=...
I'm not sure that I understand these commands.
From only a glance at their names, my first thought was that make all-depends-list | sort would probably give output equivalent to (make build-depends-list; make run-depends-list) | sort | uniq. But a lot more things show up in all-depends-list...
Good Day FreeBSD Forums,
I upgraded from 12.2 to 12.3 and have been trying to update all my ports. There was a problem trying to update Sudo (using portmaster, I forget what the exact error was) so I uninstalled Sudo and then tried re-installing it, and this is where I run into the errors...
make(1) does not work following a system update.
Probably a stupid question, is this because my /etc/make.conf had WITHOUT_TOOLCHAIN=yes before I built world?
<https://www.freebsd.org/status/report-2021-07-2021-09/#_current_compilation_time_analysis>
root@mowa219-gjp4-8570p-freebsd:~ #...
I'd like to do the following target variable assignment in make. It works in GNU Make but not in BSD Make.
test: clean debug_compile
debug_compile: ERLCFLAGS += -DTEST
debug_compile: compile compile_test;
Make reports "don't know how to make ERLCFLAGS". Any suggestions would be appreciated.
Install sysutils/bastille and net/gitup on host through either ports or packages. For a nested display server to run or test from the jail, install x11-servers/xorg-nestserver or x11-servers/xephyr on the host system as well.
Bastille jail in the example or instruction will be named "myjail"...
I am installing the FreeBSD port of Trinity, but ninja is stuck on "[29/30] Running tests.." during the make process there. I ctrl + c'd and ran make install clean again, and this time its just "[0/1] Running tests..." so I opened htop, and it's running "ninja -C...
Deleted member 67862
Thread
compile
make
ninja
port build
process
stuck
tde
trinity
Hello everyone and I apologize for disturbing you, but I need your help.
Yesterday I started to build gnome3 desktop from port tree on my freshly installed FreeBSD 13.0. That was an interesting activity, I have to admit.
I had a whole bunch of errors during the process (about 10 or so) due to...
Greetings everyone and sorry for bothering the community, but I got terribly messed up and I think I need your help very much.
I have just installed FreeBSD for the first time willing to make it my default OS for music production and other working purposes, but unfortunately got confused with...
Hello!
I'm new on FreeBSD, i'm trying to create the "skeleton" driver and run it.
I just create the "skeleton.c" and the "Makefile". When i run "make" it appear:
After google it, i found this thread: 49779.
But i can't find the source of the 13.0 version, it doesn't seem to be here...
Hi everybody,
I encounter difficulties to locate commands executed in their respective makefiles.
I have tried for instance :
$ make -d p
I obtain something like this :
ParseReadLine (121): 'CDIAGFLAGS+= -Wshadow'
ParseReadLine (128): 'GNUSYSTEM_AUX_DIR?=${BSDSRCDIR}/share/gnu'...
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.