[vtkusers] Re: VTK_USE_FILE

Fırat Doğan firatdogan at gmail.com
Wed Nov 14 03:46:27 EST 2007


Sorry for disturbing you, again, I have fixed the include problem
mentioned in my previous email now and playing with the linking part
:)

Thanks anyway...


On Nov 14, 2007 10:40 AM, Fırat Doğan <firatdogan at gmail.com> wrote:
> Mike first of all thank you for your enormous effort
>
> What you have told me is worked but header files in the grid folder
> uses some other header files in base folder which is above the
> include/grid folder therefore I am facing with the following (part of
> it) problems during the make (compile)
>
>   1 In file included from
> /SFS/users/firat.dogan/cleanInstall/VTK/vtkWorks/vtktest.cxx:8:
>       2 /SFS/users/firat.dogan/cleanInstall/deal.II/deal.II/include/grid/tria.h:17:25:
> base/config.h: No such file or directory
>       3 /SFS/users/firat.dogan/cleanInstall/deal.II/deal.II/include/grid/tria.h:18:24:
> base/point.h: No such file or directory
>       4 /SFS/users/firat.dogan/cleanInstall/deal.II/deal.II/include/grid/tria.h:19:30:
> base/subscriptor.h: No such file or directory
>       5 /SFS/users/firat.dogan/cleanInstall/deal.II/deal.II/include/grid/tria.h:20:31:
> base/smartpointer.h: No such file or directory
>       6 /SFS/users/firat.dogan/cleanInstall/deal.II/deal.II/include/grid/tria.h:21:32:
> base/geometry_info.h: No such file or directory
>       7 In file included from
> /SFS/users/firat.dogan/cleanInstall/VTK/vtkWorks/vtktest.cxx:8:
>       8 /SFS/users/firat.dogan/cleanInstall/deal.II/deal.II/include/grid/tria.h:51:
> error: `GeometryInfo' was not declared in this scope
>       9 /SFS/users/firat.dogan/cleanInstall/deal.II/deal.II/include/grid/tria.h:51:
> error: `::vertices_per_cell' has not been declared
>      10 /SFS/users/firat.dogan/cleanInstall/deal.II/deal.II/include/grid/tria.h:1462:
> error: expected class-name before '{' token
> ................
>
> My folder structure as follows....
>
> Deal.ii
>
>     -->Deal.ii
>             -->include
>                   -->grid
>                   -->fe
>                   -->numerics
>
>     -->base
>             -->include
>                        -->base
>                                    config.h is HERE
>
>
> Can you guide me a little more ?
>
> regards.
> f.
>
> On Nov 13, 2007 3:15 PM, Mike Jackson <imikejackson at gmail.com> wrote:
> > INCLUDE_DIRECTORIES("/users/fdogan/deal.ii/include")
> > --
>
> > Mike Jackson   Senior Research Engineer
> > Innovative Management & Technology Services
> >
> >
> >
> > On Nov 13, 2007, at 3:43 AM, Fırat Doğan wrote:
> >
> > > INCLUDE_DIRECTORIES(/users/fdogan/deal.ii/include/grid)
> >
> >
>


More information about the vtkusers mailing list