Displaying 20 results from an estimated 10000 matches similar to: "(no subject)"
2006 Sep 01
1
problem with png
I cannot generate png files running R2.2.1 on a SunOS 5.9 machine. See
below. I did a search on this problem and people who have virtually the
same error have solved the problem by installing or updating libpng .
We downloaded libpng from Sun but still the problem remains. Does a path
within R need to be set to this file or does the problem indicate that
libpng was not installed properly? I
2003 Dec 08
2
libtheora-1.0alpha2.tar.gz make fails
Hi
My PC is Intel Pentium P4-HT, running Linux kernel
2.6.0-test10. I have the latest GNU automake/autoconf
system. The make fails on libtheora with the following
error msgs:
player_example.c:29:1: warning: "_REENTRANT" redefined
player_example.c:1:1: warning: this is the location of
the previous definition
/bin/sh ../libtool --mode=link gcc -O2 -D_REENTRANT
-all-static -o
2020 Apr 23
1
Re: [PATCH nbdkit v3 2/2] golang: Compile against the local nbdkit build, not installed.
On 4/23/20 2:13 PM, Richard W.M. Jones wrote:
> Compiling nbdkit from source when an older nbdkit is installed would
> fail because certain symbols such as .get_ready are not defined in the
> (installed) <nbdkit-plugin.h>:
>
> ../../src/libguestfs.org/nbdkit/nbdkit.go:541:8: plugin.get_ready undefined (type _Ctype_struct_nbdkit_plugin has no field or method get_ready)
>
2003 Apr 27
1
XFree86-4 is broken ?
Hi guys, I just cvsuped my box to latest stable, as well as did upgrade of
almost all the ports. I cant get XFree86-4-Clients running. The build fails
here:
/usr/ports/x11/XFree86-4-clients/work/xc/programs/xcursorgen
rm -f xcursorgen
cc -o xcursorgen -O -pipe -ansi -Dasm=__asm -Wall -Wpointer-arith -Wundef
-L/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib xcursorgen.o -lXcursor
-lXrender
2019 Jul 25
2
bcachefs-tools
Hello,
I want to test bachefs file system on CentOS 7.
~$ cat /etc/system-release
CentOS Linux release 7.6.1810 (Core)
I'm following the bcachefs howto: https://bcachefs.org/Howto/.
Having a problem trying to complete make && make install of the bcache-tools.
After going through all the dependencies and insuring they are
installed on Cent 7, I get the following output on make
2005 Jan 18
1
X11 installation problem Linux X86_64
Hello all,
This is my first time posting, so forgive my ignorance. I've searched high
and low but haven't come across the specific answer to my questions.
configure runs fine, then make gives this error:
...
gcc -shared -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo
rbitmap.lo -L/usr/X11R6/lib -lX11 -ljpeg -lpng -lz -lreadline -ldl
-lncurses -lm
/usr/bin/ld:
2014 May 27
2
How to build and install python-libvirt
ubuntu@host-192-168-0-7:~/github$ git clone
git://libvirt.org/libvirt-python.git
ubuntu@host-192-168-0-7:~/github$ cd libvirt-python/
ubuntu@host-192-168-0-7:~/github/libvirt-python$ python setup.py build
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
No package
2019 Jun 02
3
rgl install for R 3.7
I?ve installed R 3.7.0 on a new laptop running macos 10.14.5 and have managed to get most of my usual packages
to compile from source with a ~/.R/Makevars file that looks like this:
CC=/usr/local/clang8/bin/clang
CXX=/usr/local/clang8/bin/clang++
LDFLAGS=-L/usr/local/clang8/lib
CPPFLAGS=-I/usr/local/clang8/include -I/opt/X11/include/freetype2
FC=/usr/local/gfortran/bin/gfortran
2016 Feb 05
2
rstan warning messages
Both RCurl and rstan seem to have installed now.
Did the following on my RHEL6 server:
[root at ping ~]# export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib64/pkgconfig/
[root at ping ~]# /usr/bin/curl-config --libs
-L/usr/lib64 -lcurl
Now the output from your previous commands look like:
[root at ping ~]# pkg-config --list-all |grep libcurl
libcurl
2004 Aug 06
1
problem installing Icecast
I'm trying to install Icecast in my home directory using the method described in the following doc
under the heading "Customized compilation."
http://melmoth.dyndns.org/stream/doc/x145.html
However, when I run the autogen.sh script for ices, I get the following messages:
checking for pkg-config... /usr/bin/pkg-config
configure: /usr/bin/pkg-config couldn't find libshout. Try
2010 Jun 22
1
Solaris 10 Configuration file
I download the samba-3.5.3.tar and need to create the executables for Solaris 10. I do not have the gcc compiler and would like to use the SUNWspro/bin/cc compiler. What I need is a "MyConfigure" script that will create a usable Makefile. I don't need anything fancy like ldap, ads etc. I do have gnumake. For example what environment variables are necessary (PATH, LD_LIBRARY_PATH,
2015 May 18
2
Constant screen flicker with Firefox browser
Hi Thomas,
Thanks for the hint.
I'm trying to rebuild the original SRPM without the patch for know, but I'm
getting the following error.
rpmbuild --rebuild /tmp/clutter-1.14.4-12.el7.src.rpm
...
checking for XIAllowTouchEvents... yes
checking for XIScrollClassInfo.number... yes
checking for XkbQueryExtension... yes
checking for GDK_PIXBUF... no
configure: error: Package requirements
2012 May 15
1
Samba 3.4.17 -Solaris10_U10- make- Fatal error with talloc
Hi,
This is Prabu. I am trying to compile samba on Solaris 10_U10.
I have posted the same in bugzilla. https://bugzilla.samba.org/show_bug.cgi?id=8939
User requirement is to compile samba 3.4.17 to support their application. 3.4.17 is working on Solaris 9 and Solaris 10_U5. But not on Solaris 10_U10.
./configure and make gives error related to talloc. I have set the PKG_CONFIG_PATH. It is not
2019 Jun 02
0
rgl install for R 3.7
On 02/06/2019 16:28, Koenker, Roger W wrote:
> I?ve installed R 3.7.0 on a new laptop running macos 10.14.5 and have managed to get most of my usual packages
I presume 'R 3.7.0' is R-devel: it is not released and may never be
released under that version.
> to compile from source with a ~/.R/Makevars file that looks like this:
>
> CC=/usr/local/clang8/bin/clang
>
2015 Sep 22
2
UPS/NUT with openSUSE 13.1
Rob -
Just stepping in from the sidelines . . . with a few tidbits.
Nut uses pkgconfig to find and identify stuff as part of it's build . .
. So, depending on where your libusb install went, if it wasn't in the
default "PKG_CONFIG_PATH" setting, it won't be found. Much like other
shell variables, you can adjust that setting to find anything you like .
. .
IE
2015 May 19
1
Constant screen flicker with Firefox browser
On 05/18/2015 02:00 PM, Thomas Eriksson wrote:
>
> On 05/17/2015 11:34 PM, L?szl? Csontos wrote:
>> Hi Thomas,
>>
>> Thanks for the hint.
>>
>> I'm trying to rebuild the original SRPM without the patch for know, but I'm
>> getting the following error.
>>
>> rpmbuild --rebuild /tmp/clutter-1.14.4-12.el7.src.rpm
>> ...
>>
2007 Dec 30
2
Trying to install rjags on Mac OS X 10.5
Greetings,
I wonder if anyone can offer any help or advice--even direction to an
appropriate source of advice. I am trying to install rjags 1.0.1 on Mac OS X
10.5 (see http://www-fis.iarc.fr/~martyn/software/jags/). I have R.app 2.6.1
installed.
JAGS 1.0.1 is apparently successfully installed. I (think I) know this because
when I type 'jags' into Terminal, I get the following:
2016 Jan 15
1
Attn Packagers: Dependency change from gstreamer-0.10 to gstreamer >= 1.0
Thank you for the hint.
Setting PKG_CONFIG_PATH=/usr/lib/pkgconfig before ./configure works for me.
On 01/15/2016 10:12 PM, Andrew Eikum wrote:
> The problem here is glib and gstreamer have different header files for
> 32- and 64-bit, but pkgconfig doesn't have a mechanism to specify
> which you should get. In your setup, it is returning the 64-bit
> headers, which are wrong for
2015 Sep 22
2
UPS/NUT with openSUSE 13.1
For fun, if you want to see where the system thinks it is linking a
library from, you can use "ldconfig -p" and it will give you a path to
all known libraries that it can find. If you have one loaded, and it
can't find it (odd directory, etc.) you can always amend
"LD_LIBRARY_PATH" the same way as PKG_CONFIG_PATH I mentioned earlier .
. . . PKG . . . is for the build
1999 Aug 29
1
Compiling R under Caldera Open Linux 2.2
To: jnf@pcisys.net
Subject: Compilation of R under Caldera OpenLinux 2.2
> On Sat, 28 Aug 1999 jnf@pcisys.net wrote:
> >
> > I am attempting to compile R-0.64.2 under Caldera OpenLinux 2.2. I have
> > KDE installed but not gnome. When I ran configure, it correctly
> > indicated that gnome is not installed. However when I then ran make, I
> > received errors