Hi, > I attempted to build under Linux today and ended up with the > following > command and subsequent error: > > cc -ffreestanding -c -O GGDEFINE -fno-common -fno-stack-protector > -Wall -Werror -DOSS_LITTLE_ENDIAN -I../../include > -I../../kernel/framework/include -I../../kernel/OS/Linux > -I../../kernel/nonfree/include -I../.. ossplay.c -o ./ossplay.o > cc: GGDEFINE: No such file or directory > > Tracking this error down led me to cmd/ossplay/.config where I saw > that the makefile includes did not have the proper braces. The > following patch fixes the makefile includes. I see in a previous > message from Francois that his compile line also shows 'cc -c -O > GGDEFINE ....' which looks to me like he will experience this issue > as well.
That's not the proper fix. The "$OGGDEFINE" is only meant to be interpreted as a tag by srcconf. The shell-var like notation is quite misleading. At least that's how I understood it. See my mail about it. François. _______________________________________________ oss-devel mailing list oss-devel@mailman.opensound.com http://mailman.opensound.com/mailman/listinfo/oss-devel