You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've compiled Noddy on my computer.
I got an error that there are two definitions of a main() function.
Once I deleted the file noddylic.c everything compiled just fine.
Perhaps this file should be deleted from the repository.
Best,
Noe
C:\Users\ahinoamp\Downloads\noddymingw\NoddyBasic\Debug/../testNod.c:14: multiple definition of `main'
./noddylic.o:C:\Users\ahinoamp\Downloads\noddymingw\NoddyBasic\Debug/../noddylic.c:5: first defined here
The text was updated successfully, but these errors were encountered:
Hi Florian,
I've compiled Noddy on my computer.
I got an error that there are two definitions of a main() function.
Once I deleted the file noddylic.c everything compiled just fine.
Perhaps this file should be deleted from the repository.
Best,
Noe
The text was updated successfully, but these errors were encountered: