Subject: CGAL users discussion list
List archive
- From: Roger House <>
- To:
- Subject: Re: [cgal-discuss] Missing members of CGALi?
- Date: Sat, 27 Sep 2008 13:53:19 -0700
Sylvain: Attached is a short C++ file which when compiled with the attached makefile produces the error messages found in the attached log.txt file. -- I am using g++ version 4.2.3. Thank you for your help. Roger Sylvain Pion wrote: Roger House a écrit : |
#include <deque> #include <utility> #include <boost/iterator/iterator_facade.hpp> #include <boost/mpl/if.hpp> #include <boost/mpl/void.hpp> #include <boost/graph/breadth_first_search.hpp> #include <CGAL/basic.h> #include <CGAL/Polygon_set_2.h> #include <iostream> using namespace std; int main() { cout << "Begin tests of my connect_holes" << endl; cout << endl; cout << "End tests of my connect_holes" << endl; cout << endl; } // end maing++ -Wall -frounding-math -g -O2 -I/usr/include/qt3 -DCGAL_USE_F2C
-DCGAL_USE_F2C -c bugCGALi.cpp
In file included from /usr/include/CGAL/Point_2_Triangle_2_intersection.h:33,
from /usr/include/CGAL/intersection_2_1.h:39,
from /usr/include/CGAL/intersection_2.h:29,
from /usr/include/CGAL/intersections.h:29,
from /usr/include/CGAL/Arr_segment_traits_2.h:29,
from /usr/include/CGAL/Gps_segment_traits_2.h:24,
from /usr/include/CGAL/Polygon_set_2.h:26,
from bugCGALi.cpp:9:
/usr/include/CGAL/Straight_2.h: In function âint
CGAL::CGALi::sign_of_cross(const typename K::Direction_2&, const typename
K::Direction_2&, const K&)â:
/usr/include/CGAL/Straight_2.h:268: error: âorientationâ is not a member
of âCGAL::CGALiâ
In file included from /usr/include/CGAL/Circle_2_Circle_2_intersection.h:30,
from /usr/include/CGAL/intersection_2_3.h:29,
from /usr/include/CGAL/intersection_2.h:31,
from /usr/include/CGAL/intersections.h:29,
from /usr/include/CGAL/Arr_segment_traits_2.h:29,
from /usr/include/CGAL/Gps_segment_traits_2.h:24,
from /usr/include/CGAL/Polygon_set_2.h:26,
from bugCGALi.cpp:9:
/usr/include/CGAL/squared_distance_2_1.h: In function âtypename K::FT
CGAL::CGALi::squared_distance(const typename K::Line_2&, const typename
K::Line_2&, const K&)â:
/usr/include/CGAL/squared_distance_2_1.h:577: error: âparallelâ is not a
member of âCGAL::CGALiâ
make: *** [bugCGALi.o] Error 1
# Created by the script cgal_create_makefile
# This is the makefile for compiling a CGAL application.
#---------------------------------------------------------------------#
# include platform specific settings
#---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory.
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
ifndef CGAL_MAKEFILE
CGAL_MAKEFILE = /usr/share/cgal/cgal.mk
endif
include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------#
# compiler flags
#---------------------------------------------------------------------#
CXXFLAGS = \
$(CGAL_CXXFLAGS) \
$(LONG_NAME_PROBLEM_CXXFLAGS)
#---------------------------------------------------------------------#
# linker flags
#---------------------------------------------------------------------#
LIBPATH = \
$(CGAL_LIBPATH)
LDFLAGS = \
$(LONG_NAME_PROBLEM_LDFLAGS) \
$(CGAL_LDFLAGS)
#---------------------------------------------------------------------#
# target entries
#---------------------------------------------------------------------#
all: \
bugCGALi$(EXE_EXT)
bugCGALi$(EXE_EXT): bugCGALi$(OBJ_EXT)
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)bugCGALi bugCGALi$(OBJ_EXT)
$(LDFLAGS)
clean: \
bugCGALi.clean
#---------------------------------------------------------------------#
# suffix rules
#---------------------------------------------------------------------#
.C$(OBJ_EXT):
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<
.cpp$(OBJ_EXT):
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<
- [cgal-discuss] Missing members of CGALi?, Roger House, 09/27/2008
- Re: [cgal-discuss] Missing members of CGALi?, Sylvain Pion, 09/27/2008
- Re: [cgal-discuss] Missing members of CGALi?, Roger House, 09/27/2008
- Re: [cgal-discuss] Missing members of CGALi?, Sylvain Pion, 09/28/2008
- Re: [cgal-discuss] Missing members of CGALi?, Roger House, 09/28/2008
- Re: [cgal-discuss] Missing members of CGALi?, Sylvain Pion, 09/28/2008
- Re: [cgal-discuss] Missing members of CGALi?, Roger House, 09/27/2008
- Re: [cgal-discuss] Missing members of CGALi?, Sylvain Pion, 09/27/2008
Archive powered by MHonArc 2.6.16.