I'm sorry, this is no doubt a very elementary question. I am completely new
to GNU Radio, and know little about Unix or many of the tools involved. I
have tried to follow the instructions on the page
http://gnuradio.org/redmine/projects/gnuradio/wiki/MingwInstallMain. While
installing Boost, when I try to execute the command ./bootstrap.sh
--with-toolset=mingw I get the errors:

 

###

### Using 'mingw' toolset.

###

rm -rf bootstrap

mkdir bootstrap

gcc -DNT -o bootstrap/jam0 command.c compile.c debug.c expand.c glob.c
hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c
newstr.c option.c output.c parse.c pathunix.c pathvms.c regexp.c rules.c
scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c
builtins.c pwd.c class.c native.c md5.c w32_getreg.c modules/set.c
modules/path.c modules/regex.c modules/property-set.c modules/sequence.c
modules/order.c execnt.c filent.c

jam.c: In function `main':

jam.c:403: error: `environ' undeclared (first use in this function)

jam.c:403: error: (Each undeclared identifier is reported only once

jam.c:403: error: for each function it appears in.)

pathunix.c:276:19: tchar.h: No such file or directory

pathunix.c: In function `ShortPathToLongPath':

pathunix.c:287: error: `_MAX_PATH' undeclared (first use in this function)

pathunix.c:287: error: (Each undeclared identifier is reported only once

pathunix.c:287: error: for each function it appears in.)

pathunix.c: In function `short_path_to_long_path':

pathunix.c:387: error: `_MAX_PATH' undeclared (first use in this function)

filent.c: In function `file_dirscan':

filent.c:84: error: storage size of 'finfo' isn't known

filent.c:166: error: `_A_SUBDIR' undeclared (first use in this function)

filent.c:166: error: (Each undeclared identifier is reported only once

filent.c:166: error: for each function it appears in.)

 

Can someone tell me why I am getting all these "undeclared" errors, or what
to do to fix them, or what to do next to find out what's wrong?

 

Thanks - Rowan

 

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to