Re: [Gretl-devel] trouble compiling from CVS
by Allin Cottrell
On Tue, 4 Jan 2011, Hélio Guilherme wrote:
> ../lib/src/random.c:29:28: error: ../../rng/SFMT.c: No such file or
> directory
> make[1]: *** [random.lo] Error 1
> make[1]: Leaving directory `/home/helio/gretl/lib'
> make: *** [lib] Error 2
> ~/gretl$
>
> I seached for SFMT.c and did not find it. What is happening?
Well, it's in CVS (added 5 days ago). Perhaps you're not doing
cvs updaate -d ?
Allin
13 years, 11 months
trouble compiling from CVS
by Hélio Guilherme
Happy New Year to all,
I am getting this error when compiling from the CVS tree (since about two
weeks):
(...)
gcc -msse2 -g -O2 -I.. -I.. -I../lib/src -I/usr/include/libxml2
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/lib/include -I/usr/local/include -DHAVE_CONFIG_H -MM -MT
qr_estimate.lo ../lib/src/qr_estimate.c > .deps/qr_estimate.d
../libtool --mode=compile gcc -c -msse2 -g -O2 -I.. -I.. -I../lib/src
-I/usr/include/libxml2 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/lib/include
-I/usr/local/include -DHAVE_CONFIG_H -o random.lo ../lib/src/random.c
libtool: compile: gcc -c -msse2 -g -O2 -I.. -I.. -I../lib/src
-I/usr/include/libxml2 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/lib/include
-I/usr/local/include -DHAVE_CONFIG_H ../lib/src/random.c -fPIC -DPIC -o
.libs/random.o
../lib/src/random.c:29:28: error: ../../rng/SFMT.c: No such file or
directory
make[1]: *** [random.lo] Error 1
make[1]: Leaving directory `/home/helio/gretl/lib'
make: *** [lib] Error 2
~/gretl$
I seached for SFMT.c and did not find it. What is happening?
Thanks,
Hélio
13 years, 11 months