That’s usually because you don’t have a file called vertex.cpp
available to make. Check that:
- that file exists.
- you’re in the right directory when you make.
Other than that, I’ve not much else to suggest. Perhaps you could give us a directory listing of that directory.
Related Posts:
- gcc makefile error: “No rule to make target …”
- g++ output: file not recognized: File format not recognized
- File format not recognized; treating as linker script using GCC
- How does #include
work in C++? - How do I install gcc on cygwin?
- what is stack smashing (C)?
- libpthread.so.0: error adding symbols: DSO missing from command line
- fatal error: Python.h: No such file or directory
- How do I force make/GCC to show me the commands?
- (.text+0x20): undefined reference to `main’ and undefined reference to function
- Interpreting valgrind error Invalid write of size 4
- Compiling a .C file: Undefined symbols for architecture x86_64
- gcc error : undefined reference to `itoa’
- What is the difference between gcc/g++ and cc1/cc1plus?
- How to repair warning: missing braces around initializer?
- gcc error: wrong ELF class: ELFCLASS64
- How do I compile the asm generated by GCC?
- C Unknown type name ‘my_structure’
- Make Error 127 when running trying to compile code
- Gcc error: gcc: error trying to exec ‘cc1’: execvp: No such file or directory
- gcc 4.8 on MAC OS X 10.8 throws “Undefined symbols for architecture x86_64: “
- Make / gcc cryptic error 2: how to have more information?
- Linker error: “linker input file unused because linking not done”, undefined reference to a function in that file
- I don’t understand -Wl,-rpath -Wl,
- Compiler gcc:error; no such file or directory
- makefile:4: *** missing separator. Stop
- Error in make command makefile:18: *** missing separator. Stop [duplicate]
- Convert char to int in C and C++
- what is the difference between ‘make after make clean’ and just ‘make’?
- What are the differences between make clean, make clobber, make distclean, make mrproper and make realclean?
- make *** no targets specified and no makefile found. stop
- Undefined reference to vtable
- How to install and use “make” in Windows?
- Undefined reference to vtable
- C ++ error: a expected initializer before [function name]
- Inheriting constructors
- setup script exited with error: command ‘x86_64-linux-gnu-gcc’ failed with exit status 1
- warning: incompatible implicit declaration of built-in function ‘xyz’
- Difference between using Makefile and CMake to compile the code
- How to use LDFLAGS in makefile
- How to print out a variable in makefile
- How to run a makefile in Windows?
- Fatal error: iostream: No such file or directory in compiling C program using GCC
- MinGW: “gcc is not recognized as an internal or external command”
- How does “make” app know default target to build if no target is specified?
- Compiling a C++ program with gcc
- conflicting types error when compiling c program using gcc
- What is a file with extension .a?
- Cygwin – Makefile-error: recipe for target `main.o’ failed
- Making a Java Makefile
- Makefile:2: *** missing separator. Stop
- gcc/g++: “No such file or directory”
- error: use of deleted function
- Installing GCC on macOS Catalina
- CMake error at CMakeLists.txt:30 (project): No CMAKE_C_COMPILER could be found
- make: Nothing to be done for `all’
- cannot declare variable ‘’ to be of abstract type ‘’
- OS X 10.9.2: checking whether the C compiler works… no
- Compiling C++ on remote Linux machine – “clock skew detected” warning
- What is the difference between “make” and “make all”?
- warning: initializer element is not computable at load time
- Debug vs Release in CMake
- ‘strcmp’ was not declared in this scope
- How to compile makefile using MinGW?
- Program “make” not found in PATH
- Windows 7 – ‘make’ is not recognized as an internal or external command, operable program or batch file
- Makefile:1: *** missing separator. Stop
- Removing trailing newline character from fgets() input
- What does the fpermissive flag do?
- gcc: undefined reference to
- Cygwin Make bash command not found
- Why do I get “cast from pointer to integer of different size” error?
- What happens during a “relocation has invalid symbol index” error?
- What does this GCC error “… relocation truncated to fit…” mean?
- makefile “no such file or directory”
- makefiles CFLAGS
- configure: error: cannot run C compiled programs
- gcc -g :what will happen
- What’s the opposite of ‘make install’, i.e. how do you uninstall a library in Linux?
- What is the job of autogen.sh when building a c++ package on Linux
- Using G++ to compile multiple .cpp and .h files
- The difference between .mk file and Makefile
- Program “make” not found in PATH
- make -j 8 g++: internal compiler error: Killed (program cc1plus)
- Passing additional variables from command line to make
- Warning : overflow in implicit constant conversion
- Undefined reference maybe makefile is wrong?
- cc1.exe System Error – libwinpthread-1.dll missing – But it isn’t
- Fatal error: iostream: No such file or directory in compiling C program using GCC
- “No rule to make target ‘install'”… But Makefile exists
- typedef fixed length array
- How to get a shell environment variable in a makefile?
- Telling gcc directly to link a library statically
- How to solve static declaration follows non-static declaration in GCC C code?
- C Makefile – missing seperator. stop
- GCC: Array type has incomplete element type
- What is the difference between gmake and make?
- How to add a default include path for GCC in Linux?
- “Nothing to be done for makefile” message
- What does “all” stand for in a makefile?