> > @Josh: Yes, this was indeed the problem. I tried to change the line, > but then I got a new error 'missing separator. Stop.’ which means > that there were some irregular spaces between the commands in the > file. After many rounds with trying to find out what is wrong and > reading in the make-manual (which you get with the installation on > C:\Program Files\GnuWin32\doc\make\3.81\make-3.81\make.pdf), I found > out that the main problem is that you need to divide the lines ONLY > WITH ENTER from the last character in the previous line, not with > tabs or spaces. I used WordPad to edit my Makefiles.srcs, where the > break between the lines looks the same in case of line break with > enter or some extra spaces and enter. > > So the line was changed to: > > FIFO_SRCS = $(abspath/../../fifo/, \ > > However, what is really interesting is that I didn't have to change > the all paths in all of the 'Makefiles.srcs', only in some, which is > quite illogical. > >
I made a simple rule to print the sources and they appear to be correct. I suspect the secondary expansion is messed up, try this diff: http://pastebin.com/hcrfCVse -josh _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio