Grit on Ubuntu
Posted: Wed Mar 05, 2014 9:34 am
Hello! I used to be a part of these forums about a year ago, and I'm back having some motivation to dive into more development with the DS!
I am currently running Ubuntu (the only option I have, and it's not powerful enough to run a VM so windows or wine is out of the question) and I for the life of me can't get anything with grit done.
I have tried compiling grit from source, no luck (the repeating error below). I have tried every solution I can find here, but it seems they are all outdated. Can someone guide me in the right direction? This is the only thing stopping me from being able to program anything, I don't have graphics that I need!
I am currently running Ubuntu (the only option I have, and it's not powerful enough to run a VM so windows or wine is out of the question) and I for the life of me can't get anything with grit done.
I have tried compiling grit from source, no luck (the repeating error below). I have tried every solution I can find here, but it seems they are all outdated. Can someone guide me in the right direction? This is the only thing stopping me from being able to program anything, I don't have graphics that I need!
Code: Select all
./libfreeimage.a(PluginRAW.o): In function `Load(FreeImageIO*, void*, int, int, void*)':
(.text+0x852): undefined reference to `LibRaw::LibRaw(unsigned int)'
./libfreeimage.a(PluginRAW.o): In function `Load(FreeImageIO*, void*, int, int, void*)':
(.text+0x8cd): undefined reference to `LibRaw::open_datastream(LibRaw_abstract_datastream*)'
./libfreeimage.a(PluginRAW.o): In function `Load(FreeImageIO*, void*, int, int, void*)':
(.text+0x935): undefined reference to `LibRaw::recycle()'
./libfreeimage.a(PluginRAW.o): In function `Load(FreeImageIO*, void*, int, int, void*)':