Hi Frank, there are two things to note
1) the source subfolder has to be specified with SRCDIR=fluid 2) package.txt is considered to be fully platform-independent which means that LIBS=-lfluidsynth is not allowed (meaningless under Windows)... see the py/pyext package.txt and build subfolder how to manage library dependencies.
best greetings, Thomas
Frank Barknecht schrieb:
Hi,
I started to convert my externals to the flext buildsystem and ran into a problem with fluid.
The sources have this layout:
TOPDIR=/cvs/.../footils/fluid cpp source: TOPDIR/fluid/main.cpp package.txt: TOPDIR/package.txt
package.txt: NAME=fluid~ SRCS=fluid/main.cpp LIBS=-lfluidsynth