mathieuchartier / mcm

MCM file compressor
GNU General Public License v3.0
110 stars 24 forks source link

Missing File "File.cpp" #5

Open NDaghboudj opened 9 years ago

NDaghboudj commented 9 years ago

blackhole@galaxy ~/mcm $ ./make.sh g++: error: File.cpp: No such file or directory

ghuls commented 8 years ago

Bump.

The problem is still not fixed.

whansard commented 8 years ago

wil's fix. #ln -s File.hpp File.cpp && make

NDaghboudj commented 8 years ago

after creating that symbolic link "ln -s File.hpp File.cpp" i got this:

blackhole@galaxy ~/mcm-master $ ./make.sh /tmp/ccfecjCk.o: In function Archive::writeBlocks()': Archive.cpp:(.text+0x289c): undefined reference toFileList::write(Stream)' /tmp/ccfecjCk.o: In function Archive::readBlocks()': Archive.cpp:(.text+0x2caa): undefined reference toFileList::read(Stream)' /tmp/ccfecjCk.o: In function Archive::list()': Archive.cpp:(.text+0x2d6f): undefined reference toFileInfo::attrToStr(unsigned short)' /tmp/ccfecjCk.o: In function Archive::compress(std::vector<FileInfo, std::allocator<FileInfo> > const&)': Archive.cpp:(.text+0x3aa9): undefined reference toFileList::addDirectoryRec(std::string const&, std::string const_)' /tmp/cctamgwZ.o: In function Options::parse(int, char__)': MCM.cpp:(.text._ZN7Options5parseEiPPc[_ZN7Options5parseEiPPc]+0xf8): undefined reference toFileInfo::FileInfo(std::string const&, std::string const_)' MCM.cpp:(.text._ZN7Options5parseEiPPc[_ZN7Options5parseEiPPc]+0x3e6): undefined reference to FileInfo::FileInfo(std::string const&, std::string const*)' MCM.cpp:(.text._ZN7Options5parseEiPPc[_ZN7Options5parseEiPPc]+0x476): undefined reference toFileInfo::FileInfo(std::string const&, std::string const_)' MCM.cpp:(.text._ZN7Options5parseEiPPc[ZN7Options5parseEiPPc]+0x600): undefined reference to `FileInfo::FileInfo(std::string const&, std::string const)' MCM.cpp:(.text._ZN7Options5parseEiPPc[_ZN7Options5parseEiPPc]+0x689): undefined reference to FileInfo::FileInfo(std::string const&, std::string const*)' /tmp/cctamgwZ.o:MCM.cpp:(.text._ZN7Options5parseEiPPc[_ZN7Options5parseEiPPc]+0x9a9): more undefined references toFileInfo::FileInfo(std::string const&, std::string const*)' follow /tmp/cctamgwZ.o: In function main': MCM.cpp:(.text.startup+0x9a): undefined reference toFileInfo::FileInfo()' collect2: error: ld returned 1 exit status