Author Topic: SLAX Module Available  (Read 13121 times)

dnegroni

  • Guest
SLAX Module Available
« on: January 11, 2007, 09:23:17 am »
Hi everybody.

Maybe you are familiar with SLAX, a " fast and beautiful Linux operating system which fits on small (3.14") CD-ROM disc. It runs directly from the CD (or USB) without installing."; you can find more details here:

http://slax.linux-live.org/

It is now available the CodeBlocks module, in the SLAX Modules Section,

http://www.slax.org/modules.php

I hope it would be useful.


Offline joubertdj

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: SLAX Module Available
« Reply #1 on: January 11, 2007, 10:27:13 am »
 :) Nice, is it a nightly you added or the old RC2?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: SLAX Module Available
« Reply #2 on: January 11, 2007, 10:57:25 am »
it's the old RC2

Offline joubertdj

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: SLAX Module Available
« Reply #3 on: January 11, 2007, 11:08:50 am »
 :? Uh okay... that is not so nice...

dnegroni

  • Guest
Re: SLAX Module Available
« Reply #4 on: January 11, 2007, 11:30:48 am »
I'm sorry; I've been using CB for a short time and I'm not familiar with nightly builds. Anyway I think CB it's a very nice IDE, and I'll try to make available a module with a nightly build as soon as possible.

Offline joubertdj

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: SLAX Module Available
« Reply #5 on: January 11, 2007, 01:14:49 pm »
 :) That be great! There is almost no comparison regarding the nightlies and RC2.

[EDIT] Meaning: A ton of bug fixes and features!!!

dnegroni

  • Guest
Re: SLAX Module Available
« Reply #6 on: January 11, 2007, 02:20:17 pm »
Hi,

being the "nightlies" "binary" distributions, and being SLAX  "based on the Slackware Linux", where can I look for the suitable binaries ( I came across the Linux versions for Ubuntu, Fedora and Suse )?

Thanks

Offline joubertdj

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: SLAX Module Available
« Reply #7 on: January 11, 2007, 02:23:11 pm »
How about building it for SLAX and uploading it?

dnegroni

  • Guest
Re: SLAX Module Available
« Reply #8 on: January 11, 2007, 02:47:41 pm »
Building for SLAX means: get the last source code ( where can I find it?), build it under Slackware in a suitable way, and then create the SLAX module. That's what I usually do, anyway I could try to pass from a .deb to a Slax module. I'm going to try with the "The 08 January 2007 build".


Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: SLAX Module Available
« Reply #9 on: January 11, 2007, 02:50:32 pm »
Building for SLAX means: get the last source code ( where can I find it?)

http://www.codeblocks.org/source_code.shtml
Be patient!
This bug will be fixed soon...

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: SLAX Module Available
« Reply #10 on: January 11, 2007, 02:52:21 pm »
   //-- Wiki Index
       CodeBlocks Wiki Index
   //-- Wiki Main Page
    CodeBlocks Wiki Main Page

Search for "building" and "compiling" in the wiki index.


Source code:
http://www.codeblocks.org/source_code.shtml
Source code - Code::Blocks
« Last Edit: January 11, 2007, 02:53:52 pm by Pecan »

Offline lubos

  • Almost regular
  • **
  • Posts: 131
Re: SLAX Module Available
« Reply #11 on: January 11, 2007, 03:04:31 pm »
ah a SLAX!i still have it on my small cd...could be great to have it with cb!

Elvis Enmanuel

  • Guest
Re: SLAX Module Available
« Reply #12 on: January 17, 2007, 03:07:07 pm »
I've just been compile and upload the lastest nightly build (svn 3497) of codeblocks for slax distro

You can download at:

http://www.slax.org/modules.php?id=2075

ains.

dnegroni

  • Guest
Re: SLAX Module Available
« Reply #13 on: January 18, 2007, 12:01:54 pm »
Hello , I have some problems with the lastest nightly build (svn 3497), and also with a svn-3500 that I've built myself.

I get these errors in the log window at start-time:

ERROR: No plugin manifest file in the resource: /usr/local/share/codeblocks/codestat.zip
ERROR: Plugin resource not found: libdebuggergdb.zip
ERROR: Plugin resource not found: libpluginwizard.zip
ERROR: No plugin manifest file in the resource: /usr/local/share/codeblocks/profiler.zip

and If I try to create a new project I'm not able to select a template (ie, the go button never becomes "sensitive" )

From the command line I have also an "Gtk-CRITICAL **: gtk_window_realize_icon: assertion 'info->incon_pixmap == NULL' failed"

Where am I wrong? I added the modules  "wxwidgets-2.8.0.unicode-i486-1sl.mo" and "libmspack-0.0.20060920alpha-i486-2as.mo" too.

And how can I set in the starting image the "svn XXXX" window? In my package I only have a "svn 0", as I find a "rev 0" instead of a "rev 3500" in the Help/About/Information/Verion field; what steps did I miss in the build process?

Thank you

Elvis Enmanuel

  • Guest
Re: SLAX Module Available
« Reply #14 on: January 18, 2007, 03:01:19 pm »
Hi

to compile with wxWidgets 2.8 you need the wxGTK2.8 module too (in slax->modules->libraries). For security when I compiled it I removed the wxGTK2.6 and wxGTK2.6 modules from slax distribution and checkout the new svn version (for have a "clean" environment).

I've got the same warnings/errors than yours in linux and windows version, so I think that something files are missing in the svn version :/

I think that svn XXXX appears automatically
..and some buttons doesn't appears when I open the template widgets.

ains