I can not install the partysip by following the instructions. It seems path missing of oSip and oSipParser. Could anybody tell me how can I install Partysip using oSip? Here is following message:
./ppl/ppl_uinfo.h:28:37: error: osipparser2/osip_parser.h: No such file or directory
./ppl/ppl_uinfo.h:29:27: error: osip2/osip_mt.h: No such file or directory
In file included from pplinit.c:23:
./ppl/ppl_uinfo.h:55: error: expected specifier-qualifier-list before 'osip_uri_t'
./ppl/ppl_uinfo.h:58: warning: struct has no members
./ppl/ppl_uinfo.h:64: error: expected specifier-qualifier-list before 'osip_contact_t'
./ppl/ppl_uinfo.h:70: warning: struct has no members
./ppl/ppl_uinfo.h:107: error: expected ')' before '*' token
./ppl/ppl_uinfo.h:117: error: expected ')' before '*' token
./ppl/ppl_uinfo.h:146: error: expected declaration specifiers or '...' before 'osip_contact_t'
./ppl/ppl_uinfo.h:153: error: expected declaration specifiers or '...' before 'osip_contact_t'
./ppl/ppl_uinfo.h:160: error: expected declaration specifiers or '...' before 'osip_uri_t'
make[4]: *** [pplinit.lo] Error 1
make[4]: Leaving directory `/home/partysip-2.2.3/ppl/unix'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/partysip-2.2.3/ppl/unix'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/partysip-2.2.3/ppl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/partysip-2.2.3'
make: *** [all] Error 2
Install libosip http://www.gnu.org/software/osip/ (version 2.2.0) first and then, use the following additionnal CFLAGS to compile partysip:
CFLAGS="-lresolv -losipparser2" ./configure
Related
I'm trying to setup AzerothCore using Docker, however when I give the command:
./bin/acore-docker-build
It fails with:
make[2]: *** No rule to make target '../src/server/game/Entities/Item/ItemPrototype.h', needed by 'src/server/game/cotire/game_CXX_prefix.hxx.pch'. Stop.
CMakeFiles/Makefile2:936: recipe for target 'src/server/game/CMakeFiles/game.dir/all' failed
make[1]: *** [src/server/game/CMakeFiles/game.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: *** No rule to make target '../src/server/game/Entities/Item/ItemPrototype.h', needed by 'src/server/scripts/cotire/scripts_CXX_prefix.hxx.pch'. Stop.
CMakeFiles/Makefile2:1122: recipe for target 'src/server/scripts/CMakeFiles/scripts.dir/all' failed
make[1]: *** [src/server/scripts/CMakeFiles/scripts.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
The problem was in the docker build cache and removing it solved the issue:
sudo ./bin/acore-docker-remove-build-cache
this command will delete the build cache located at docker/build/cache
On OSX 10.13.6 I get the following failure in an ESP32 build using marcelstoer/docker-nodemcu-build:
make[3]: *** No rule to make target '/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h', needed by '/opt/nodemcu-firmware/build/luac_cross/uzlib_deflate.d'. Stop.
make[3]: Leaving directory '/opt/nodemcu-firmware/build/luac_cross'
/opt/nodemcu-firmware/components/luac_cross/component.mk:5: recipe for target 'build' failed
make[2]: *** [build] Error 2
make[2]: Leaving directory '/opt/nodemcu-firmware/build/luac_cross'
/opt/nodemcu-firmware/sdk/esp32-esp-idf/make/project.mk:552: recipe for target 'component-luac_cross-build' failed
make[1]: *** [component-luac_cross-build] Error 2
make[1]: Leaving directory '/opt/nodemcu-firmware'
Makefile:18: recipe for target 'all' failed
make: *** [all] Error 2`
Anyone got any suggestions?
Not the answer you were looking for but...
This appears to be a known issue. At https://github.com/nodemcu/nodemcu-firmware/issues/2779 a few people are discussing an issue that looks a lot like yours.
In file included from /home/lucas/OpenCV/opencv-3.2.0/modules/core/src/hal_internal.cpp:49:0:
/home/lucas/OpenCV/build/opencv_lapack.h:2:45: fatal error: LAPACKE_H_PATH-NOTFOUND/lapacke.h: No such file or directory
compilation terminated.
modules/core/CMakeFiles/opencv_core.dir/build.make:906: recipe for target 'modules/core/CMakeFiles/opencv_core.dir/src/hal_internal.cpp.o' failed
make[2]: * [modules/core/CMakeFiles/opencv_core.dir/src/hal_internal.cpp.o] Error 1
CMakeFiles/Makefile2:1945: recipe for target 'modules/core/CMakeFiles/opencv_core.dir/all' failed
make[1]: * [modules/core/CMakeFiles/opencv_core.dir/all] Error 2
Makefile:160: recipe for target 'all' failed
make: *** [all] Error 2
I believe this is because my python path is set incorrectly...
install package liblapacke-dev
manually define -DLAPACKE_H_PATH=/usr/include when calling cmake
I was following this example and received the following error when running make
In file included from /root/src/opencv-3.1.0/modules/videoio/src/cap_ffmpeg.cpp:45:0:
/root/src/opencv-3.1.0/modules/videoio/src/cap_ffmpeg_impl.hpp: In member function ‘bool OutputMediaStream_FFMPEG::open(const char*, int, int, double)’:
/root/src/opencv-3.1.0/modules/videoio/src/cap_ffmpeg_impl.hpp:2207:41: warning: ignoring return value of ‘int avformat_write_header(AVFormatContext*, AVDictionary**)’, declared with attribute warn_unused_result [-Wunused-result]
avformat_write_header(oc_, NULL);
^
Linking CXX shared library ../../lib/libopencv_videoio.so
/usr/bin/ld: /usr/local/lib/libx264.a(common.o): relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libx264.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
modules/videoio/CMakeFiles/opencv_videoio.dir/build.make:215: recipe for target 'lib/libopencv_videoio.so.3.1.0' failed
make[2]: *** [lib/libopencv_videoio.so.3.1.0] Error 1
CMakeFiles/Makefile2:4058: recipe for target 'modules/videoio/CMakeFiles/opencv_videoio.dir/all' failed
make[1]: *** [modules/videoio/CMakeFiles/opencv_videoio.dir/all] Error 2
Makefile:147: recipe for target 'all' failed
make: *** [all] Error 2
I have successfully installed opencv on Raspberry Pi 3 by following the steps in the link http://www.pyimagesearch.com/2015/02/23/install-opencv-and-python-on-your-raspberry-pi-2-and-b/
The changes i made while following the steps are:
Use 'aptitude' instead of 'apt-get' and accept all recommendations given
Before following Step 11, run 'source ~/.profile'. To quit, run 'deactivate'
Hope this helps :)
I got an error when I tried to update capybara-webkit:
/usr/lib64/libQtNetwork.so: undefined reference to `SSLv2_client_method'
/usr/lib64/libQtNetwork.so: undefined reference to `SSLv2_server_method'
collect2: error: ld returned 1 exit status
Makefile.webkit_server:414: recipe for target 'webkit_server' failed
make[1]: *** [webkit_server] Error 1
make[1]: Leaving directory '/home/al1/.rvm/gems/ruby-2.2.2/gems/capybara-webkit-1.10.1/src'
Makefile:39: recipe for target 'sub-src-webkit_server-pro-make_default-ordered' failed
make: *** [sub-src-webkit_server-pro-make_default-ordered] Error 2
make failed, exit code 2
Please point me to a solution for this problem.
Ruby version 2.2.2.
OS: OpenSuse Leap 42.1.