lib error

Linux specific forum
User avatar
Brujah
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Nov 03, 2003 7:45 pm
Location: Germany
Contact:

lib error

Post by Brujah »

I just tried to install purebasic 4.51 with the old method.
Like copying files to /usr/bin

When I try to compile anything I get:

Code: Select all

markus@laptop ~/lostlabyrinth/pb $ pbcompiler laby.pb

******************************************
PureBasic 4.51 (Linux - x86)
******************************************

Loading external modules...
Error: Line 0 - Duplicated library command: GetExtensionPart() (in libraries Misc2 and FileSystem).
Pb works great when I call purebasic in its folder by ./purebasic.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: lib error

Post by ts-soft »

remove the old version of pb!
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
Brujah
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Nov 03, 2003 7:45 pm
Location: Germany
Contact:

Re: lib error

Post by Brujah »

thanks. that worked.
Post Reply