We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi
I am trying to compile cslim on Windows OS with MinGW installed. I make a modification on the MakeFile as follows:
SRC_DIRS = \ src/ComWin32\ src/CSlim\
Then, the compile is ok and the libCSlim.a is created successfully. but on building the CSlim_cslim, it show something like:
fixtures/ScriptTableExample.o:ScriptTableExample.c:(.text+0xc3): ‘StatementExecutor_RegisterFixture’ undefined reference
what should I do to fix it?