Opened 13 years ago

Closed 13 years ago

#26804 closed defect (fixed)

scite: /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory

Reported by: jafelds@… Owned by: nox@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: scite

Description

I tried to install scite to hope that it supported multi line regex capabilities.

sudo port install scite +universal

The end result...well, see the attached log file.

Attachments (1)

main.log (70.7 KB) - added by jafelds@… 13 years ago.
Log File from failed install.

Download all attachments as: .zip

Change History (7)

Changed 13 years ago by jafelds@…

Attachment: main.log added

Log File from failed install.

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: scite universal removed
Owner: changed from macports-tickets@… to nox@…
Summary: Scite Fails to buildscite: /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory

The relevant error seems to be:

/Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory

And does that file actually exist? The MacOSX10.4u SDK is not installed by default on Snow Leopard; if you haven't installed that SDK, try installing it (using the Xcode installer).

comment:2 Changed 13 years ago by jafelds@…

I already have that SDK installed, and that file exists. It must be due to something else.

comment:3 Changed 13 years ago by jmroot (Joshua Root)

Should be fixed by r72363; please confirm.

comment:4 in reply to:  3 Changed 13 years ago by jafelds@…

Replying to jmr@…:

Should be fixed by r72363; please confirm.

If you meant for me to build without +universal, it does not work, even after cleaning. If you meant for me to patch those changes...admittedly, I don't recall how to patch or update to that particular version. sudo port selfupdate claimed no new ports were updated, yet r72363 is for scite.

comment:5 Changed 13 years ago by jmroot (Joshua Root)

It takes up to an hour for changes to svn to be synced onto the rsync server.

comment:6 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Presumed fixed.

Note: See TracTickets for help on using tickets.