project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - meden

Pages: [1]
1
I'm trying to build UFO:AI packages for my Debian Sid, but I can't. Using the command
Code: [Select]
fakeroot debian/rules binary maps and languages are built and packaged in ufoai-data and ufoai-data-music, but the building task stops with the following output:

Code: [Select]
[...]
dh_testdir
/usr/bin/make BUILDDIR=/usr/src/ufoai/BUILD
make[1]: Entering directory `/usr/src/ufoai'
 * [UFO] src/common/ioapi.c
 * [UFO] src/common/unzip.c
 * [UFO] src/common/md4.c
 * [UFO] src/common/dbuffer.c
 * [UFO] src/ports/unix/unix_glob.c
 * [UFO] ... linking  (-ldl  -lm   -lz -ljpeg -lpng -lSDL_ttf -lvorbisfile -lvorbis -logg  -lcurl  -L/usr/lib -lSDL )
/usr/src/ufoai/BUILD/client/client/cl_main.o: In function `CL_ConnectionlessPacket':
/usr/src/ufoai/src/client/cl_main.c:1262: undefined reference to `CL_SetHTTPServer'
/usr/src/ufoai/BUILD/client/client/cl_main.o: In function `CL_RequestNextDownload':
/usr/src/ufoai/src/client/cl_main.c:1527: undefined reference to `CL_PendingHTTPDownloads'
/usr/src/ufoai/BUILD/client/client/cl_main.o: In function `CL_InitLocal':
/usr/src/ufoai/src/client/cl_main.c:2139: undefined reference to `cl_http_proxy'
/usr/src/ufoai/src/client/cl_main.c:2140: undefined reference to `cl_http_filelists'
/usr/src/ufoai/src/client/cl_main.c:2141: undefined reference to `cl_http_downloads'
/usr/src/ufoai/src/client/cl_main.c:2142: undefined reference to `cl_http_max_connections'
/usr/src/ufoai/BUILD/client/client/cl_main.o: In function `CL_Frame':
/usr/src/ufoai/src/client/cl_main.c:2446: undefined reference to `CL_RunHTTPDownloads'
/usr/src/ufoai/BUILD/client/client/cl_main.o: In function `CL_Init':
/usr/src/ufoai/src/client/cl_main.c:2607: undefined reference to `CL_InitHTTPDownloads'
/usr/src/ufoai/BUILD/client/client/cl_main.o: In function `CL_Shutdown':
/usr/src/ufoai/src/client/cl_main.c:2635: undefined reference to `CL_HTTP_Cleanup'
/usr/src/ufoai/BUILD/client/client/cl_parse.o: In function `CL_CheckOrDownloadFile':
/usr/src/ufoai/src/client/cl_parse.c:289: undefined reference to `CL_QueueHTTPDownload'
collect2: ld returned 1 exit status
make[1]: *** [ufo] Error 1
make[1]: Leaving directory `/usr/src/ufoai'
make: *** [stamps/build-arch] Error 2


I used debian/rules because it is there, but the same happens with make deb.

What's wrong?

Thanks

Pages: [1]