UMLComputerGraphics / GraphicsProject

UML Graphics 2 Final Project 2013
7 stars 1 forks source link

Final Project QT not building #77

Closed zmaybury closed 11 years ago

zmaybury commented 11 years ago

Anyone else seeing this?

Undefined symbols for architecture x8664: "UserParameters::UserParameters(std::string)", referenced from: MONOLITH::slotUpdateVectorField(std::string_) in MONOLITH.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: * [Binaries/FinalProject.app/Contents/MacOS/FinalProject] Error 1 make: * [qt] Error 2

What am I missing here?

franckamayou commented 11 years ago

We need to add the EXPRTK library to qt. John is supposed to help me with that today.

Can you use make for now?

Sent from my iPhone

On May 5, 2013, at 11:25 AM, zmaybury notifications@github.com wrote:

Anyone else seeing this?

Undefined symbols for architecture x8664: "UserParameters::UserParameters(std::string)", referenced from: MONOLITH::slotUpdateVectorField(std::string_) in MONOLITH.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: * [Binaries/FinalProject.app/Contents/MacOS/FinalProject] Error 1 make: * [qt] Error 2

What am I missing here?

— Reply to this email directly or view it on GitHub.

zmaybury commented 11 years ago

Definitely, thats what I'm doing for now. I wanted to try some QT additions before we meet tomorrow, but I can hold off until this is finished.

nuclearmistake commented 11 years ago

Or you could fix it? It's a clearly defined problem... and probably just emulating makefile changes in the .pro

On Sun, May 5, 2013 at 11:44 AM, zmaybury notifications@github.com wrote:

Definitely, thats what I'm doing for now. I wanted to try some QT additions before we meet tomorrow, but I can hold off until this is finished.

— Reply to this email directly or view it on GitHubhttps://github.com/UMLComputerGraphics/GraphicsProject/issues/77#issuecomment-17453600 .

Eric McCann University of Massachusetts, Lowell Department of Computer Science One University Avenue Olsen Hall, Room 304 Lowell, MA 01854 Lab: 978.934.3385 Email: emccann@cs.uml.edu Homepage (lab): www.cs.uml.edu/robots Homepage: www.emccann.net

jnsnow commented 11 years ago

Franck pushed a merge that deleted a class he wrote, presumably by accident. Chris Compton is working on this.