On 10 June 2013 16:59, ballsystemlord wrote: > I'm getting an error at compile time. > All the variables are declared and my glob sruct is declared like this: > > struct glob_t globualation > > I though I might use wordexp instead since it would be more suited to what > I'm doing but that fails with the same error exept it's wordexp's structure > that is the problem. > > I also tried this to no avail. > > Gcc complains that the struct size is unknown. Sounds like you didn't include glob.h but this isn't a GCC problem, it's just code that doesn't work.