Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include xerces/XMLFormatter #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

traumschule
Copy link

This includes XMLFormatter in petardfs.cpp

Without it compilation fails:

Making all in src                                                                                                                                                                                      
make[2]: Entering directory '/media/user/user/bck/src/petardfs/src'                                                                                                                                    
g++ -DHAVE_CONFIG_H -I. -I..  -DFUSE_USE_VERSION=25 -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I. -I. -I.. -I.. -I/usr/local/include -g -O2 -g -O2 -I/usr/local/include
-g -O2 -MT petardfs-petardfs.o -MD -MP -MF .deps/petardfs-petardfs.Tpo -c -o petardfs-petardfs.o `test -f 'petardfs.cpp' || echo './'`petardfs.cpp
petardfs.cpp:64:10: fatal error: xercesc/XMLFormatter.hpp: No such file or directory
 #include <xercesc/XMLFormatter.hpp>                                           
          ^~~~~~~~~~~~~~~~~~~~~~~~~~                           
compilation terminated.                                                                                                                                                                               
make[2]: *** [Makefile:473: petardfs-petardfs.o] Error 1                                                                                                                                              

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant