-
Activity
-
11
-
870
-
0
GameCompile Error
Have a nice day! What could be the problem with translating the game? Sorry for the bad English. linking ../game.... ld: error: unable to find library -lIL ld: error: unable to find library -lpng ld: error: unable to find library -ltiff ld: error: unable to find library -lmng ld: error: unable to find library -llcms ld: error: unable to find library -ljpeg clang-15: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:127: ../game] Error 1 -
0
-
1
-
0
-
0
Auto hunt System
Hey there! Im looking for autohunt system I know there are some already public, but im looking for a good Version, which is nearly bugfree and (if possible maybe reversed - that means with offical Python, but it can be also some small changes here too) It should be have nearly the same functions like the offical system I dont like custom stuff. Thank you! Best regards! -
0
Problem with userinterface
Hi, in last few days i'm tesing something on my pserver for testing, and i tried to implement some systems through source files, but in winscp, in the folder src, i don't find the folder "userinterface" and i can't modify my source files. Thank you for the answer. -
2
Problem freebsd
OK NO PROBLEM I FIX IT IF COMPANY HAVE FREEBSD 11 freebsd-update fetch freebsd-update install shutdown -r now shutdown -p now freebsd-update upgrade -r 12.0-RELEASE freebsd-update install shutdown -r now freebsd-update install freebsd-update install shutdown -r now REBOOT shutdown -p now pkg bootstrap -f pkg update -f pkg upgrade pkg-static install -f pkg /usr/sbin/pwd_mkdb -p /etc/master.passwd REBOOT shutdown -p now pkg install mysql55-server pwd_mkdb -p /etc/master.passwd chown -R mysql /var/db/mysql/ chgrp -R mysql /var/db/mysql/ sysrc mysql_enable=yes service mysql-server start REBOOT
-
-
Recently Browsing
- No registered users viewing this page.
Question
MrLibya 276
Hallo
I Am New In source . !
I Download the mainline_released
But I See Here You All Use novaline , So Which Is Best novaline Or mainline_released .
+ When I Want Install mainline_released I Have To copy some lib from the mainline_released to /usr/lib
but some lib Not exist Like :
From libdevil/ copy all .a files into /usr/lib
I Just Have 2 Folder In libdevil ( .h - .dll - .lib )
From libgame/From lib copy the From libgame.a file into /usr/lib
libgamelib ( the folder is Empty )
From libhackshield/From lib copy the From libanticpxsvr.a file into /usr/lib
libhackshieldlib ( the folder is Empty )
From libserverkey/ copy the .o files into /usr/lib
don't have any .o file's in this folder
If you're going to do something, then do it right.
Link to comment
Share on other sites
Top Posters For This Question
2
1
3
Popular Days
Sep 17
4
Sep 18
1
Sep 19
1
Top Posters For This Question
Night 2 posts
Traceur3RUN 1 post
MrLibya 3 posts
Popular Days
Sep 17 2014
4 posts
Sep 18 2014
1 post
Sep 19 2014
1 post
Popular Posts
Night
for libgame : cd /usr/src/mainline/Srcs/Server/libgame/src gmake -j20 you will find the lib where it should be for libserverkey : cd /usr/src/mainline/Srcs/Server/libserverkey gmake -j20 the libs shall be made then for the libhackshield : Hidden Content Give reaction to this post to see the hidden content. good luck bro
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now