View Single Post
  #7   (View Single Post)  
Old 12th August 2010
hack2003 hack2003 is offline
New User
 
Join Date: Jul 2010
Posts: 8
Default

generaly im not that good with programing and stuff cause that's me.

so what i did was that: got the source and installed the some dependencies.
i just need the server so i made this
Quote:
export QMAKESPEC=/usr/local/lib/qt4/mkspecs/openbsd-g++/

qmake4 main.pro CONFIG+=no-ice CONFIG+=no-11x CONFIG+=no-embed-qt-translations CONFIG+=no-client CONFIG+=no-cocoa CONFIG+=no-bonjour CONFIG+=no-asio -recursive
this should create the makefile with the proper configurations.
im gettings some errors:

Quote:
Reading /home/mum/mumble-1.2.2/src/murmur/murmur.pro
Package openssl was not found in the pkg-config search path
Package openssl was not found in the pkg-config search path
Package openssl was not found in the pkg-config search path
Package openssl was not found in the pkg-config search path
Package openssl was not found in the pkg-config search path
Package openssl was not found in the pkg-config search path
WARNING: Failure to find: Mumble.pb.cc
Package openssl was not found in the pkg-config search path
Package openssl was not found in the pkg-config search path
Package openssl was not found in the pkg-config search path
WARNING: Failure to find: Mumble.pb.cc
i want to somehow make the opensssl begone cause it's builtin openbsd.

i also going in other direction of compiling the server it from source for linux or freebsd and run it on my openbsd server.
if i run the "make" then im getting
Quote:
# make
cd src/murmur/ && make -f Makefile
make -f Makefile.Release
protoc --cpp_out=. -I. -I.. ../Mumble.proto
/bin/sh: protoc: not found
*** Error code 127

Stop in /home/mum/mumble-1.2.2/src/murmur (line 185 of Makefile.Release).
*** Error code 1

Stop in /home/mum/mumble-1.2.2/src/murmur (line 34 of Makefile).
*** Error code 1

Stop in /home/mum/mumble-1.2.2 (line 39 of Makefile).
i think that im missing some dependencies.

help will be nice.
Reply With Quote