Opened 15 years ago
Closed 14 years ago
#473 closed defect (fixed)
Can't compile at all under Windows
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | mingw | Cc: |
Description
I'm having difficulty compiling the PostGIS trunk under windows.
I can't compile GEOS 3.3 under mingw either. If someone could verify its not just my box that would be swell. Unfortunately I don't have the computer I was testing on in front of me so can't recall the exact errors. I'm in the middle of rebuilding my other Windows VM since doesn't seem to like being mounted on my new windows 7 box.
Thanks, Regina
Change History (6)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
without any further investigation compiling postgis trunk ended like this:
lwout_wkb.c: In function `wkb_swap_bytes': lwout_wkb.c:130: error: `BYTE_ORDER' undeclared (first use in this function) lwout_wkb.c:130: error: (Each undeclared identifier is reported only once lwout_wkb.c:130: error: for each function it appears in.) lwout_wkb.c:130: error: `LITTLE_ENDIAN' undeclared (first use in this function) lwout_wkb.c:131: error: `BIG_ENDIAN' undeclared (first use in this function) make[1]: *** [lwout_wkb.o] Error 1 make[1]: Leaving directory `/c/utv/src/postgis_trunk/liblwgeom' make: *** [liblwgeom] Error 2 /Nicklas
follow-up: 4 comment:3 by , 14 years ago
The geos issue might have a solution http://trac.osgeo.org/geos/ticket/365
The postgis problem seems to be solved if <sys/param.h> is included in lwout_wkb.c
Mark, I see you removed <sys/param.h> from some other file in 2009-03-16 according to the changelog with the comment that it isn't needed any more. It seems to be needed for mingw, is there any problem with adding it?
/Nicklas
comment:4 by , 14 years ago
Replying to nicklas:
The geos issue might have a solution http://trac.osgeo.org/geos/ticket/365
The postgis problem seems to be solved if <sys/param.h> is included in lwout_wkb.c
Mark, I see you removed <sys/param.h> from some other file in 2009-03-16 according to the changelog with the comment that it isn't needed any more. It seems to be needed for mingw, is there any problem with adding it?
/Nicklas
No, I don't think so at all. Try adding it and then build on Windows/Linux/Solaris to ensure that there are no errors - if it looks good then feel free to commit.
Mark.
comment:5 by , 14 years ago
Nicklas,
Just want to thank you for fixing this and the GEOS patch. You are such a life saver. Now we can compile in windows again and start testing all the cool features in PostGIS 2.0 (like Olivier's starting work on Polyhedral surfaces).
Mark -- do you really expect Nicklas to have a Solaris machine or VM lying around?
I say just commit the changes and let people test on their various platforms to confirm it still works. Its just a 1 liner anyway. We are still in alpha production after all, and no one else seemed to care that we could no longer build on windows for months.
comment:6 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks Regina :-)
I committed the inclusion of param.h in lwout_wkb.c at r5757
As you expected Regina I have no Solaris installation, but it seems to build as expected in mingw and ubuntu 64
/Nicklas
I have never been able to compile GEOS 3.3 in windows. Haven't tried for a while but now it ended like this:
/Nicklas