[luau] Dazzle me with your C programming prowess

Dean Fujioka dean at poshawaii.com
Mon Apr 22 17:07:07 PDT 2002


> Usually.  I believe < > means search include path, and " " means search
> relative to current directory.  Of course that's irrelavent when
> absolute paths are given.
>
> Would probably be better (meaning more standard) to do
>
> #include <ieee1394/raw1394.h>
> #include <libdc1394/dc1394_control.h>
>
> and then add -I/usr/src/linux/drivers and -I/usr/local/include
> to the compile-line or add the directories to the include path.

Thanks Ray. I'm not using gcc to compile, so I don't know how I would apply
this, but it is always nice to know the "standard".

dean




More information about the LUAU mailing list