Changes

Jump to: navigation, search

BTP300B A2 Team 1 Bugs Report

759 bytes added, 14:29, 26 October 2013
no edit summary
* '''Oct 19''' - Received another revised version of assignment from Dennis.
 
* '''Oct 26''' - we were literally stuck and were encountering an error which Shianne fixed, but was still failing with errors on Linux. I looked into the error which was
 
g++ CFrame.cpp a2test.cpp console.cpp consolebackup.cpp consolelineedit.cpp -lncurses <br/>
a2test.cpp: In function âint main()â: <br/>
a2test.cpp:78:73: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings] <br/>
/tmp/ccTRS5S7.o: In function `testFrame()': <br/>
a2test.cpp:(.text+0x3f1): undefined reference to `cio::move(cio::iFrame&)' <br/>
collect2: ld returned 1 exit status <br/>
Because of the following code
 
void move(cio::CFrame& x);
 
The '''fix''' was easy (but hard to find at first). '''This was the fix''':
 
void move(cio::iFrame& x);
 
 
1
edit

Navigation menu