Hi guys.
When I open a code::blocks project on mac OS, I only see the main.cpp file in the project viewer and not the src folder or the includer folder. How can I fix this?
Thanks.
Yotam.
I wish to add some info...
1. I try to open the project after code::blocks crashed.
2. I have also noticed that I can't compile the program, here is the output:
Compiling: main.cpp
Linking console executable: bin/Debug/mem3
Undefined symbols:
"ball::~ball()", referenced from:
_main in main.o
_main in main.o
"ball::move()", referenced from:
_main in main.o
"vec::~vec()", referenced from:
_main in main.o
_main in main.o
_main in main.o
_main in main.o
"ball::show()", referenced from:
_main in main.o
"ball::ball(vec, int)", referenced from:
_main in main.o
"vec::vec(double, double, double)", referenced from:
_main in main.o
ld: symbol(s) not found
collect2: ld returned 1 exit status