zD12 / galaxium

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

Can't run svn Galaxium #354

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compilling Galaxium svn 0.8
2. Run Galaxium

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

1. I couldn't compile svn... After running "autogen.sh", and then "make" I
got this error:
./Library/Core/Connection.cs(151,45): error CS1061: Type
`System.Net.Sockets.Socket' does not contain a definition for
`IsNowConnected' and no extension method `IsNowConnected' of type
`System.Net.Sockets.Socket' could be found (are you missing a using
directive or an assembly reference?)
./Library/Core/Connection.cs(58,72): error CS1061: Type
`System.Net.Sockets.Socket' does not contain a definition for
`IsNowConnected' and no extension method `IsNowConnected' of type
`System.Net.Sockets.Socket' could be found (are you missing a using
directive or an assembly reference?)

Then I couldn't install...

2. I noticed the problem was with XMPP protocol, so I disabled it in the
compilation (./configure --disable-xmpp). Then I installed it succesfully,
but when I tried to run Galaxium I received back this error:

[ERROR] [AddinUtility.Initialize] No entry point addin found! Application
will not run.

The result of the diagnose is attached.

Thanks!

Original issue reported on code.google.com by carbo...@gmail.com on 16 Apr 2009 at 10:14

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry about that. The XMPP protocol needs at least Mono 2.0 at the moment.

As for the second problem, it does that sometimes, but I have no clue why. 
Check if
there are all the DLLs in the build directory. Namely Galaxium.Core.dll,
Galaxium.Client.dll, Galaxium.Client.GtkGui.dll, Galaxium.Gui.dll,
Galaxium.Gui.GtkGui.dll, Galaxium.Protocol.dll, Galaxium.Protocol.Gui.dll.

Original comment by Zarevucky.Jiri on 16 Apr 2009 at 10:58

GoogleCodeExporter commented 9 years ago
Oh it's ok about XMPP (I use Galaxium only for MSN).
About the DLLs, if the build directory you're saying is 
/usr/local/lib/galaxium, yes,
they're all here.
Any another idea?
=S

Original comment by carbo...@gmail.com on 16 Apr 2009 at 11:48

GoogleCodeExporter commented 9 years ago
Oh, you have it already installed... well then... I have no idea. Could you get
someone else running Intrepid to try and confirm? Try running it multiple 
times, on
my machine I see this error quite randomly. Also, append a full log. Every 
output
there is in the console. Thanks :)

Original comment by Zarevucky.Jiri on 17 Apr 2009 at 2:18

GoogleCodeExporter commented 9 years ago
Ok, problem is "solved"... I upgraded my Intrepid to Jaunty (RC) and then I 
tried
compile svn again and it installed succesfully and is now running!
=)
Good work, despite that's a lot to do yet.
Wish I could program #C to help you all in this good project.

Original comment by carbo...@gmail.com on 17 Apr 2009 at 11:18

GoogleCodeExporter commented 9 years ago
Hmm... who's gonna check this issue out? I'm definitely not installing Intrepid 
for
it.. :D
Anyway... C# is not that difficult language I think... You can start anytime ;)

Original comment by Zarevucky.Jiri on 17 Apr 2009 at 11:35

GoogleCodeExporter commented 9 years ago
Don't mind, I've installed svn succesfully on another computer using Intrepid, 
so it
might have been any problem with dependencies, and might (?) not be usual.
About C# language, I hope someday I'll have time to study this!
Thank you, anyway.
=)

Original comment by carbo...@gmail.com on 17 Apr 2009 at 11:42

GoogleCodeExporter commented 9 years ago

Original comment by dra...@gmail.com on 20 May 2009 at 3:36