3dfxdev / EDGE

EDGE Source Code
http://edge2.sf.net
74 stars 10 forks source link

unx_main.cc conflicts with i_main.cc on Linux #49

Closed usernameak closed 7 years ago

usernameak commented 7 years ago

unx_main.cc conflicts with i_main.cc on Linux

CMakeFiles/3DGE.dir/src/system/unx/unx_main.cc.o: In function `main':
unx_main.cc:(.text.startup+0x0): multiple definition of `main'
CMakeFiles/3DGE.dir/src/system/i_main.cc.o:i_main.cc:(.text.startup+0x0): first defined here
collect2: ошибка: выполнение ld завершилось с кодом возврата 1
make[2]: *** [CMakeFiles/3DGE.dir/build.make:5854: 3DGE] Ошибка 1
make[1]: *** [CMakeFiles/Makefile2:105: CMakeFiles/3DGE.dir/all] Ошибка 2
make: *** [Makefile:84: all] Ошибка 2
usernameak commented 7 years ago

Fixed.