Hi All, maybe you can help with this compile error.
While compiling with gcc, I get an error that states
callbacks.o: In function 'create_window1':
/usr2/accounts/joeschmoe/project/interface.c:27: multiple definition of 'create_window1'
interface.o:/usr2/accounts/joeschmoe/project/interface.c:27 first defined here
collect2: ld returned 1 exit status
make: ***[frontend] Error 1
My current understanding of the code is that the compiler thinks there are multiple definitions of the ftn, but that should not be the case. Can anyone give me some advice or help me understand whats going on?
Thanks,
David
While compiling with gcc, I get an error that states
callbacks.o: In function 'create_window1':
/usr2/accounts/joeschmoe/project/interface.c:27: multiple definition of 'create_window1'
interface.o:/usr2/accounts/joeschmoe/project/interface.c:27 first defined here
collect2: ld returned 1 exit status
make: ***[frontend] Error 1
My current understanding of the code is that the compiler thinks there are multiple definitions of the ftn, but that should not be the case. Can anyone give me some advice or help me understand whats going on?
Thanks,
David