Forum Replies Created
-
AuthorPosts
-
Flammenkuchen
ParticipantIt still does not work having:
- Unconditionally define USE_REGEX_H
- Define PATH_MAX to be 1024
Getting FreeBSD 9.2 32 bit seems very difficult, as it’s a old version. Can you not make VisualGDB compatible with latest FreeBSD Version? (11.0/12.0 32 bit/64bit)
Because not using SysprogsSync does not work for me, as it’s that slow, that it is not working either.
SysprogsSync.cpp: In static member function ‘static int StatImpl::Query(const char*, StatImpl::Data*)’:
SysprogsSync.cpp:137:29: error: invalid use of incomplete type ‘struct stat64’
return stat64(pFile, pData);
^
SysprogsSync.cpp:133:17: error: forward declaration of ‘struct stat64’
typedef struct stat64 Data;
^
SysprogsSync.cpp: In function ‘void FillMissingDirentType(dirent*, const string&)’:
SysprogsSync.cpp:188:18: error: aggregate ‘StatImpl::Data statData’ has incomplete type and cannot be defined
StatImpl::Data statData;
^
SysprogsSync.cpp: In member function ‘void FileSet::HandleRegularFile(UniqueFileID, const char*, const char*)’:
SysprogsSync.cpp:328:18: error: aggregate ‘StatImpl::Data statData’ has incomplete type and cannot be defined
StatImpl::Data statData;
^
SysprogsSync.cpp: In member function ‘void FileSet::HandleSymlink(std::string&, std::string&, const char*, bool)’:
SysprogsSync.cpp:434:18: error: aggregate ‘StatImpl::Data statBuffer’ has incomplete type and cannot be defined
StatImpl::Data statBuffer;
^
SysprogsSync.cpp: In member function ‘void FileSet::IndexDirectoryRecursively(UniqueFileID, std::string)’:
SysprogsSync.cpp:484:19: error: aggregate ‘StatImpl::Data statData’ has incomplete type and cannot be defined
StatImpl::Data statData;
^
SysprogsSync.cpp: In member function ‘void FileSet::BuildAndOutputIndex(const char*, bool)’:
SysprogsSync.cpp:588:19: error: aggregate ‘StatImpl::Data statData’ has incomplete type and cannot be defined
StatImpl::Data statData;
^
SysprogsSync.cpp: In function ‘int SendOutFiles(const std::vector<NameRule>&, const std::vector<NameRule>&, const FileSet&)’:
SysprogsSync.cpp:725:18: error: aggregate ‘StatImpl::Data statData’ has incomplete type and cannot be defined
StatImpl::Data statData; -
AuthorPosts