ECI C example

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: ECI C example
From: janne halttunen (jhalttun_AT_pp.htv.fi)
Date: Mon Oct 21 2002 - 00:36:36 EEST


Hi ya all,

while trying to brush up my C skills, I tried to compile ;) the ECI C example from the Ecasound Control Interface Guide, planning to use it as base to the ecatools eci versions.

First I had to change the line

#include <ecasoundc.h>

to

#include <libecasoundc/ecasoundc.h>

Then I got:

$ gcc eciexample.c

/tmp/cc2tSs8B.o: In function `main':
/tmp/cc2tSs8B.o(.text+0x1f): undefined reference to `eci_init'
/tmp/cc2tSs8B.o(.text+0x2c): undefined reference to `eci_command'
/tmp/cc2tSs8B.o(.text+0x3c): undefined reference to `eci_command'
/tmp/cc2tSs8B.o(.text+0x4c): undefined reference to `eci_command'
/tmp/cc2tSs8B.o(.text+0x5c): undefined reference to `eci_command'
/tmp/cc2tSs8B.o(.text+0x6c): undefined reference to `eci_command'
/tmp/cc2tSs8B.o(.text+0x7c): more undefined references to `eci_command' follow

collect2: ld returned 1 exit status

What's with this?

janne

p.s. If someone is feeling up to the task of writing the ECI ecatools, I am willing to hand it over. I am more of a python guy, anyway.


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Mon Oct 21 2002 - 00:42:14 EEST