Answer the question
In order to leave comments, you need to log in
Problem with C++ includes in NetBeans 7.0 under MacOS X via sshfs
Faced the following problem. Given:
1) MacOS X Lion, NetBeans 7.0
2) Project source files located on a remote server, which are mounted using sshfs (via Fuse4X)
3) Header files of various libraries, which are also mounted via sshfs.
When opening any file, errors are thrown about the impossibility of finding include files whose names contain capital characters, that is
, a small experiment was also carried out. Created File.h and file.h on sshfs volume The
question is as follows.
What needs to be done in order for sshfs-mounted files with uppercase characters in their names to be seen normally in NetBeans?
#include "SomeModule.h" // тут ошибка
#include <Lib/Header.h> // и тут ошибка
#include <otherlib/file.h> // а тут все хорошо
#include <sshfs/file.h> // открывает file.h
#include <sshfs/File.h> // дает ошибку
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question