Discussion:
jedi/jazz compile fails
Sandeep Puri
2011-12-31 03:05:22 UTC
Permalink
it fails at jazz.git

with the following error
-->
make jazz.git
; compiling jazz/git/foreign...
foreign.c:13911:18: error: git2.h: No such file or directory
<--

any help would be appreciated..
I tried this on mac osx with libgit2 installed as part of macports..
same error on linux, ubuntu 11 64 bit ..

It seems the jazz.git product is not picking up git2.h header files..
--
You received this message because you are subscribed to the Google Groups "Jazz Scheme" group.
To post to this group, send email to jazzscheme-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to jazzscheme+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/jazzscheme?hl=en.
Tudgal
2012-01-01 05:39:55 UTC
Permalink
Modules that link to external unit require custom build.
jazz.git.product only has the windows branch defined. The easy
solution is to comment out that module.

(module protected jazz.git.foreign jazz

@wait (
...
)
Post by Sandeep Puri
it fails at jazz.git
with the following error
-->
make jazz.git
; compiling jazz/git/foreign...
foreign.c:13911:18: error: git2.h: No such file or directory
<--
any help would be appreciated..
I tried this on mac osx with libgit2 installed as part of macports..
same error on linux, ubuntu 11 64 bit ..
It seems the jazz.git product is not picking up git2.h header files..
--
You received this message because you are subscribed to the Google Groups "Jazz Scheme" group.
To post to this group, send email to jazzscheme-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to jazzscheme+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jazzscheme?hl=en.
Guillaume Cartier
2012-01-02 03:11:31 UTC
Permalink
The problem is fixed. Commit: "Fixed compilation problem on non-
Windows platforms due to new libgit2 interface"

We started work on Windows on interfacing libgit2 and forgot to put
Windows specific code in a cond-expand. Thanks for spotting that.

PS: Making the code multi-platform is probably a 15mn job if anybody
needs to interface libgit2 on a non-Windows platform.

PPS: I didn't have access to a Mac platform to test the fix...

Guillaume
Post by Sandeep Puri
it fails at jazz.git
with the following error
-->
make jazz.git
; compiling jazz/git/foreign...
foreign.c:13911:18: error: git2.h: No such file or directory
<--
any help would be appreciated..
I tried this on mac osx with libgit2 installed as part of macports..
same error on linux, ubuntu 11 64 bit ..
It seems the jazz.git product is not picking up git2.h header files..
--
You received this message because you are subscribed to the Google Groups "Jazz Scheme" group.
To post to this group, send email to jazzscheme-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to jazzscheme+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jazzscheme?hl=en.
Al
2012-02-05 00:51:21 UTC
Permalink
Thanks for the quick response, but

Still fails for me at

make jazz.ide
; compiling jazz/ide/_ide...
Walk problems encountered
In jazz.database.ado.connection.ADODB
Unresolved symbol: HRESULT
Unresolved symbol: HRESULT

I deleted my jedi directory. Recloned the code. ran ./jam, then
%make in jam, and that's what I got.




Al
Post by Guillaume Cartier
The problem is fixed. Commit: "Fixed compilation problem on non-
Windows platforms due to new libgit2 interface"
We started work on Windows on interfacing libgit2 and forgot to put
Windows specific code in a cond-expand. Thanks for spotting that.
PS: Making the code multi-platform is probably a 15mn job if anybody
needs to interface libgit2 on a non-Windows platform.
PPS: I didn't have access to a Mac platform to test the fix...
Guillaume
Post by Sandeep Puri
it fails at jazz.git
with the following error
-->
make jazz.git
; compiling jazz/git/foreign...
foreign.c:13911:18: error: git2.h: No such file or directory
<--
any help would be appreciated..
I tried this on mac osx with libgit2 installed as part of macports..
same error on linux, ubuntu 11 64 bit ..
It seems the jazz.git product is not picking up git2.h header files..
--
You received this message because you are subscribed to the Google Groups "Jazz Scheme" group.
To post to this group, send email to jazzscheme-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to jazzscheme+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jazzscheme?hl=en.
Al
2012-02-07 06:31:08 UTC
Permalink
Thanks for the quick reply, but it still fails on me at the same place
as before.

I did succeed in installing OK on a windows machine, but would rather
work on linux.


Al
Post by Guillaume Cartier
The problem is fixed. Commit: "Fixed compilation problem on non-
Windows platforms due to new libgit2 interface"
We started work on Windows on interfacing libgit2 and forgot to put
Windows specific code in a cond-expand. Thanks for spotting that.
PS: Making the code multi-platform is probably a 15mn job if anybody
needs to interface libgit2 on a non-Windows platform.
PPS: I didn't have access to a Mac platform to test the fix...
Guillaume
Post by Sandeep Puri
it fails at jazz.git
with the following error
-->
make jazz.git
; compiling jazz/git/foreign...
foreign.c:13911:18: error: git2.h: No such file or directory
<--
any help would be appreciated..
I tried this on mac osx with libgit2 installed as part of macports..
same error on linux, ubuntu 11 64 bit ..
It seems the jazz.git product is not picking up git2.h header files..
--
You received this message because you are subscribed to the Google Groups "Jazz Scheme" group.
To post to this group, send email to jazzscheme-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to jazzscheme+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jazzscheme?hl=en.
Loading...