help-3dldf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-3dldf] installation problem with 3DLDF


From: arnuld
Subject: Re: [help-3dldf] installation problem with 3DLDF
Date: Sun, 24 Feb 2008 21:13:59 +0530 (IST)
User-agent: SquirrelMail/1.4.9a

> On Sun, 24 Feb 2008, arnuld wrote:

> No, it's not finding Flex, but I don't think it's needed, since
> I distribute `prbsnflx.c++'.

one things we need to do is put all of the prerequisites in INSTALL file
in the distribution. so far the list has:

 1.) Tex - distributed as Latex, Tex-Live or Tetex
 2.) GSL
 3.) Flex



> More serious is that it's apparently not finding GSL,
> or part of it.

:\

> Then it won't work.  I suggest trying to compile and
> link a trivial C or C++ program that uses the GSL matrix
> type.  I suggest calling `configure' with the options for
> finding the library and the headers, as I wrote before.

I cannot find such a program. I mean Google search I did just did not give
anything useful.


> If it still doesn't work, please send `config.h' too, next time.

congratulations, I installed "flex" and did a new CVS and  this time
errors are different :)


address@hidden Group]$ ./configure --prefix=/usr/local/3DLDF-1.2.0
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for sha224sum... 1
checking for sha1sum... 1
checking for md5sum... 1
checking for cksum... 1
checking for gzip... 1
checking for gsl_matrix_alloc in -lgsl... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking gsl/gsl_complex.h usability... yes
checking gsl/gsl_complex.h presence... yes
checking for gsl/gsl_complex.h... yes
checking gsl/gsl_complex_math.h usability... yes
checking gsl/gsl_complex_math.h presence... yes
checking for gsl/gsl_complex_math.h... yes
checking gsl/gsl_matrix.h usability... yes
checking gsl/gsl_matrix.h presence... yes
checking for gsl/gsl_matrix.h... yes
checking for unsigned long long... yes
checking for unsigned long... yes
checking for unsigned int... yes
checking for library containing trunc... -lm
checking for floor... yes
checking for sqrt... yes
checking for trunc... yes
Enabling conditional compilation of debugging output
configure: creating ./config.status
config.status: creating Makefile
config.status: creating CWEB/Makefile
config.status: creating DOC/Makefile
config.status: creating ANIMATNS/Makefile
config.status: creating DOC/TEXINFO/Makefile
config.status: creating DOC/TEXINFO/TEXIPP/Makefile
config.status: creating FLIPBOOK/Makefile
config.status: creating CWEB/config.h
config.status: executing depfiles commands

address@hidden Group]$ make
Makefile:646: warning: overriding commands for target `info-recursive'
Makefile:277: warning: ignoring old commands for target `info-recursive'
Making all in CWEB
............................
............................

This is CTANGLE (Version 3.64)
*1*3*4*6*8*9*10*12*16*23*25*26*28*29*36*39*42*45*48*49*55*56*58*60*62*64*66*67*68*72*74*80*81*82*83*85*87*89*93
Writing the output files:
(matrices.c).....500.....1000.....1500.....2000.....2500.....3000.....3500...
(matrices.h)..
Done.
(No errors were found.)
matrices.cxx doesn't exist. Renaming matrices.c to matrices.cxx,
touching matrices.tmw and exiting tsthdweb.
complex.tim doesn't exist. Touching complex.tim
touch complex.tim
g++ -DHAVE_CONFIG_H -I.    -frepo -pthread  -g  -MT matrices.o -MD -MP -MF
.deps/matrices.Tpo -c -o matrices.o matrices.cxx
matrices.web: In member function ‘bool Matrix::is_identity(const Matrix&,
real)’:
matrices.web:2987: error: ‘cerr_strm’ was not declared in this scope
matrices.web:2987: error: ‘thread_name’ was not declared in this scope
matrices.web:2995: error: ‘log_message’ was not declared in this scope
matrices.web:2996: error: ‘error_stop_value’ was not declared in this scope
matrices.web: In member function ‘void Matrix::show(std::string,
Scanner_Type*) const’:
matrices.web:3699: error: ‘cerr_strm’ was not declared in this scope
matrices.web:3699: error: ‘thread_name’ was not declared in this scope
matrices.web:3707: error: ‘log_message’ was not declared in this scope
matrices.web:3708: error: ‘error_stop_value’ was not declared in this scope
matrices.web:3711: error: assignment of data-member ‘Matrix::type’ in
read-only structure
matrices.web:3713: error: assignment of data-member ‘Matrix::matrix’ in
read-only structure
make[2]: *** [matrices.o] Error 1
make[2]: Leaving directory `/home/arnuld/programs/3dldf/Group/CWEB'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/arnuld/programs/3dldf/Group/CWEB'
make: *** [all-recursive] Error 1
address@hidden Group]$




> I'm sorry, but I can't do anything about this.  CWEB and Emacs are just
> tools
> that I use.  If you really want syntax highlighting, you could ask on
> the Emacs newsgroup. However, unless someone's already programmed it,
> they'll probably just say something like "Great idea, go ahead and program
> it".

hehe.. that's funny. BTW, I will want try to code *without* it for first
time :)




-- arnuld
http://lispmachine.wordpress.com


--
    
Email and shopping with the feelgood factor!
55% of income to good causes. http://www.ippimail.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]