Compiling wxRarInputStream

Talk here about issues with one of the components hosted at wxCode, or suggest features for it.
Post Reply
westech
In need of some credit
In need of some credit
Posts: 4
Joined: Sun Jul 03, 2005 9:08 pm

Compiling wxRarInputStream

Post by westech »

I am having problems compiling wxRarInputStream.

First, thank you Ryan Norton for creating and posting it on wxCode. :)

Can anyone show the steps they used to compile wxRarInputStream on Linux?

I am having trouble with most things from wxCode compiling.

I think I am missing something in regards to Bakefiles.
Where is the configure file or is that not needed?

The readme.txt states: For linux/OSX use build/unix/makefile.gcc.

Not sure what that means. Or how to do that.

I tried this:

wes@linuxdev810:~/Desktop/wxRarInputStream0_5$ make -f ./makefile.gcc
make: *** No rule to make target `.\..\..\src\unrar\smallfn.cpp', needed by `libwxrar_smallfn.o'. Stop.

I'm sure I'm missing something simple.

Thanks in advanvce,
Wes

My system:
Linux Ubuntu Intrepid
wxWidgets Ansi build from the repository 2.8
modoran
Knows some wx things
Knows some wx things
Posts: 47
Joined: Tue Mar 23, 2010 1:31 pm
Location: Romania
Contact:

Post by modoran »

wxRarInputStream does not compile in windows either using mingw gcc compiler, lots of compiler errors.

Does anyone succesfully compile this thing using wxwindows 2.8.10 ?
User avatar
evstevemd
Part Of The Furniture
Part Of The Furniture
Posts: 2409
Joined: Wed Jan 28, 2009 11:57 am
Location: United Republic of Tanzania

Post by evstevemd »

modoran wrote:wxRarInputStream does not compile in windows either using mingw gcc compiler, lots of compiler errors.

Does anyone succesfully compile this thing using wxwindows 2.8.10 ?
I haven't seen Ryan for long time. I wonder what version of wxWidgets was it targeted. I hope he will eventually emerge and say something :(
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
User avatar
evstevemd
Part Of The Furniture
Part Of The Furniture
Posts: 2409
Joined: Wed Jan 28, 2009 11:57 am
Location: United Republic of Tanzania

Re: Compiling wxRarInputStream

Post by evstevemd »

westech wrote: The readme.txt states: For linux/OSX use build/unix/makefile.gcc.

Not sure what that means.
That means while you are in wxRarthing parent folder cd to vuild then to unix and hit the comand there
that is:
$~/Desktop/wxRarInputStream
cd build
$~/Desktop/wxRarInputStream/build
cd unix
$~/Desktop/wxRarInputStream/build/unix
make -f makefile.gcc
Hope that helps
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
Post Reply