You are not logged in.
Pages: 1
During the setup of the ABS Build system I'm getting an error I cant make sense of. It's while trying to compiling the abs/slim/ app using the makepkg -c command I'm getting this output. Anyone here who can help me making sense of the last part?
=> Making package: slim 1.3.0-2 i686 (on. 03. sep. 13:48:59 +0200 2008)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Found slim-1.3.0.tar.gz in build dir
-> Found slim in build dir
-> Found slim.logrotate in build dir
==> Validating source files with md5sums...
slim-1.3.0.tar.gz ... Passed
slim ... Passed
slim.logrotate ... Passed
==> Extracting Sources...
-> bsdtar -x -f slim-1.3.0.tar.gz
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
/usr/bin/g++ -Wall -I. -I/usr/include/xorg -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/libpng12 -I/usr/include -DPACKAGE=\"slim\" -DVERSION=\"1.3.0\" -DPKGDATADIR=\"/usr/share/slim\" -DSYSCONFDIR=\"/etc\" -DHAVE_SHADOW -c cfg.cpp -o cfg.o
cfg.cpp: In static member function 'static int Cfg::string2int(const char*, bool*)':
cfg.cpp:212: error: 'strtol' was not declared in this scope
make: *** [cfg.o] Error 1
==> ERROR: Build Failed.
Aborting...
Offline
This has been reported. Some comments exist that describe a solution, located here: http://bugs.archlinux.org/task/10104
Offline
Pages: 1