Login
User Name:

Password:



Register

Forgot your password?
6Dragons mp3 sound pack
Author: Vladaar
Submitted by: Vladaar
AFKMud 2.2.3
Author: AFKMud Team
Submitted by: Samson
SWFOTEFUSS 1.5
Author: Various
Submitted by: Samson
SWRFUSS 1.4
Author: Various
Submitted by: Samson
SmaugFUSS 1.9.4
Author: Various
Submitted by: Samson
Users Online
AhrefsBot, Salan, DotBot

Members: 1
Guests: 17
Stats
Files
Topics
Posts
Members
Newest Member
487
3,788
19,630
595
Salan

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
Fledgling
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
Fledgling
GroupMembers
Posts38
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
Geomancer
GroupAdministrators
Posts1,913
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 >>