Looks like I've hit a blocker I'm not able to get past. I don't think the below segmentation fault is related to duplicate object types (as I was getting different errors for such errors (not warnings), but happy to hear otherwise:
...
Warning! pkg/systems/housing/transferDeed.ecl does not exist ...
Search found 5 matches
- Fri Aug 12, 2022 9:08 pm
- Forum: Current development (100)
- Topic: Debian src build
- Replies: 3
- Views: 9776
- Thu Aug 11, 2022 8:46 pm
- Forum: Current development (100)
- Topic: Debian src build
- Replies: 3
- Views: 9776
Re: Debian src build
Ok, source has been built successfully on Debian 11. Using the following:
Using the nightly source (https://github.com/polserver/polserver/archive/refs/tags/NightlyRelease.tar.gz)
apt-get install build-essential clang clang-format libssl-dev libmysqlclient-dev libantlr-dev libtinyxml-dev uuid-dev ...
Using the nightly source (https://github.com/polserver/polserver/archive/refs/tags/NightlyRelease.tar.gz)
apt-get install build-essential clang clang-format libssl-dev libmysqlclient-dev libantlr-dev libtinyxml-dev uuid-dev ...
- Thu Aug 11, 2022 5:39 am
- Forum: Current development (100)
- Topic: Debian src build
- Replies: 3
- Views: 9776
Re: Debian src build
Looks like the URL for boost_1_74_0.tar.bz2 was updated in code with the following patch: https://github.com/polserver/polserver/ ... cd26cc2455
- Wed Aug 10, 2022 11:06 pm
- Forum: Current development (100)
- Topic: Debian src build
- Replies: 3
- Views: 9776
Debian src build
Hi All,
I'm trying to compile pol from source on Debian 11 ("Bullseye"). I am following this post by Boris (https://forums.polserver.com/viewtopic.php?f=56&t=6449&p=25910&hilit=openssl#p25911) which is essentially the following:
cd bin-build
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake ...
I'm trying to compile pol from source on Debian 11 ("Bullseye"). I am following this post by Boris (https://forums.polserver.com/viewtopic.php?f=56&t=6449&p=25910&hilit=openssl#p25911) which is essentially the following:
cd bin-build
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake ...
- Tue Aug 21, 2018 1:45 am
- Forum: Distro Bug Reports
- Topic: ModernDistro change
- Replies: 5
- Views: 17558
Re: ModernDistro change
I wasn't able to use dye tubs as a player, which as far as I can tell was due to the script location in the item files, I've changed both dye tubs to this:
Item 0xFAB
{
Name dyetub
Desc dye tub
VendorSellsFor 200
VendorBuysFor 50
script dyetub/use
dyeable 1
}
Item 0x1B10F
{
Name ...
Item 0xFAB
{
Name dyetub
Desc dye tub
VendorSellsFor 200
VendorBuysFor 50
script dyetub/use
dyeable 1
}
Item 0x1B10F
{
Name ...