Missing Library in Code::Blocks


pmprog

DNF (Did Not Finish)
Joined
Apr 25, 2011
Messages
4,150
Edit : Never mind, I manually added %appdata%/codeblocks/local/lib into the Code::Blocks compile search folders, and that worked :)

I've got a minor problem that I can't seem to figure out. I'm trying to compile an Allegro app on my Pandora in Code::Blocks, and giving me the following error

cannot find -lenetIn my %appdata%/local/lib folder I have:
Code:
libenet.a
libenet.la
libenet.so
libenet.so.2
libenet.so.2.2.0
So as far as I can tell everythings is fine. Any ideas?
I'm using a FAT32 SD card, but it's working okay for the Allegro libs (well, enet was the only one it listed as not being able to find)
 
Last edited by a moderator:
That stackoverflow link only says what I already said I had, and I'm not trying to make enet, I already have enet.

Anyway, I've already sorted it as per my edit. Thanks anyway
 
Back
Top