Welcome! Log In Create A New Profile

Advanced

Build-Error on Ubuntu - Can not find Makefile in Subfolder [SOLVED]

Posted by EliteTUM 
Build-Error on Ubuntu - Can not find Makefile in Subfolder [SOLVED]
July 09, 2011 01:24AM
Hi,

after some problems getting all required packages (hint: you need to logout and login again or maybe better even restart to make your system recognize all newly installed packages!) and using "autogen.sh" I finally was able to start my build-procedure.
But I get following errors:

johnny@ubuntu:~/Downloads/timschmidt-repsnapper-973db6e/src$ make
 CXX stl.o
 CXX model.o
 CXX view.o
 CXX gllight.o
 CXX gcode.o
 CXX arcball.o
 CXX stdafx.o
 CXX rfo.o
 CXX file.o
 CXX platform.o
 CXX render.o
 CXX progress.o
 CXX connectview.o
 CXX settings.o
 CXX repsnapper.o
 make: *** No rule to make target ../libraries/polylib/libpolylib.la', needed byrepsnapper'. Stop.


But when I check the folder /libraries/polylib/ I find a Makefile. I even can run it manually. How can I fix this? The generated Makefile is a little confusing and chaotic, so I didn't find the lines where I can fix the path to the subfolder.

Edited 1 time(s). Last edit at 07/09/2011 02:50AM by EliteTUM.
Re: Build-Error on Ubuntu - Can not find Makefile in Subfolder [SOLVED]
July 09, 2011 02:51AM
Hi everyone, after extensive testing I managed building RepSnapper. I did autogen.sh again and startet used the Makefile in the Main-Directory, not in /Src/ , it then worked!
Sorry, only registered users may post in this forum.

Click here to login