User forums > Nightly builds

The 01 October 2007 build (4503) is out.

<< < (4/5) > >>

Lucas de Vil:
+hm+
It seems hard to get the XP nightly since the server seems to be a little busy.

I wonder why there are no Mac OS X nightlies.
Is it still that hard to compile for OS X?
Some entries in the forums say so...

Regards
Marco

Jenna:
I just changed my debian repository announced here .

Now there's a build for unstable/sid and one for stable/etch.
Both build with pbuild against the correct libraries and with the correct compilers (e.g. gcc 4.1 for etch and 4.2 for unstable).

So this line (in /etc/apt/sources.list)

--- Code: ---deb http://jens.lody.name/debian/ unstable main
--- End code ---
should work for unstable,
this one

--- Code: ---deb http://jens.lody.name/debian/ etch main
--- End code ---
for etch.

The place for the public-key did not change, so this command:

--- Code: ---wget -q http://jens.lody.name/debian/jens.asc -O-  | sudo apt-key add -
--- End code ---
will fetch it and put it to apt's trusted keys.


dannygao:
AVR Wizard file is not correct?

line 90 of wizard.script,


--- Code: ---pb_eepbin = _T("avr-objcopy --no-change-warnings --j .eeprom --change-section-lma .eeprom=0 -O binary $(TARGET_OUTPUT_FILE) $(TARGET_OUTPUT_FILE).eep.bin");
--- End code ---

should be


--- Code: ---pb_eepbin = _T("avr-objcopy --no-change-warnings -j .eeprom --change-section-lma .eeprom=0 -O binary $(TARGET_OUTPUT_FILE) $(TARGET_OUTPUT_FILE).eep.bin");
--- End code ---

I got a built error, so i guess some thing wrong here. Not sure ;-)

afb:

--- Quote from: Lucas de Vil on October 04, 2007, 04:38:02 pm ---I wonder why there are no Mac OS X nightlies.
--- End quote ---

The decision was made to provide montly builds instead,
as there is usually no need for users to do daily updates.

You can use the "codeblocks-devel" port from MacPorts,
as it builds directly from the SVN trunk - daily if needed.


--- Quote ---Is it still that hard to compile for OS X?
Some entries in the forums say so...

--- End quote ---

Not really, no. :-)

It's usually better if the forum posters say so in bug reports
or direct emails, as then something can be done about it...

cieszak:
This is still not fixed (currently it is 90 line of share\CodeBlocks\templates\wizard\avr\wizard.script):


--- Quote from: dannygao on October 07, 2007, 05:13:43 pm ---AVR Wizard file is not correct?

line 90 of wizard.script,


--- Code: ---pb_eepbin = _T("avr-objcopy --no-change-warnings --j .eeprom --change-section-lma .eeprom=0 -O binary $(TARGET_OUTPUT_FILE) $(TARGET_OUTPUT_FILE).eep.bin");
--- End code ---

should be


--- Code: ---pb_eepbin = _T("avr-objcopy --no-change-warnings -j .eeprom --change-section-lma .eeprom=0 -O binary $(TARGET_OUTPUT_FILE) $(TARGET_OUTPUT_FILE).eep.bin");
--- End code ---

I got a built error, so i guess some thing wrong here. Not sure ;-)



--- End quote ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version