Login
User Name:

Password:



Register

Forgot your password?
Hi - Clean SmaugFuss map/description issue..
Dec 15, 2024 7:29 pm
By Samson
AFKMud 2.2.4
Dec 10, 2024 4:09 pm
By Samson
I3 and IMC
Dec 8, 2024 6:35 pm
By Remcon
Ubuntu 22.04.5 LTS
Dec 5, 2024 5:10 pm
By Remcon
SmaugFUSS 1.8/1.9
Nov 29, 2024 11:46 am
By Remcon
SWFOTEFUSS 1.5.1
Author: Various
Submitted by: Samson
SWRFUSS 1.4.1
Author: Various
Submitted by: Samson
SmaugFUSS 1.9.5
Author: Various
Submitted by: Samson
AFKMud 2.2.4
Author: AFKMud Team
Submitted by: Samson
LOP 1.5
Author: Remcon
Submitted by: Remcon
Users Online
AhrefsBot, DotBot

Members: 0
Guests: 20
Stats
Files
Topics
Posts
Members
Newest Member
494
3,808
19,707
588
Mortrex

Today's Birthdays
There are no member birthdays today.
» SmaugMuds » Codebases » SmaugFUSS » WSL - Ubuntu Compiling Error
Forum Rules | Mark all | Recent Posts

WSL - Ubuntu Compiling Error
< Newer Topic :: Older Topic > A new environment, getting closer!

Pages:<< prev 1 next >>
Post is unread #1 Jul 23, 2022 6:24 am   
Go to the top of the page
Go to the bottom of the page

Osien

GroupMembers
Posts6
JoinedMay 30, 2021

 
Hi SMAUG friends,

I simply cannot give up on my love for SMAUG-derived codebases and in particular SMAUGFUSS. I'm now running a Windows 11 PC and figured I would give Windows Subsystem for Linux a try to see if the compiling process will be any smoother than it has been with Cygwin in recent years. I am running the default Ubuntu installation that WSL installs.

I installed gcc and g++ as well as the zlib1g-dev package. When I go to compile using MAKE, it compiles all .o files and reaches the "Done compiling mud." line without errors. Then, these errors follow:

Compiling o/update.o....
Compiling o/variables.o....
Compiling o/weather.o....
Generating dependency file ...
Done compiling mud.
chmod: changing permissions of 'smaug': Operation not permitted
make[1]: *** [Makefile:77: smaug] Error 1
make: *** [Makefile:46: all] Error 2

Perhaps you wizards could offer some advice? My gratitude would be a-plenty.

Post is unread #2 Sep 4, 2022 11:56 am   
Go to the top of the page
Go to the bottom of the page

Zedethar

GroupMembers
Posts41
JoinedFeb 21, 2021

 
I haven't tried WSL or anything different. I just kept kicking Cygwin until it finally worked 100%. Now I'm scared to touch it again though.

Post is unread #3 Dec 17, 2022 4:35 pm   
Go to the top of the page
Go to the bottom of the page

Remcon

GroupAdministrators
Posts1,946
JoinedJul 26, 2005

 
if you open the makefile you will notice you have some lines with chmod to change the permissions on some files. Im guessing you need to give yourself permission to chnage permissions on those files. Really that is just making it so the files can be read and wrote to. May need to see what permissions you have or might need to run it as an administrator. Been probably 20 years since I messed with a Linux system lol.

Pages:<< prev 1 next >>