Here is the output: 

[ 54%] Building CXX object 
source/opencascade/CMakeFiles/obj_opencascade_debug.dir/utilities.cc.o
cd /home/jose/source/dealii_build/source/opencascade && /usr/bin/c++ 
-DBOOST_NO_AUTO_PTR -DDEBUG 
-I/home/jose/source/dealii_build/source/opencascade 
-I/home/jose/source/dealii_build/include -I/home/jose/source/dealii/include 
-isystem /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -isystem 
/usr/lib/x86_64-linux-gnu/openmpi/include -isystem /usr/include/trilinos 
-isystem /usr/include/hdf5/openmpi -isystem /usr/include/scotch -isystem 
/usr/include/suitesparse -isystem /usr/local/petsc-3.12.5/include -isystem 
/usr/local/include/opencascade -isystem /usr/local/p4est-2.2/FAST/include 
-isystem /usr/include/slepc -pedantic -fPIC -Wall -Wextra -Wmissing-braces 
-Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wsuggest-override 
-Wswitch -Wsynth -Wwrite-strings -Wno-placement-new 
-Wno-deprecated-declarations -Wno-literal-suffix -Wno-psabi 
-Wno-class-memaccess -fopenmp-simd -pthread -Wno-unused-local-typedefs -O0 
-ggdb -Wa,--compress-debug-sections -MD -MT 
source/opencascade/CMakeFiles/obj_opencascade_debug.dir/utilities.cc.o -MF 
CMakeFiles/obj_opencascade_debug.dir/utilities.cc.o.d -o 
CMakeFiles/obj_opencascade_debug.dir/utilities.cc.o -c 
/home/jose/source/dealii/source/opencascade/utilities.cc
/home/jose/source/dealii/source/opencascade/utilities.cc:47:12: fatal 
error: BRepAdaptor_HCompCurve.hxx: No such file or directory
   47 | #  include <BRepAdaptor_HCompCurve.hxx>
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** 
[source/opencascade/CMakeFiles/obj_opencascade_debug.dir/build.make:76: 
source/opencascade/CMakeFiles/obj_opencascade_debug.dir/utilities.cc.o] 
Error 1
make[2]: Leaving directory '/home/jose/source/dealii_build'
make[1]: *** [CMakeFiles/Makefile2:5454: 
source/opencascade/CMakeFiles/obj_opencascade_debug.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

Best regards,
Jose

On Monday, February 28, 2022 at 9:58:20 PM UTC+1 Wolfgang Bangerth wrote:

> On 2/28/22 13:50, [email protected] wrote:
> > 
> > jose@ThinkPad-T460:~/source/dealii_build$ sudo find / -type f -name 
> > "BRepAdaptor_HCompCurve.hxx"
> > find: ‘/run/user/1000/doc’: Permission denied
> > find: ‘/run/user/1000/gvfs’: Permission denied
> > /usr/local/occt-V7_5_0/include/opencascade/BRepAdaptor_HCompCurve.hxx
> > /usr/include/opencascade/BRepAdaptor_HCompCurve.hxx
>
> It's slightly concerning that you have two of these files. Regardless, 
> the question then is why your compiler then doesn't pick it up. Can you 
> compile with
> make VERSBOSE=ON
> again to see what the command line is, and specifically which include 
> paths are set with -I?
>
> Best
> W.
>
> -- 
> ------------------------------------------------------------------------
> Wolfgang Bangerth email: [email protected]
> www: http://www.math.colostate.edu/~bangerth/
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/47e70a90-7611-4207-9129-2b70d91112den%40googlegroups.com.

Reply via email to