Hello,
I am maintaining the fet build script and SlackBuilds.org. fet-5.37.2 fails to build on Slackware64 14.2. Any hints to correct this. Build logs are attached.
Anand
hmm... strange. Sadly no explicit error.
i suggest 2 things:
a) try to "make" once again without deleting the "tmp" folder and check if you can compile.
b) delete the whole "tmp" folder and the makefiles. Do qmake once again and make.
if the problem is solved by a) i guess you compiled on many cores and there is maybe a missing object file since it wasn't compiled in time. should be fixed by "include" the missing file. i will try to search for the missing file if the problem is solved by a).
if it it solved by b) i sadly don't know the problem.
if you can't solve the bug maybe also attach the "makefile". i hope Liviu will have an idea how to solve that problem.
if a) and b) fails maybe do this:
make -d
or
make VERBOSE=1
i hope there will be more information about the bug if debug mode or verbose is on.
I am sorry, I don't know. Maybe unpack with "tar -jxvf fet-5.37.2.tar.bz2".