Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined reference to registerAutoDelegates #3

Open
clayote opened this issue Oct 31, 2015 · 3 comments
Open

Undefined reference to registerAutoDelegates #3

clayote opened this issue Oct 31, 2015 · 3 comments

Comments

@clayote
Copy link

clayote commented Oct 31, 2015

I am actually building from crystalline's fork.

I got it to configure using fakeroot debian/rules and the build seemed to go all right until:

[ 93%] Building CXX object CMakeFiles/openc2e.dir/generated/src/backends/qtgui/moc_Hatchery.o
[ 94%] Building CXX object CMakeFiles/openc2e.dir/generated/src/tools/braininavat/moc_brainview.o
[ 95%] Building CXX object CMakeFiles/openc2e.dir/src/backends/SDLMixerBackend.o
[ 96%] Building CXX object CMakeFiles/openc2e.dir/src/caos/caosVM_ser_stub.o
Linking CXX executable openc2e
CMakeFiles/openc2e.dir/src/dialect.o: In function `registerDelegates()':
/home/sanotehu/src/openc2e/src/dialect.cpp:41: undefined reference to `registerAutoDelegates()'
collect2: error: ld returned 1 exit status
CMakeFiles/openc2e.dir/build.make:3100: recipe for target 'openc2e' failed
make[2]: *** [openc2e] Error 1
CMakeFiles/Makefile2:126: recipe for target 'CMakeFiles/openc2e.dir/all' failed
make[1]: *** [CMakeFiles/openc2e.dir/all] Error 2
Makefile:75: recipe for target 'all' failed
make: *** [all] Error 2

I'm on Kubuntu 15.04 64 bit.

@crystalline
Copy link

I have successfully built my fork directly on xubuntu and ubuntu 14.04 x64. Try building without fakeroot.
I should commit the build docs I have written about this.

@clayote
Copy link
Author

clayote commented Nov 3, 2015

It does build thus, but now I don't know how to make a debian package.

@crystalline
Copy link

I haven't built debian package either, and I think someone should fix the bugs anyway (if you run the creatures 1 you will see that Norn behavior is somewhat broken)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants