Search found 3 matches

Go to advanced search

by amnon82
06 Jun 2010 15:26
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libtool: link: require no space between `-L' and `-lprojectM
Replies: 5
Views: 6561

Re: libtool: link: require no space between `-L' and `-lproj

By using --disable-projectm it compiles. I assume vlc don't find projectm libs: phil@[chroot]:~/buildroot/apps-testing$ pacman -Ql projectm projectm /usr/ projectm /usr/include/ projectm /usr/include/libprojectM/ projectm /usr/include/libprojectM/Common.hpp projectm /usr/include/libprojectM/PCM.hpp ...
by amnon82
06 Jun 2010 14:45
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libtool: link: require no space between `-L' and `-lprojectM
Replies: 5
Views: 6561

Re: libtool: link: require no space between `-L' and `-lproj

Well it is as the error tells me:

Code: Select all

projectm) cxxflags="${cxxflags} " linkage="c++" libs="${libs} -L -lprojectM" ;;
seems it misses an path to a lib-folder here and my vlc-build has no projectm at all. I search how to disable projectm.
by amnon82
03 Jun 2010 23:23
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libtool: link: require no space between `-L' and `-lprojectM
Replies: 5
Views: 6561

libtool: link: require no space between `-L' and `-lprojectM

I tried to build vlc 1.1.0-rc for Chakra GNU/Linux but I get this error: make[5]: Entering directory `/home/phil/buildroot/platform-testing/vlc-dev/src/vlc-1.1.0-rc/modules/visualization' CXX libprojectm_plugin_la-projectm.lo CXXLD libprojectm_plugin.la libtool: link: require no space between `-L' a...

Go to advanced search