Open GoogleCodeExporter opened 8 years ago
If I go under cmake and edit the Makefile to add "-fpermissive" to CXXFLAGS,
this error becomes a warning and the build continues
Original comment by john.douglas.pritchard
on 19 Nov 2011 at 5:47
is there a case sensitive filesystem issue?
http://lists.trolltech.com/qt-interest/2004-05/msg00009.html
Original comment by john.douglas.pritchard
on 19 Nov 2011 at 6:23
Added "QMAKE_CXXFLAGS += -fpermissive" to Cosmographia.pro to fix the build
error
Original comment by john.douglas.pritchard
on 19 Nov 2011 at 6:31
:-1: error: No rule to make target `src/Main/main.cpp', needed by `main.o'.
Stop.
Original comment by john.douglas.pritchard
on 19 Nov 2011 at 6:38
csfs error: pro file:15: MAIN_PATH = src/main #not src/Main
Original comment by john.douglas.pritchard
on 19 Nov 2011 at 6:42
(and we're done.. builds & runs on linux)
Original comment by john.douglas.pritchard
on 19 Nov 2011 at 6:57
MAIN_PATH = src/Main
still not fixed at of 1 hour age svn update 616
Original comment by John.K.V...@gmail.com
on 23 Nov 2011 at 10:26
The Eigen error *might* be fixed in the 2.0.16 version of the Eigen library.
This is preferred to adding -fpermissive. I will take care of updating Eigen.
Original comment by clau...@gmail.com
on 24 Nov 2011 at 5:05
Original comment by clau...@gmail.com
on 24 Nov 2011 at 5:05
Fixed case of src/main in revision #617
Original comment by clau...@gmail.com
on 24 Nov 2011 at 5:08
Original issue reported on code.google.com by
john.douglas.pritchard
on 18 Nov 2011 at 10:08