jackxiao / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

"make all" fails in jshost on Linux Ubuntu Jaunty #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
First, thank you for your work on this product, I'm very glad to have
landed here.  Having a problem compiling under Linux, however:

What steps will reproduce the problem?
1. On machine with Linux Ubuntu Jaunty OS ...
2. svn checkout http://jslibs.googlecode.com/svn/trunk/ jslibs
3. cd jslibs
4. make all

What is the expected output? What do you see instead?

Compilation fails in jshost (see below for start of error trace)

What version of the product are you using? On what operating system?

jslibs revision 2979
Linux Ubuntu Jaunty OS

Please provide any additional information below.

make[2]: Entering directory `/home/bennett/src/jslibs/src/host'
mkdir -p Linux_opt_32/
gcc -c -I../common -I../../libs/js/Linux_opt_32/ -I../../libs/js/src -Wall
-Wno-unused-parameter -Wno-unused-value -Wno-unused-function -Wno-multichar
-g0 -O3 -s -funroll-loops -m32   -fno-exceptions -fno-rtti
-felide-constructors -o Linux_opt_32/host.o host.cpp
In file included from stdafx.h:17,
                 from host.cpp:15:
../common/jlhelper.h:2016:1: error: pasting "(" and "Read" does not give a
valid preprocessing token
../common/jlhelper.h:2050:1: error: pasting "(" and "_NI_StreamRead" does
not give a valid preprocessing token

[...]

Original issue reported on code.google.com by biercena...@gmail.com on 28 Nov 2009 at 10:50

GoogleCodeExporter commented 9 years ago

Original comment by sou...@gmail.com on 28 Nov 2009 at 5:29

GoogleCodeExporter commented 9 years ago
Meanwhile you can try to:
  svn update -r 2971
this revision should compile.

Original comment by sou...@gmail.com on 28 Nov 2009 at 5:43

GoogleCodeExporter commented 9 years ago
Fixed in the latest revision (2981).
Thank you for having reported the issue.

Original comment by sou...@gmail.com on 28 Nov 2009 at 6:19