Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Surface Reconstruction - build issues

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Surface Reconstruction - build issues


Chronological Thread 
  • From: George Koumantaris <>
  • To:
  • Subject: Re: [cgal-discuss] Surface Reconstruction - build issues
  • Date: Sun, 14 Feb 2010 19:44:13 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=sZt9Iz9I4AvQ3IdsMkbGNJe7A1NH4ok4bYeLs81OQ39SUynadN8L/m1bgMQ7DH75Fw VX9x89wvGWf6jWv3mpA0AoNSKGJomyi5y7cQdputtaMqah/tp2XIGHVmDdSuh/Mdt3X4 BZCIZnoVdG99JGQnETmSu3zKMYKzbF0v+DepQ=

hello again,

The problem is that i do not have TAUCS installed.
I am running opensuse64, i compiled taucs_external with gfortran, added the libraries to taucs_full and i am trying to generate the taucs libraries.
I read all your post (Laurent), regarding g77 and gfortran. I have gfortran and i created a symbolic link for g77. Here are the errors i am getting, i would appreciate any suggestions:

linux-n92x:/home/georgios/taucs_full # make
cc -c -O3 -Wall -std=c99 -m64   -DMACHTYPE_x86_64-suse-linux -I src/ -I build/linux64/ -I external/src/   \                                                              
       -DTAUCS_CORE_GENERAL \                                                      
       src/taucs_sn_llt.c \                                                        
       -o ./obj/linux64/taucs_sn_llt.o                                              
<command-line>: warning: ISO C99 requires whitespace after the macro name            
In file included from src/taucs_sn_llt.c:13:                                        
src/taucs.h:83:2: error: #error "taucs_blas_*_test: linking with the BLAS failed all attempts"                                                                            
In file included from src/taucs_sn_llt.c:13:
src/taucs.h:837: error: ‘taucs_blas_name’ declared as function returning a function
src/taucs.h:837: warning: parameter names (without types) in function declaration
src/taucs.h:838: error: ‘taucs_blas_name’ declared as function returning a function
src/taucs.h:838: warning: parameter names (without types) in function declaration
src/taucs.h:839: error: ‘taucs_blas_name’ declared as function returning a function
src/taucs.h:839: warning: parameter names (without types) in function declaration
src/taucs.h:840: error: ‘taucs_blas_name’ declared as function returning a function
src/taucs.h:840: warning: parameter names (without types) in function declaration
make: *** [obj/linux64/taucs_sn_llt.o] Error 1
linux-n92x:/home/georgios/taucs_full # cc -v
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.3 --enable-linux-futex --without-system-libunwind --with-cpu=generic --build=x86_64-suse-linux
Thread model: posix
gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux)
linux-n92x:/home/georgios/taucs_full # gfortran
gfortran: no input files
linux-n92x:/home/georgios/taucs_full # g77
g77: no input files



On Fri, Feb 12, 2010 at 4:09 PM, George Koumantaris <> wrote:
> Hello,
>
> I can not find WITH_DEMOS=ON and WITH_EXAMPLES=ON in the
> CMakeCache.txt . I included them my self and build again but still i
> have the same problem.
>
> 2010/2/12 Laurent Rineau (GeometryFactory)
> <>:
>> On Monday 08 February 2010 02:18:23 George Koumantaris wrote:
>>> shouldn't i run into some errors about missing components, instead of
>>> getting a clean build?
>>
>> The CMake scripts give *warnings* about missing dependencies, but no errors.
>> The reason is that CGAL must be buildable with WITH_DEMOS=ON and
>> WITH_EXAMPLES=ON even if there are (minor) missing dependencies (for example,
>> even if you do not have Qt3, you want to be able to build Qt4 demos).
>>
>> --
>> Laurent Rineau, PhD
>> R&D Engineer at GeometryFactory           http://www.geometryfactory.com/
>> Release Manager of the CGAL Project       http://www.cgal.org/
>>
>> --
>> You are currently subscribed to cgal-discuss.
>> To unsubscribe or access the archives, go to
>> https://lists-sop.inria.fr/wws/info/cgal-discuss
>>
>>
>




Archive powered by MHonArc 2.6.16.

Top of Page